From ee3c0416185b7334da7aa06d6de18d6ed21cde3b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:12:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56fe2b0..c9ec34e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { title: "Tasty Café Snacks", description: "Delicious burgers, sandwiches, and quick bites to complement your dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7497.jpg", imageAlt: "Burgers and snacks", buttonIcon: Heart, buttonHref: "#"}, { - title: "Comfortable Seating", description: "Relax in our cozy café atmosphere with family and friends", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg", imageAlt: "Cafe interior seating", buttonIcon: Armchair, + title: "Comfortable Seating", description: "Relax in our cozy café atmosphere with family and friends", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=1", imageAlt: "Cafe interior seating", buttonIcon: Armchair, buttonHref: "#"}, { title: "Great Takeaway", description: "Perfect packaging for your treats on the go - enjoy quality anywhere", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-white-dress-sunglasses-cute-teenage-girl-eating-ice-cream-street_613910-12186.jpg", imageAlt: "Happy customers with ice cream", buttonIcon: Zap, @@ -113,13 +113,13 @@ export default function LandingPage() {