From 273e5208c567e10305273d1a0774eec8bd39b6d8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:05:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63780a6..3696615 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,8 @@ export default function LandingPage() { { text: "Order Now", href: "#" }, ]} mediaItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheeseburger-with-vegetables-table_140725-4627.jpg", imageAlt: "Juicy smashed burger"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg", imageAlt: "Classic smashed beef burger"} + { imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheeseburger-with-vegetables-table_140725-4627.jpg", imageAlt: "Juicy smashed burger"}, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg", imageAlt: "Classic smashed beef burger"} ]} mediaAnimation="slide-up" rating={5} @@ -68,11 +66,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "The Original", price: "145 EGP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg"}, + id: "1", name: "The Original", price: "145 EGP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg"}, { - id: "2", name: "Moe’s Favorite", price: "165 EGP", imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg"}, + id: "2", name: "Moe’s Favorite", price: "165 EGP", imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg"}, { - id: "3", name: "The Lacy One", price: "175 EGP", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg"}, + id: "3", name: "The Lacy One", price: "175 EGP", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg"}, ]} title="Our Signature Creations" description="Premium ingredients, smashed to perfection." @@ -115,8 +113,8 @@ export default function LandingPage() { title="Pricing Plans" description="Choose the perfect plan for your needs." plans={[ - { name: "Basic", price: "$9", features: ["Fast", "Good"] }, - { name: "Pro", price: "$19", features: ["Very Fast", "Better"] } + { title: "Basic", price: "$9", features: ["Fast", "Good"] }, + { title: "Pro", price: "$19", features: ["Very Fast", "Better"] } ]} animationType="slide-up" textboxLayout="default" @@ -129,19 +127,19 @@ export default function LandingPage() { logoText="Holy Buns" columns={[ { - title: "Locations", items: [ + title: "Locations", items: [ { label: "New Giza - The Gardens", href: "#" }, { label: "North Coast / Sahel", href: "#" }, ], }, { - title: "Support", items: [ + title: "Support", items: [ { label: "Call: 011 28800255", href: "tel:01128800255" }, { label: "Open until 12 AM", href: "#" }, ], }, { - title: "Social", items: [ + title: "Social", items: [ { label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, ], -- 2.49.1