From e721b86450d7ab57dad049a2022746f6cb34b251 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 15:22:43 +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 9ec917b..1f33154 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Taste the Soul of Atlanta" description="Experience breakfast perfected. From fluffy pancakes to signature savory favorites, every bite is a tribute to southern tradition." buttons={[{ text: "View Menu", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-tea-light_140725-121025.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-tea-light_140725-121025.jpg?_wi=1" /> @@ -71,8 +71,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Classic Southern Grits", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg" }, - { id: "p2", name: "Signature Fluffy Stacks", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg" }, + { id: "p1", name: "Classic Southern Grits", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg?_wi=1" }, + { id: "p2", name: "Signature Fluffy Stacks", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg?_wi=1" }, { id: "p3", name: "Shrimp & Savory Grits", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-arrangement-top-view_23-2148847471.jpg" }, { id: "p4", name: "Berried French Toast", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg" }, { id: "p5", name: "Sunrise Brewed Coffee", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/composed-healthy-meal-morning_23-2147693550.jpg" }, @@ -89,9 +89,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Farm to Table", description: "Sourced locally for maximum flavor.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/fruit-galette-composition-tasty-food-concept-space-text_185193-109035.jpg" }, - { title: "Traditional Recipes", description: "Authentic taste in every dish.", buttonIcon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-tea-light_140725-121025.jpg" }, - { title: "Fast Friendly Service", description: "We value your morning time.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg" }, - { title: "Local Community", description: "Proudly serving Atlanta since day one.", buttonIcon: Users, imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg" }, + { title: "Traditional Recipes", description: "Authentic taste in every dish.", buttonIcon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-tea-light_140725-121025.jpg?_wi=2" }, + { title: "Fast Friendly Service", description: "We value your morning time.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg?_wi=2" }, + { title: "Local Community", description: "Proudly serving Atlanta since day one.", buttonIcon: Users, imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg?_wi=2" }, ]} title="Why Choose Us" description="We blend quality ingredients with southern hospitality to create the perfect start to your day." -- 2.49.1