Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Our Menu", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bakery-small-business-concept_23-2149233683.jpg", alt: "Bakery small business concept"},
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
{
|
||||
value: "500+", title: "Recipes Crafted"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914003.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914003.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -153,13 +153,13 @@ export default function LandingPage() {
|
||||
"Large Mac & Cheese", "4 Burgers", "Large Fries"],
|
||||
button: {
|
||||
text: "Order Now"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg", imageAlt: "Gourmet pasta meal on wooden table outdoors generated by AI"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=2", imageAlt: "Gourmet pasta meal on wooden table outdoors generated by AI"},
|
||||
{
|
||||
id: "p3", title: "Bakery Box", price: "$25", period: "/box", features: [
|
||||
"6 Pastries", "Artisan Loaf"],
|
||||
button: {
|
||||
text: "Order Now"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914003.jpg", imageAlt: "Gourmet pasta meal on wooden table outdoors generated by AI"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914003.jpg?_wi=2", imageAlt: "Gourmet pasta meal on wooden table outdoors generated by AI"},
|
||||
]}
|
||||
title="Meal Bundles"
|
||||
description="Great value for sharing with the family."
|
||||
|
||||
Reference in New Issue
Block a user