Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f180788a2 | |||
| 43b3505e4b | |||
| dad2a42162 | |||
| a64b4cb625 | |||
| 0ae6ebf3b4 | |||
| f10f7025c1 | |||
| fd4d45b075 | |||
| c4e0aad322 | |||
| cc1c6d07ad |
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -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"] },
|
||||
|
||||
Reference in New Issue
Block a user