diff --git a/src/app/page.tsx b/src/app/page.tsx index 5515144..778cd55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Reserve Your Table", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312217.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312217.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -80,7 +80,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "m1", name: "Signature Espresso", price: "45 DKK", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251629.jpg"}, + id: "m1", name: "Signature Espresso", price: "45 DKK", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251629.jpg?_wi=1"}, { id: "m2", name: "Croissant Maison", price: "35 DKK", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-floor_140725-136347.jpg"}, { @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Corporate Dinners", description: "Seamless professional service for your team.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-autumn-composition-with-cup-books-candles-knitted-element_169016-43275.jpg"}, + title: "Corporate Dinners", description: "Seamless professional service for your team.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-autumn-composition-with-cup-books-candles-knitted-element_169016-43275.jpg?_wi=1"}, { title: "Celebrations", description: "Create memorable moments in our cozy nook.", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-home-items_169016-5364.jpg"}, { @@ -122,11 +122,11 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Sarah Johnson", date: "Oct 2023", title: "Local Regular", quote: "The perfect romantic evening spot.", tag: "Atmosphere", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-black-manicure-dressed-red-knitted-sweater-posing-table-cafe-by-window_197531-16903.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312217.jpg", imageAlt: "portrait elegant woman cafe"}, + id: "t1", name: "Sarah Johnson", date: "Oct 2023", title: "Local Regular", quote: "The perfect romantic evening spot.", tag: "Atmosphere", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-black-manicure-dressed-red-knitted-sweater-posing-table-cafe-by-window_197531-16903.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312217.jpg?_wi=2", imageAlt: "portrait elegant woman cafe"}, { - id: "t2", name: "Michael Chen", date: "Sep 2023", title: "Professional", quote: "Top-tier coffee quality and setting.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006750.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-autumn-composition-with-cup-books-candles-knitted-element_169016-43275.jpg", imageAlt: "portrait elegant woman cafe"}, + id: "t2", name: "Michael Chen", date: "Sep 2023", title: "Professional", quote: "Top-tier coffee quality and setting.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006750.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-autumn-composition-with-cup-books-candles-knitted-element_169016-43275.jpg?_wi=2", imageAlt: "portrait elegant woman cafe"}, { - id: "t3", name: "Emily Rodriguez", date: "Aug 2023", title: "Cultural Enthusiast", quote: "Truly feels like a Parisian gem.", tag: "Vibe", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251629.jpg", imageAlt: "portrait elegant woman cafe"}, + id: "t3", name: "Emily Rodriguez", date: "Aug 2023", title: "Cultural Enthusiast", quote: "Truly feels like a Parisian gem.", tag: "Vibe", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251629.jpg?_wi=2", imageAlt: "portrait elegant woman cafe"}, { id: "t4", name: "David Kim", date: "Aug 2023", title: "Regular", quote: "Incredible pastry selection here.", tag: "Menu", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2149745618.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg", imageAlt: "portrait elegant woman cafe"}, {