3 Commits

Author SHA1 Message Date
06312d36c3 Switch to version 8: modified src/app/page.tsx 2026-04-17 08:42:06 +00:00
a23e4a4802 Switch to version 8: modified src/app/contact/page.tsx 2026-04-17 08:42:06 +00:00
4b988da7b9 Merge version_9 into main
Merge version_9 into main
2026-04-16 18:18:49 +00:00
2 changed files with 9 additions and 5 deletions

View File

@@ -42,7 +42,9 @@ export default function ContactPage() {
tag="Visit Us"
title="Drop by for a coffee"
description="14 High Street, Harefield, Uxbridge UB9 6BU | Open 7:30 AM | 01895 347940"
buttons={[]}
buttons={[
{ text: "Call Now", href: "tel:01895347940" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
slides={[
{ 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/table-set-dinning-table_1339-6425.jpg", imageAlt: "Warm cafe lighting" },
{ 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/cup-coffee-cookie-put-windowsill_181624-22130.jpg", imageAlt: "Fresh cafe breakfast" },
@@ -63,14 +63,15 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Welcome to your neighbourhood favourite"
description={[
"We are dedicated to serving the community of Harefield with warm service and high-quality food.", "With over 240+ reviews, we take pride in being a place where everyone feels at home."]}
"We are dedicated to serving the community of Harefield with warm service and high-quality food.", "Backed by 240+ 5-star reviews, we take pride in being a place where everyone feels at home."
]}
buttons={[{ text: "Browse Gallery", href: "/gallery" }]}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
title="Why our regulars love us"
description="Hear from our daily coffee community."
@@ -104,10 +105,11 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardOne
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground={false}
title="Menu Pricing"
description="Enjoy our selection of artisanal coffee and fresh food options."
buttons={[{ text: "View Full Menu", href: "/menu" }]}
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"] },