minor changes
1
dist/assets/HomePage-B6MK_toM.js
vendored
1
dist/assets/HomePage-Dgyq9LCh.js
vendored
Normal file
2
dist/index.html
vendored
@@ -12,7 +12,7 @@
|
||||
href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,200;0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,200;1,9..144,400;1,9..144,600&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script type="module" crossorigin src="/assets/index-x_BEHWZf.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-BQSAYaUY.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/_plugin-vue_export-helper-BOai-rQB.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/runtime-core.esm-bundler-BD0e4RlP.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/runtime-dom.esm-bundler-CcSFQHoC.js">
|
||||
|
||||
BIN
dist/products/cutouts/holste-wasch-soda-500-g-beutel-Photoroom.png
vendored
Normal file
|
After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 900 KiB |
BIN
dist/products/cutouts/kaiser-natron-pulver-250-g-großpackung-removebg-preview-3.png
vendored
Normal file
|
After Width: | Height: | Size: 477 KiB |
|
Before Width: | Height: | Size: 900 KiB |
BIN
dist/products/holste-wasch-soda-500-g-beutel.jpg
vendored
|
Before Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 900 KiB |
|
After Width: | Height: | Size: 477 KiB |
|
Before Width: | Height: | Size: 900 KiB |
|
Before Width: | Height: | Size: 13 KiB |
@@ -21,7 +21,7 @@ const cart = useCartStore()
|
||||
const cartOpen = ref(false)
|
||||
|
||||
const imgPulver250 =
|
||||
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview-2.png'
|
||||
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview-3.png'
|
||||
|
||||
const heroProductId = 'kaiser-natron-pulver-250-g-grosspackung'
|
||||
|
||||
@@ -106,7 +106,7 @@ const bundles = [
|
||||
items: ['1× Holste Wasch-Soda 500 g', '1× Gazelle Wäschestärke 1 l', '1× Linda Fleckenweg 200 ml'],
|
||||
price: 22.9,
|
||||
memberPrice: 19.47,
|
||||
image: '/products/holste-wasch-soda-500-g-beutel.jpg',
|
||||
image: '/products/cutouts/holste-wasch-soda-500-g-beutel-Photoroom.png',
|
||||
imageAlt: 'Wäsche & Pflege Bundle',
|
||||
badge: '',
|
||||
badgeVariant: 'accent',
|
||||
@@ -118,7 +118,8 @@ const bundles = [
|
||||
items: ['1× Kaiser-Natron Tabletten 100 g', '1× Kaiser-Natron Bad 500 g', '1× Kaiser-Natron Fußbad 500 g'],
|
||||
price: 29.9,
|
||||
memberPrice: 25.42,
|
||||
image: '/products/kaiser-natron-bad-500-g.jpg',
|
||||
image:
|
||||
'/products/cutouts/kaiser-natron-pulver-250-g-gro%C3%9Fpackung-removebg-preview-3.png',
|
||||
imageAlt: 'Wohlfühl-Bundle mit Kaiser-Natron Bad',
|
||||
badge: '',
|
||||
badgeVariant: 'accent',
|
||||
|
||||