From d018cc21b2ddd7abcfc04262f7bfb2035a5c3c25 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:38:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c891d9b..8227bb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg" + imageSrc="https://images.unsplash.com/photo-1517457373958-b7bdd4587205?w=800&h=600&fit=crop" imageAlt="Carol's Lakeview Restaurant with scenic water views" mediaAnimation="slide-up" frameStyle="card" @@ -61,15 +61,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Dine-In", description: "Experience our welcoming dining room with scenic views. Family-owned hospitality since 2010.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-brown-cap-white-tee-her-friend-stylish-top-smiles-rests-street-cafe_197531-18193.jpg" + title: "Dine-In", description: "Experience our welcoming dining room with scenic views. Family-owned hospitality since 2010.", imageSrc: "https://images.unsplash.com/photo-1517457373958-b7bdd4587205?w=600&h=400&fit=crop" }, { id: 2, - title: "Takeout Available", description: "Enjoy our homemade classics at home. Call ahead at (870) 257-3595 for quick service.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11495.jpg" + title: "Takeout Available", description: "Enjoy our homemade classics at home. Call ahead at (870) 257-3595 for quick service.", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=600&h=400&fit=crop" }, { id: 3, - title: "Open Until 7:00 PM", description: "Visit us for lunch or early dinner. Hours: 11 AM – 7 PM daily. Closed Mondays.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-brown-cap-white-tee-her-friend-stylish-top-smiles-rests-street-cafe_197531-18193.jpg" + title: "Open Until 7:00 PM", description: "Visit us for lunch or early dinner. Hours: 11 AM – 7 PM daily. Closed Mondays.", imageSrc: "https://images.unsplash.com/photo-1504674900769-b87b9ba84e73?w=600&h=400&fit=crop" } ]} title="How to Enjoy Our Restaurant" @@ -84,23 +84,35 @@ export default function LandingPage() { -- 2.49.1