diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f367cb9..f7272a0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { description="Gegründet von Schlafexperten" subdescription="Wir glauben, dass Qualität nicht teuer sein muss" icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/potted-plant-bed_23-2149427956.jpg" + imageSrc="http://img.b2bpic.net/free-photo/potted-plant-bed_23-2149427956.jpg?_wi=2" imageAlt="Nachhaltige Matratze in gemütlichem Schlafzimmer" mediaAnimation="slide-up" useInvertedBackground={false} @@ -60,7 +60,7 @@ export default function AboutPage() { tag="Was uns antreibt" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/group-people-holding-recycling-sign-concept_53876-137723.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-people-holding-recycling-sign-concept_53876-137723.jpg?_wi=2" imageAlt="Nachhaltigkeit und Umweltbewusstsein" mediaAnimation="slide-up" useInvertedBackground={true} diff --git a/src/app/page.tsx b/src/app/page.tsx index 57f7c86..c96a837 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function HomePage() { tag="Premium Outlet" tagIcon={Leaf} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/potted-plant-bed_23-2149427956.jpg" + imageSrc="http://img.b2bpic.net/free-photo/potted-plant-bed_23-2149427956.jpg?_wi=1" imageAlt="Gemütliches Schlafzimmer mit nachhaltiger Matratze" mediaAnimation="slide-up" testimonials={[ @@ -91,7 +91,7 @@ export default function HomePage() { tag="Unsere Stärken" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg?_wi=1" imageAlt="Qualitätskontrolle und Inspektionsprozess" mediaAnimation="slide-up" useInvertedBackground={true} @@ -125,13 +125,13 @@ export default function HomePage() { products={[ { id: "1", name: "Memory Foam Matratzen", price: "ab 199€", imageSrc: - "http://img.b2bpic.net/free-photo/hand-pouring-refreshing-drink_23-2147693701.jpg", imageAlt: "Premium Memory Foam Matratze"}, + "http://img.b2bpic.net/free-photo/hand-pouring-refreshing-drink_23-2147693701.jpg?_wi=1", imageAlt: "Premium Memory Foam Matratze"}, { id: "2", name: "Taschenfederkern", price: "ab 249€", imageSrc: - "http://img.b2bpic.net/free-photo/young-man-holding-mattress-bedroom_839833-2670.jpg", imageAlt: "Hochwertiges Taschenfederkern-System"}, + "http://img.b2bpic.net/free-photo/young-man-holding-mattress-bedroom_839833-2670.jpg?_wi=1", imageAlt: "Hochwertiges Taschenfederkern-System"}, { id: "3", name: "Hybrid Systeme", price: "ab 299€", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-view-happy-man-stretching-morning-while-lying-down-bed-with-his-girlfriend_637285-6282.jpg", imageAlt: "Innovative Hybrid-Matratze"}, + "http://img.b2bpic.net/free-photo/high-angle-view-happy-man-stretching-morning-while-lying-down-bed-with-his-girlfriend_637285-6282.jpg?_wi=1", imageAlt: "Innovative Hybrid-Matratze"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -151,7 +151,7 @@ export default function HomePage() { description="Ressourcenschonung durch Kreislaufwirtschaft" subdescription="Weniger Entsorgung. Mehr Nachhaltigkeit. Faire Preise." icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/group-people-holding-recycling-sign-concept_53876-137723.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-people-holding-recycling-sign-concept_53876-137723.jpg?_wi=1" imageAlt="Nachhaltige Kreislaufwirtschaft in der Matratzenindustrie" mediaAnimation="slide-up" useInvertedBackground={true} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9cd15eb..1282d85 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -46,16 +46,16 @@ export default function ShopPage() { products={[ { id: "1", name: "Memory Foam Komfort", price: "199€", imageSrc: - "http://img.b2bpic.net/free-photo/hand-pouring-refreshing-drink_23-2147693701.jpg", imageAlt: "Premium Memory Foam Matratze"}, + "http://img.b2bpic.net/free-photo/hand-pouring-refreshing-drink_23-2147693701.jpg?_wi=2", imageAlt: "Premium Memory Foam Matratze"}, { id: "2", name: "Taschenfederkern Classic", price: "249€", imageSrc: - "http://img.b2bpic.net/free-photo/young-man-holding-mattress-bedroom_839833-2670.jpg", imageAlt: "Hochwertiges Taschenfederkern-System"}, + "http://img.b2bpic.net/free-photo/young-man-holding-mattress-bedroom_839833-2670.jpg?_wi=2", imageAlt: "Hochwertiges Taschenfederkern-System"}, { id: "3", name: "Hybrid Premium", price: "299€", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-view-happy-man-stretching-morning-while-lying-down-bed-with-his-girlfriend_637285-6282.jpg", imageAlt: "Innovative Hybrid-Matratze"}, + "http://img.b2bpic.net/free-photo/high-angle-view-happy-man-stretching-morning-while-lying-down-bed-with-his-girlfriend_637285-6282.jpg?_wi=2", imageAlt: "Innovative Hybrid-Matratze"}, { id: "4", name: "Memory Foam Luxus", price: "349€", imageSrc: - "http://img.b2bpic.net/free-photo/hand-pouring-refreshing-drink_23-2147693701.jpg", imageAlt: "Luxus Memory Foam mit Gel-Infusion"}, + "http://img.b2bpic.net/free-photo/hand-pouring-refreshing-drink_23-2147693701.jpg?_wi=3", imageAlt: "Luxus Memory Foam mit Gel-Infusion"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" diff --git a/src/app/sustainability/page.tsx b/src/app/sustainability/page.tsx index 596216c..b092618 100644 --- a/src/app/sustainability/page.tsx +++ b/src/app/sustainability/page.tsx @@ -46,7 +46,7 @@ export default function SustainabilityPage() { description="Kreislaufwirtschaft statt Wegwerfkultur" subdescription="Jede gerettete Matratze ist ein Sieg für die Umwelt" icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/group-people-holding-recycling-sign-concept_53876-137723.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-people-holding-recycling-sign-concept_53876-137723.jpg?_wi=3" imageAlt="Nachhaltige Kreislaufwirtschaft in der Matratzenindustrie" mediaAnimation="slide-up" useInvertedBackground={false} @@ -60,7 +60,7 @@ export default function SustainabilityPage() { tag="Nachhaltiger Einfluss" tagIcon={Leaf} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg?_wi=2" imageAlt="Nachhaltige Qualitätskontrolle und Standards" mediaAnimation="slide-up" useInvertedBackground={true}