diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c8c3e1..64d015a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { features={[ { title: "Hochzeitsfloristik", description: "Individuelle Planung für den schönsten Tag im Leben.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-florist-making-bouquet_23-2149127273.jpg?_wi=2", imageAlt: "luxurious wedding bouquet white cream" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-florist-making-bouquet_23-2149127273.jpg?_wi=3", imageAlt: "luxurious wedding bouquet white cream" } }, { title: "Event Dekoration", description: "Passende florale Konzepte für Business und Feiern.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-florist-wrapping-bouquet_23-2147742990.jpg?_wi=2", imageAlt: "luxurious wedding bouquet white cream" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-florist-wrapping-bouquet_23-2147742990.jpg?_wi=3", imageAlt: "luxurious wedding bouquet white cream" } }, - { title: "Trauerfloristik", description: "Würdevolle und persönliche Arrangements in schweren Stunden.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-man-arranging-flower-florist-shop_23-2148075305.jpg?_wi=1", imageAlt: "luxurious wedding bouquet white cream" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-man-arranging-flower-florist-shop_23-2148075305.jpg?_wi=2", imageAlt: "luxurious wedding bouquet white cream" } }, + { title: "Trauerfloristik", description: "Würdevolle und persönliche Arrangements in schweren Stunden.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E1ZD3V2sdqhFSpF05l0w9op6fj/uploaded-1779348733905-6mp3ko04.jpg", imageAlt: "Trauerfloristik Arrangement" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E1ZD3V2sdqhFSpF05l0w9op6fj/uploaded-1779348733905-6mp3ko04.jpg", imageAlt: "Trauerfloristik Arrangement" } }, ]} showStepNumbers={true} title="Was wir Ihnen bieten" @@ -108,7 +108,7 @@ export default function LandingPage() { { id: "2", name: "Sommer-Bouquet", price: "ab 45€", variant: "Sommer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-flowers_23-2149591622.jpg" }, { id: "3", name: "Tischdekoration", price: "ab 60€", variant: "Event", imageSrc: "http://img.b2bpic.net/free-photo/front-view-daisy-flower-marble-stand_23-2149270716.jpg" }, { id: "4", name: "Klassisches Gesteck", price: "ab 35€", variant: "Alltag", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-clothes-sits-room-with-flowers-sewing-machine_8353-7833.jpg" }, - { id: "5", name: "Luxus-Geschenk", price: "ab 55€", variant: "Geschenk", imageSrc: "http://img.b2bpic.net/free-photo/fresh-wonderful-roses-near-present-boxes-petals_23-2148024647.jpg" }, + { id: "5", name: "Luxus-Geschenk", price: "ab 55€", variant: "Geschenk", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E1ZD3V2sdqhFSpF05l0w9op6fj/uploaded-1779348733905-6mp3ko04.jpg" }, { id: "6", name: "Frühlingsboten", price: "ab 30€", variant: "Frühling", imageSrc: "http://img.b2bpic.net/free-photo/female-gardner-plant-house-with-plants-flowers_1303-26433.jpg" }, ]} title="Unsere Kollektionen" @@ -173,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file