From c41bc25c704fd18c96a0d5d86a0046010ca97aa0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:21:24 +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 6eee179..4cf674c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,27 +115,27 @@ export default function LandingPage() { features={[ { icon: Flame, - title: "Freshly Prepared", description: "Everything made to order daily using the finest ingredients. No frozen surprises.", imageOverlay: "http://img.b2bpic.net/free-photo/high-angle-delicious-boneless-chicken_23-2149972969.jpg?_wi=3" + title: "Freshly Prepared", description: "Everything made to order daily using the finest ingredients. No frozen surprises." }, { icon: Crown, - title: "Crispy Perfection", description: "Crispy on the outside, juicy inside. Our signature cooking technique delivers every time.", imageOverlay: "http://img.b2bpic.net/free-photo/close-up-fried-chicken-golden-crust_23-2149972965.jpg" + title: "Crispy Perfection", description: "Crispy on the outside, juicy inside. Our signature cooking technique delivers every time." }, { icon: Users, - title: "Friendly Staff", description: "Warm, welcoming team dedicated to making your visit memorable and enjoyable.", imageOverlay: "http://img.b2bpic.net/free-photo/smiling-waiter-holding-food_23-2149372849.jpg" + title: "Friendly Staff", description: "Warm, welcoming team dedicated to making your visit memorable and enjoyable." }, { icon: DollarSign, - title: "Fair Prices", description: "High quality does not have to be expensive. Great food at reasonable prices.", imageOverlay: "http://img.b2bpic.net/free-photo/money-coins-table_23-2147834192.jpg" + title: "Fair Prices", description: "High quality does not have to be expensive. Great food at reasonable prices." }, { icon: Sparkles, - title: "Clean Restaurant", description: "Immaculate dining environment where cleanliness is our top priority always.", imageOverlay: "http://img.b2bpic.net/free-photo/modern-restaurant-interior-design_23-2150007154.jpg" + title: "Clean Restaurant", description: "Immaculate dining environment where cleanliness is our top priority always." }, { icon: Smile, - title: "Local Pride", description: "A Delmenhorst institution. Part of our community since day one. Join our family.", imageOverlay: "http://img.b2bpic.net/free-photo/happy-family-restaurant_23-2147834190.jpg" + title: "Local Pride", description: "A Delmenhorst institution. Part of our community since day one. Join our family." } ]} animationType="slide-up"