diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cf674c..6eee179 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." + 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" }, { icon: Crown, - title: "Crispy Perfection", description: "Crispy on the outside, juicy inside. Our signature cooking technique delivers every time." + 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" }, { icon: Users, - title: "Friendly Staff", description: "Warm, welcoming team dedicated to making your visit memorable and enjoyable." + 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" }, { icon: DollarSign, - title: "Fair Prices", description: "High quality does not have to be expensive. Great food at reasonable prices." + 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" }, { icon: Sparkles, - title: "Clean Restaurant", description: "Immaculate dining environment where cleanliness is our top priority always." + 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" }, { icon: Smile, - title: "Local Pride", description: "A Delmenhorst institution. Part of our community since day one. Join our family." + 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" } ]} animationType="slide-up"