4 Commits

Author SHA1 Message Date
b6b5cdd13a Update src/app/page.tsx 2026-04-16 18:04:33 +00:00
59426378ff Merge version_1 into main
Merge version_1 into main
2026-04-12 20:32:33 +00:00
85a299703e Merge version_1 into main
Merge version_1 into main
2026-04-12 20:08:09 +00:00
2c72b709b3 Merge version_1 into main
Merge version_1 into main
2026-04-12 20:07:41 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", imageAlt: "Cozy cafe interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg", imageAlt: "Morning coffee ritual" },
{ imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg", imageAlt: "Warm cafe lighting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Inviting seating area" },
{ imageSrc: "http://img.b2bpic.net/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Inviting seating area" },
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Cafe garden space" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-cookie-put-windowsill_181624-22130.jpg", imageAlt: "Fresh cafe breakfast" },
]}
@@ -75,7 +75,7 @@ export default function LandingPage() {
description="Hear from our daily coffee community."
testimonials={[
{ id: "ex-1", name: "Alice P.", date: "2024-05", title: "Daily Ritual", quote: "My morning wouldn't be complete without the team here.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3948.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329709.jpg" },
{ id: "ex-2", name: "Tom B.", date: "2024-04", title: "Great Vibe", quote: "Warm atmosphere and friendly service every time.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5285.jpg" },
{ id: "ex-2", name: "Tom B.", date: "2024-04", title: "Great Vibe", quote: "Warm atmosphere and friendly service every time.", tag: "Local", avatarSrc: "http://img.b2bpic.net/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5285.jpg" },
{ id: "ex-3", name: "Maria L.", date: "2024-05", title: "Hidden Gem", quote: "Best flat white in Harefield, hands down.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-cup-coffee-posing-kitchen-enjoying_1258-198203.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-drinks-coffee-stands-kitchen-enjoys-delicious-cup-cappuccino_1258-198198.jpg" },
{ id: "ex-4", name: "James H.", date: "2024-03", title: "Community Focus", quote: "You can feel the local love in every cup.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-bathrobe-standing-kitchen-drinking-coffee-smiling_1258-198149.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-modern-woman-starts-her-day-with-morning-mug-tea-girl-drinking-coffee_1258-198139.jpg" },
{ id: "ex-5", name: "Lisa G.", date: "2024-06", title: "Tasty Treats", quote: "Don't miss the cakes, they are homemade perfection.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg" },
@@ -104,9 +104,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Pricing"
description="Our menu prices."
plans={[]}
title="Menu Pricing"
description="Enjoy our selection of artisanal coffee and fresh food options."
plans={[
{ id: "p-1", badge: "Classic", price: "£2.80 - £4.50", subtitle: "Artisanal Coffees", features: ["Espresso", "Cappuccino", "Latte", "Flat White"] },
{ id: "p-2", badge: "Popular", price: "£5.50 - £9.50", subtitle: "Fresh Food", features: ["Sourdough Toasties", "Seasonal Salads", "Homemade Soups"] },
{ id: "p-3", badge: "Treats", price: "£3.00 - £6.00", subtitle: "Baked Goods", features: ["Croissants", "Daily Cakes", "Vegan Pastries"] }
]}
/>
</div>