From e6a1870c3c6d2ce2cb620770ef890a1ed1c35d7f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:55:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 234 ++++++++++++----------------------------------- 1 file changed, 58 insertions(+), 176 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 14f7384..213c5fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -50,101 +44,56 @@ export default function LandingPage() { @@ -154,10 +103,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Not a café. A Bakehouse." description={[ - "There's a difference between a café that buys in its cakes and a bakehouse that makes everything from scratch — and you'll taste it immediately.", - "Chloe's Bakehouse & Coffee Shop was born from a genuine love of baking. Every lemon drizzle, rocky road, blondie, crumble slice and pastry is made here, by Chloe, with care.", - "We're tucked just off the A52 in Brailsford — easy to find once you know we're here, and impossible to forget once you've visited.", - ]} + "There's a difference between a café that buys in its cakes and a bakehouse that makes everything from scratch — and you'll taste it immediately.", "Chloe's Bakehouse & Coffee Shop was born from a genuine love of baking. Every lemon drizzle, rocky road, blondie, crumble slice and pastry is made here, by Chloe, with care.", "We're tucked just off the A52 in Brailsford — easy to find once you know we're here, and impossible to forget once you've visited."]} /> @@ -168,49 +114,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "The Bakes", - description: "From Bakewell blondies to lemon drizzle, crumble slices to fresh pastries — the menu changes with what Chloe's creating. Seasonal, fresh, made with love.", - icon: Cake, + title: "The Bakes", description: "From Bakewell blondies to lemon drizzle, crumble slices to fresh pastries — the menu changes with what Chloe's creating. Seasonal, fresh, made with love.", icon: Cake, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-gift-boxes-table_23-2147957896.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-gift-boxes-table_23-2147957896.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-banana-bread-loaf-pan-with-chocolate-chunks-walnut-table_181624-30481.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-banana-bread-loaf-pan-with-chocolate-chunks-walnut-table_181624-30481.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-autumn-food-with-copy-space_23-2148234245.jpg?_wi=2", - imageAlt: "freshly baked pastry display tray", }, { - title: "The Coffee", - description: "Rich, smooth, perfectly brewed specialty coffee. Oat milk, dairy-free and vegan drink options always available. Large cups, proper coffee.", - icon: Coffee, + title: "The Coffee", description: "Rich, smooth, perfectly brewed specialty coffee. Oat milk, dairy-free and vegan drink options always available. Large cups, proper coffee.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/best-friends-enjoying-time-together_23-2148395432.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/best-friends-enjoying-time-together_23-2148395432.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-person-food-young-people_1303-611.jpg?_wi=1", - imageAlt: "freshly baked pastry display tray", }, { - title: "The Setting", - description: "Stone driveway. Conservatory. Outdoor terrace suntrap. Log burner inside. A beautifully designed space that feels like it was made for long afternoons.", - icon: Coffee, + title: "The Setting", description: "Stone driveway. Conservatory. Outdoor terrace suntrap. Log burner inside. A beautifully designed space that feels like it was made for long afternoons.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/rolling-pin-near-buns_23-2147742725.jpg?_wi=2", - imageAlt: "freshly baked pastry display tray", }, ]} title="What We Offer" @@ -220,54 +148,25 @@ export default function LandingPage() {
@@ -295,37 +191,23 @@ export default function LandingPage() {