Update src/app/page.tsx
This commit is contained in:
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Delicious Desserts", description: "End on a sweet note with our homemade cannolis and delectable brownies.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg", imageAlt: "Plate of delicious desserts"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=1", imageAlt: "Plate of delicious desserts"},
|
||||
items: [
|
||||
{
|
||||
icon: Candy,
|
||||
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "pepperoni", name: "Classic Pepperoni", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg", imageAlt: "Classic Pepperoni Pizza"},
|
||||
id: "pepperoni", name: "Classic Pepperoni", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=2", imageAlt: "Classic Pepperoni Pizza"},
|
||||
{
|
||||
id: "margherita", name: "Margherita", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/someone-having-breakfast-with-tomatoes-eggs_141793-472.jpg", imageAlt: "Margherita Pizza"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user