Update src/app/page.tsx

This commit is contained in:
2026-05-18 15:21:50 +00:00
parent 50c608517f
commit 325f9f3fe0

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
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"
/>
</div>
@@ -99,13 +99,13 @@ export default function LandingPage() {
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg?_wi=1",
},
{
id: "p3",
@@ -153,21 +153,21 @@ export default function LandingPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-tea-light_140725-121025.jpg?_wi=2",
imageAlt: "Fruit galette composition for tasty food concept space for text",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg?_wi=2",
imageAlt: "Fruit galette composition for tasty food concept space for text",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg?_wi=2",
imageAlt: "Fruit galette composition for tasty food concept space for text",
},
]}