From d63b3c8815fa31c5a03312375cf6fb1c4c09c6c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 15:46:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 256 +++++++++-------------------------------------- 1 file changed, 45 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31a27b0..dee6e23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,116 +28,43 @@ export default function LandingPage() {
@@ -148,18 +75,9 @@ export default function LandingPage() { title="Crafted with Purpose" description="Inspired by the hidden corners of London, our cafe offers a sanctuary where craft meets comfort. We believe every cup tells a story, and every detail matters." metrics={[ - { - value: "12+", - title: "Single Origins", - }, - { - value: "200+", - title: "Daily Brews", - }, - { - value: "8", - title: "Years of Craft", - }, + { value: "12+", title: "Single Origins" }, + { value: "200+", title: "Daily Brews" }, + { value: "8", title: "Years of Craft" }, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg" mediaAnimation="slide-up" @@ -174,48 +92,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Classic Espresso", - price: "£3.50", - variant: "Rich & Bold", - imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-desk-black-background_23-2147893165.jpg", - }, - { - id: "p2", - name: "Buttered Croissant", - price: "£4.20", - variant: "Freshly Baked", - imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-board_23-2147798944.jpg", - }, - { - id: "p3", - name: "Signature Flat White", - price: "£4.50", - variant: "Velvety Smooth", - imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg", - }, - { - id: "p4", - name: "Seasonal Blend", - price: "£12.00", - variant: "Retail Bag", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cookies-marble-surface_114579-57827.jpg", - }, - { - id: "p5", - name: "Blueberry Muffin", - price: "£3.80", - variant: "Gluten Free", - imageSrc: "http://img.b2bpic.net/free-photo/twig-near-coffee-buns_23-2147798988.jpg", - }, - { - id: "p6", - name: "Iced Matcha Latte", - price: "£4.80", - variant: "Chilled", - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg", - }, + { id: "p1", name: "Classic Espresso", price: "£3.50", variant: "Rich & Bold", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-desk-black-background_23-2147893165.jpg" }, + { id: "p2", name: "Buttered Croissant", price: "£4.20", variant: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-board_23-2147798944.jpg" }, + { id: "p3", name: "Signature Flat White", price: "£4.50", variant: "Velvety Smooth", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg" }, + { id: "p4", name: "Seasonal Blend", price: "£12.00", variant: "Retail Bag", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cookies-marble-surface_114579-57827.jpg" }, + { id: "p5", name: "Blueberry Muffin", price: "£3.80", variant: "Gluten Free", imageSrc: "http://img.b2bpic.net/free-photo/twig-near-coffee-buns_23-2147798988.jpg" }, + { id: "p6", name: "Iced Matcha Latte", price: "£4.80", variant: "Chilled", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg" }, ]} title="From Our Kitchen" description="Our signature selection, meticulously sourced and prepared for the discerning palate." @@ -229,31 +111,11 @@ export default function LandingPage() { cardTag="Reviews" cardAnimation="slide-up" testimonials={[ - { - id: "t1", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/peaceful-evening_1098-13993.jpg", - }, - { - id: "t2", - name: "Michael L.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-posing-with-coffee_158595-3757.jpg", - }, - { - id: "t3", - name: "Amelia W.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-cup-coffee_23-2148395415.jpg", - }, - { - id: "t4", - name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", - }, - { - id: "t5", - name: "Clara B.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", - }, + { id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/peaceful-evening_1098-13993.jpg" }, + { id: "t2", name: "Michael L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-posing-with-coffee_158595-3757.jpg" }, + { id: "t3", name: "Amelia W.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-cup-coffee_23-2148395415.jpg" }, + { id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg" }, + { id: "t5", name: "Clara B.", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg" }, ]} /> @@ -264,16 +126,8 @@ export default function LandingPage() { title="Visit Us" description="Come experience the London Brew aesthetic in person. We look forward to serving you." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Your Email" }, ]} imageSrc="http://img.b2bpic.net/free-photo/exterior-shopfront-city_53876-144723.jpg" /> @@ -283,37 +137,17 @@ export default function LandingPage() {