From f0a32ac5317b3a8b1298d5f06f61fe8c6cc26f02 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 11:09:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 289 +++++++++-------------------------------------- 1 file changed, 52 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c62597..c0cff8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,63 +48,38 @@ export default function LandingPage() {
@@ -122,14 +89,9 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Our Story: Luxury in Every Bite", - }, + type: "text", content: "Our Story: Luxury in Every Bite"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/woman-relaxing-resort_23-2147765369.jpg", - alt: "Cravins Lounge", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/woman-relaxing-resort_23-2147765369.jpg", alt: "Cravins Lounge"}, ]} /> @@ -142,47 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Chocolate Truffle", - price: "₦2,500", - variant: "Premium Scoop", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-ice-cream-still-life_23-2150096642.jpg", - }, + id: "p1", name: "Chocolate Truffle", price: "₦2,500", variant: "Premium Scoop", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-ice-cream-still-life_23-2150096642.jpg"}, { - id: "p2", - name: "Strawberry Swirl", - price: "₦2,200", - variant: "Fruit Base", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-with-raspberries-oatmeal-light-background_140725-125537.jpg", - }, + id: "p2", name: "Strawberry Swirl", price: "₦2,200", variant: "Fruit Base", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-with-raspberries-oatmeal-light-background_140725-125537.jpg"}, { - id: "p3", - name: "Madagascar Vanilla", - price: "₦2,000", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/cones-with-ice-cream-with-topping_23-2148422018.jpg", - }, + id: "p3", name: "Madagascar Vanilla", price: "₦2,000", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/cones-with-ice-cream-with-topping_23-2148422018.jpg"}, { - id: "p4", - name: "Salted Caramel", - price: "₦2,400", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/caramel-milkshake-with-sprinkles-green-surface_114579-33780.jpg", - }, + id: "p4", name: "Salted Caramel", price: "₦2,400", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/caramel-milkshake-with-sprinkles-green-surface_114579-33780.jpg"}, { - id: "p5", - name: "Pistachio Delight", - price: "₦2,800", - variant: "Nutty", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-colomba-with-pistachio-high-angle_23-2149341713.jpg", - }, + id: "p5", name: "Pistachio Delight", price: "₦2,800", variant: "Nutty", imageSrc: "http://img.b2bpic.net/free-photo/delicious-colomba-with-pistachio-high-angle_23-2149341713.jpg"}, { - id: "p6", - name: "Tropical Mango", - price: "₦2,300", - variant: "Sorbet", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-dessert_23-2148900958.jpg", - }, + id: "p6", name: "Tropical Mango", price: "₦2,300", variant: "Sorbet", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-dessert_23-2148900958.jpg"}, ]} title="Our Premium Selection" description="Artisanally crafted flavors using the finest ingredients." @@ -191,30 +123,16 @@ export default function LandingPage() {
@@ -389,16 +222,10 @@ export default function LandingPage() { description="Visit us at Bekaji Road, Karewa, Yola. We look forward to serving you." inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - required: true, + name: "name", type: "text", placeholder: "Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email", - required: true, + name: "email", type: "email", placeholder: "Email", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/empty-colorful-pastel-toning-ice-cream-cones-pink-background-minimalism-flat-lay_1220-1194.jpg" @@ -410,33 +237,21 @@ export default function LandingPage() { logoText="Cravins Ice Cream" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, ]}