From ae9f73ca57a230bfbc4184d68c4a1612dfc5c13b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:08:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 170 +++++++++-------------------------------------- 1 file changed, 30 insertions(+), 140 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29f01c0..37bef0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,71 +29,29 @@ export default function LandingPage() {
@@ -103,10 +61,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Baked with Love" description={[ - "I started my journey in a small kitchen, fuelled by a passion for baking traditional recipes with a modern twist.", - "Every item is prepared from scratch using farm-fresh eggs, real butter, and the finest cocoa.", - "My mission is simple: to bring joy to your table with cakes and brownies that taste like home.", - ]} + "I started my journey in a small kitchen, fuelled by a passion for baking traditional recipes with a modern twist.", "Every item is prepared from scratch using farm-fresh eggs, real butter, and the finest cocoa.", "My mission is simple: to bring joy to your table with cakes and brownies that taste like home."]} /> @@ -117,48 +72,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Classic Chocolate Cake", - price: "$25", - variant: "Whole Cake", - imageSrc: "http://img.b2bpic.net/free-photo/loaf-homemade-bread-wooden-cutting-board_53876-98267.jpg", - }, - { - id: "p2", - name: "Fudge Brownie Tray", - price: "$15", - variant: "12 Pieces", - imageSrc: "http://img.b2bpic.net/free-photo/pieces-cakey-brownie_181624-58713.jpg", - }, - { - id: "p3", - name: "Vanilla Berry Sponge", - price: "$28", - variant: "Whole Cake", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg", - }, - { - id: "p4", - name: "Salted Caramel Brownies", - price: "$18", - variant: "12 Pieces", - imageSrc: "http://img.b2bpic.net/free-photo/four-colorful-sweet-doughnuts-white-surface_114579-32362.jpg", - }, - { - id: "p5", - name: "Cheesecake Delight", - price: "$30", - variant: "Whole Cake", - imageSrc: "http://img.b2bpic.net/free-photo/dessert-flowers-table-flat-lay_23-2149629056.jpg", - }, - { - id: "p6", - name: "Almond Fudge Brownie", - price: "$20", - variant: "12 Pieces", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-chocolate-cake-wooden-table_23-2147802591.jpg", - }, + { id: "p1", name: "Classic Chocolate Cake", price: "$25", variant: "Whole Cake", imageSrc: "http://img.b2bpic.net/free-photo/loaf-homemade-bread-wooden-cutting-board_53876-98267.jpg" }, + { id: "p2", name: "Fudge Brownie Tray", price: "$15", variant: "12 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/pieces-cakey-brownie_181624-58713.jpg" }, + { id: "p3", name: "Vanilla Berry Sponge", price: "$28", variant: "Whole Cake", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg" }, + { id: "p4", name: "Salted Caramel Brownies", price: "$18", variant: "12 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/four-colorful-sweet-doughnuts-white-surface_114579-32362.jpg" }, + { id: "p5", name: "Cheesecake Delight", price: "$30", variant: "Whole Cake", imageSrc: "http://img.b2bpic.net/free-photo/dessert-flowers-table-flat-lay_23-2149629056.jpg" }, + { id: "p6", name: "Almond Fudge Brownie", price: "$20", variant: "12 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/still-life-chocolate-cake-wooden-table_23-2147802591.jpg" }, ]} title="Our Signature Treats" description="Discover our favorite collection of cakes and brownies." @@ -172,26 +91,11 @@ export default function LandingPage() { rating={5} author="Sarah M." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/joyful-beautiful-gardener-girl-uniform-wearing-gardening-hat-raising-pumpkin-isolated-pink-background_141793-64332.jpg", - alt: "Customer 1", - }, - { - src: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", - alt: "Customer 2", - }, - { - src: "http://img.b2bpic.net/free-photo/be-my-valentine_1098-15263.jpg", - alt: "Customer 3", - }, - { - src: "http://img.b2bpic.net/free-photo/image-male-cook-holding-raw-mushrooms-with-happy-expression-white_114579-88822.jpg", - alt: "Customer 4", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg", - alt: "Customer 5", - }, + { src: "http://img.b2bpic.net/free-photo/joyful-beautiful-gardener-girl-uniform-wearing-gardening-hat-raising-pumpkin-isolated-pink-background_141793-64332.jpg", alt: "Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", alt: "Customer 2" }, + { src: "http://img.b2bpic.net/free-photo/be-my-valentine_1098-15263.jpg", alt: "Customer 3" }, + { src: "http://img.b2bpic.net/free-photo/image-male-cook-holding-raw-mushrooms-with-happy-expression-white_114579-88822.jpg", alt: "Customer 4" }, + { src: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg", alt: "Customer 5" }, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -203,21 +107,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you deliver?", - content: "Yes, we offer local home delivery within a 15km radius.", - }, - { - id: "q2", - title: "How far in advance should I order?", - content: "Please order at least 48 hours in advance for custom cake orders.", - }, - { - id: "q3", - title: "Are your ingredients natural?", - content: "Absolutely! We use only premium quality ingredients with no artificial preservatives.", - }, + { id: "q1", title: "Do you deliver?", content: "Yes, we offer local home delivery within a 15km radius." }, + { id: "q2", title: "How far in advance should I order?", content: "Please order at least 48 hours in advance for custom cake orders." }, + { id: "q3", title: "Are your ingredients natural?", content: "Absolutely! We use only premium quality ingredients with no artificial preservatives." }, ]} title="Common Questions" description="Got questions about our ingredients or delivery?" @@ -228,15 +120,13 @@ export default function LandingPage() {
-- 2.49.1