diff --git a/src/app/page.tsx b/src/app/page.tsx index 6145609..6921c6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -77,26 +59,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Chicken McJoy", - price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg?_wi=1", - imageAlt: "Chicken McJoy", - }, + id: "1", name: "Chicken McJoy", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg", imageAlt: "Chicken McJoy"}, { - id: "2", - name: "Pancit Bihon", - price: "$14.50", - imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-japannese-sausage-with-tobiko_1339-7882.jpg", - imageAlt: "Pancit Bihon", - }, + id: "2", name: "Pancit Bihon", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-japannese-sausage-with-tobiko_1339-7882.jpg", imageAlt: "Pancit Bihon"}, { - id: "3", - name: "Cheesy Fries", - price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-red-wine_501050-867.jpg", - imageAlt: "Cheesy Fries", - }, + id: "3", name: "Cheesy Fries", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-red-wine_501050-867.jpg", imageAlt: "Cheesy Fries"}, ]} title="Customer Favorites" description="Our fried chicken is known for its crispy golden crust and juicy meat inside." @@ -105,44 +72,20 @@ export default function LandingPage() {