diff --git a/src/app/page.tsx b/src/app/page.tsx index c626cff..e5f9d3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,27 +48,27 @@ export default function LandingPage() { testimonials={[ { name: "Alex R.", handle: "@alexfoodie", testimonial: "The best burger I've had in Lahara! Perfectly seasoned.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg", imageAlt: "dirty burger fries stylish plate" + imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=1", imageAlt: "dirty burger fries stylish plate" }, { name: "Sarah K.", handle: "@sarahcooks", testimonial: "The graffiti wall and music make for such a fun vibe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-modern-building_114579-12043.jpg", imageAlt: "spacious restaurant dining area graffiti wall" + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-modern-building_114579-12043.jpg?_wi=1", imageAlt: "spacious restaurant dining area graffiti wall" }, { name: "Mike D.", handle: "@mikeeats", testimonial: "Loaded fries were a game changer. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-wooden-board_23-2149235946.jpg", imageAlt: "juicy beef burger fresh bun" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-wooden-board_23-2149235946.jpg?_wi=1", imageAlt: "juicy beef burger fresh bun" }, { name: "Jessica L.", handle: "@jessfoodie", testimonial: "Finally, a place that feels premium but tastes authentic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chicken-cooked-with-potatoes-served-with-greens_141793-1144.jpg", imageAlt: "loaded fries with cheese and bacon" + imageSrc: "http://img.b2bpic.net/free-photo/chicken-cooked-with-potatoes-served-with-greens_141793-1144.jpg?_wi=1", imageAlt: "loaded fries with cheese and bacon" }, { name: "David P.", handle: "@davidp", testimonial: "Great portions, quick service, even better flavors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-glass_1203-1664.jpg", imageAlt: "smooth aromatic freshly brewed coffee" + imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-glass_1203-1664.jpg?_wi=1", imageAlt: "smooth aromatic freshly brewed coffee" } ]} buttons={[{ text: "Book a Table", href: "#booking" }]} - imageSrc="http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg" + imageSrc="http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Customer 1" }, @@ -95,7 +95,7 @@ export default function LandingPage() { description="From our signature Dirty Burger to generous portions of fries, every dish is crafted to satisfy your cravings." subdescription="Our recently renovated space in Lahara offers a clean, air-conditioned environment, good music, and a graffiti wall for you to leave your mark!" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/interior-design-modern-building_114579-12043.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-design-modern-building_114579-12043.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -107,12 +107,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "m1", name: "Dirty Burger", price: "K35", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-wooden-board_23-2149235946.jpg" }, - { id: "m2", name: "Loaded Fries", price: "K20", imageSrc: "http://img.b2bpic.net/free-photo/chicken-cooked-with-potatoes-served-with-greens_141793-1144.jpg" }, - { id: "m3", name: "Fresh Brewed Coffee", price: "K15", imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-glass_1203-1664.jpg" }, - { id: "m4", name: "Classic Sliders", price: "K40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-wooden-board_23-2149235946.jpg" }, - { id: "m5", name: "Cheesy Nachos", price: "K25", imageSrc: "http://img.b2bpic.net/free-photo/chicken-cooked-with-potatoes-served-with-greens_141793-1144.jpg" }, - { id: "m6", name: "Iced Mocha", price: "K18", imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-glass_1203-1664.jpg" } + { id: "m1", name: "Dirty Burger", price: "K35", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-wooden-board_23-2149235946.jpg?_wi=2" }, + { id: "m2", name: "Loaded Fries", price: "K20", imageSrc: "http://img.b2bpic.net/free-photo/chicken-cooked-with-potatoes-served-with-greens_141793-1144.jpg?_wi=2" }, + { id: "m3", name: "Fresh Brewed Coffee", price: "K15", imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-glass_1203-1664.jpg?_wi=2" }, + { id: "m4", name: "Classic Sliders", price: "K40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-wooden-board_23-2149235946.jpg?_wi=3" }, + { id: "m5", name: "Cheesy Nachos", price: "K25", imageSrc: "http://img.b2bpic.net/free-photo/chicken-cooked-with-potatoes-served-with-greens_141793-1144.jpg?_wi=3" }, + { id: "m6", name: "Iced Mocha", price: "K18", imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-glass_1203-1664.jpg?_wi=3" } ]} title="Signature Dishes" description="Indulge in our carefully crafted menu selections." @@ -145,7 +145,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Reserve Your Spot Now" description="Book your table in advance and secure your indulgence." - imageSrc="http://img.b2bpic.net/free-photo/top-view-apricots-wooden-surface_141793-18467.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-apricots-wooden-surface_141793-18467.jpg?_wi=1" mediaAnimation="slide-up" buttonText="Confirm Reservation" /> @@ -153,7 +153,7 @@ export default function LandingPage() {