hero image name fix

This commit is contained in:
Dorian
2026-04-23 16:39:36 +01:00
parent 37b3f2ac72
commit 4699c0850c
7 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ export const products = [
size: '250 g Großpackung',
category: 'Pulver',
price: 4.49,
image: '/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview%20%281%29.png',
image: '/products/cutouts/kaiser-natron-pulver-250-g-grosspackung-removebg-preview-1.png',
href: '/shop/kaiser-natron-pulver-250-g-grosspackung',
inStock: true,
keywords: ['natron', 'backsoda', 'großpackung', 'bicarbonat', 'baking soda', 'vorrat'],

View File

@@ -21,13 +21,13 @@ const cart = useCartStore()
const cartOpen = ref(false)
const imgPulver250 =
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview-3.png'
'/products/cutouts/kaiser-natron-pulver-250-g-grosspackung-removebg-preview-3.png'
const heroProductId = 'kaiser-natron-pulver-250-g-grosspackung'
// Second-fold banner — cream tone, image-left split, alternate cutout.
const imgBanner =
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview%20%281%29.png'
'/products/cutouts/kaiser-natron-pulver-250-g-grosspackung-removebg-preview-1.png'
const bannerProductId = 'kaiser-natron-pulver-250-g-grosspackung'
// Homepage top-level nav items — overrides the Navbar default so the
@@ -94,7 +94,7 @@ const bundles = [
price: 24.9,
memberPrice: 21.17,
image:
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview%20%281%29.png',
'/products/cutouts/kaiser-natron-pulver-250-g-grosspackung-removebg-preview-1.png',
imageAlt: 'Haushalts-Bundle mit Kaiser-Natron',
badge: 'Bestseller',
badgeVariant: 'accent',
@@ -119,7 +119,7 @@ const bundles = [
price: 29.9,
memberPrice: 25.42,
image:
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview-3.png',
'/products/cutouts/kaiser-natron-pulver-250-g-grosspackung-removebg-preview-3.png',
imageAlt: 'Wohlfühl-Bundle mit Kaiser-Natron Bad',
badge: '',
badgeVariant: 'accent',

View File

@@ -18,7 +18,7 @@ function onAdd(id) {
// cutout (not the jpg product shot) because it sits cleanly on the cream
// media panel without a visible square crop edge.
const sampleImage =
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview%20%281%29.png'
'/products/cutouts/kaiser-natron-pulver-250-g-grosspackung-removebg-preview-1.png'
const sample = {
name: 'Haushalts-Bundle',

View File

@@ -12,7 +12,7 @@ function onAdd(name) {
setTimeout(() => { if (lastAdded.value === name) lastAdded.value = '' }, 2000)
}
const imgPulver250 = '/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview.png'
const imgPulver250 = '/products/cutouts/kaiser-natron-pulver-250-g-grosspackung-removebg-preview-1.png'
</script>
<template>

View File

@@ -21,7 +21,7 @@ const bundles = [
price: 24.9,
memberPrice: 21.17,
image:
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview%20%281%29.png',
'/products/cutouts/kaiser-natron-pulver-250-g-grosspackung-removebg-preview-1.png',
imageAlt: 'Haushalts-Bundle mit Kaiser-Natron',
badge: 'Bestseller',
badgeVariant: 'accent',

View File

@@ -18,7 +18,7 @@ const reverse = computed(() => route.query.reverse === '1')
const navVariant = computed(() => (tone.value === 'brand' ? 'brand' : tone.value))
const imgPulver250 =
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview-2.png'
'/products/cutouts/kaiser-natron-pulver-250-g-grosspackung-removebg-preview-3.png'
const imgBad = '/products/kaiser-natron-bad-500-g.jpg'
const image = computed(() => (reverse.value ? imgBad : imgPulver250))
const imageAlt = computed(() =>