diff --git a/src/app/page.tsx b/src/app/page.tsx index 1660020..6fe8504 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { { title: "Nachhaltigkeit", description: "Reparieren statt wegwerfen – langlebige Lösungen mit Wert." }, { title: "Regionalität", description: "Persönliche Beratung und kurze Wege aus dem Seetal." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186729.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186729.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -91,8 +91,8 @@ export default function LandingPage() { features={[ { title: "Vorhänge nach Mass", description: "Individuelle Vorhänge abgestimmt auf Raum, Licht und Stil.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-vases-with-spring-flowers-living-room_169016-6356.jpg" }, { title: "Polsterarbeiten", description: "Neubezüge und Aufarbeitungen fachgerecht umgesetzt.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/perfect-job-creative-people_329181-14392.jpg" }, - { title: "Wohnberatung", description: "Farben, Stoffe und Materialien harmonisch kombiniert.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186729.jpg" }, - { title: "Individuelle Lösungen", description: "Langlebige Qualität, die man sieht und spürt.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/leather-handbag-with-book_23-2147615113.jpg" }, + { title: "Wohnberatung", description: "Farben, Stoffe und Materialien harmonisch kombiniert.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186729.jpg?_wi=2" }, + { title: "Individuelle Lösungen", description: "Langlebige Qualität, die man sieht und spürt.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/leather-handbag-with-book_23-2147615113.jpg?_wi=1" }, ]} title="Innendekoration nach Mass" description="Wohnräume sollen nicht nur schön aussehen, sondern sich auch gut anfühlen." @@ -106,7 +106,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "Leder Reparatur", price: "Auf Anfrage", imageSrc: "http://img.b2bpic.net/free-photo/leather-handbag-with-book_23-2147615113.jpg" }, + { id: "1", name: "Leder Reparatur", price: "Auf Anfrage", imageSrc: "http://img.b2bpic.net/free-photo/leather-handbag-with-book_23-2147615113.jpg?_wi=2" }, { id: "2", name: "Taschen Anfertigung", price: "Massgefertigt", imageSrc: "http://img.b2bpic.net/free-photo/closeup-wallet_53876-32029.jpg" }, { id: "3", name: "Accessoires", price: "Stilvoll", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282419.jpg" }, { id: "4", name: "Gurtanpassung", price: "Präzise", imageSrc: "http://img.b2bpic.net/free-photo/back-view-artisan-holding-tools_23-2150104789.jpg" },