9 Commits

Author SHA1 Message Date
0f180788a2 Update src/app/contact/page.tsx 2026-04-16 18:18:46 +00:00
43b3505e4b Switch to version 5: modified src/app/page.tsx 2026-04-16 18:18:11 +00:00
dad2a42162 Switch to version 6: modified src/app/page.tsx 2026-04-16 18:17:23 +00:00
a64b4cb625 Switch to version 7: modified src/app/page.tsx 2026-04-16 18:15:29 +00:00
0ae6ebf3b4 Merge version_8 into main
Merge version_8 into main
2026-04-16 18:13:43 +00:00
f10f7025c1 Update src/app/page.tsx 2026-04-16 18:13:37 +00:00
fd4d45b075 Merge version_7 into main
Merge version_7 into main
2026-04-16 18:12:45 +00:00
c4e0aad322 Update src/app/page.tsx 2026-04-16 18:12:42 +00:00
cc1c6d07ad Merge version_6 into main
Merge version_6 into main
2026-04-16 18:11:39 +00:00
2 changed files with 2 additions and 5 deletions

View File

@@ -42,9 +42,7 @@ 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={[
{ text: "Call Now", href: "tel:01895347940" },
]}
buttons={[]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>

View File

@@ -104,11 +104,10 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardOne
animationType="slide-up"
textboxLayout="split-actions"
textboxLayout="default"
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"] },