Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -37,6 +37,8 @@ export default function LandingPage() {
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Visit Us", id: "#visit-us"},
|
||||
{
|
||||
name: "Contact", id: "#final-cta"}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/coloured-vintage-labels-collection_1009-322.jpg"
|
||||
logoAlt="Cafe Wander Logo"
|
||||
@@ -192,13 +194,11 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Plan Your Visit"
|
||||
title="Find Your Way to Cafe Wander"
|
||||
description="Nestled in the heart of Glasgow City Centre, our hidden basement café awaits. Experience our warm hospitality, exceptional coffee, and award-winning breakfasts. We’re just a short walk from major transport links."
|
||||
title="Visit Cafe Wander"
|
||||
description="Find us at 110 West George Street, Glasgow G2 1QJ. We're open Mon-Fri for Breakfast until 2pm, Sat for Breakfast all day. Closed on Sundays."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
text: "View Opening Hours", href: "#"},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=110+West+George+Street,+Glasgow+G2+1QJ"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -208,12 +208,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="The Perfect Start"
|
||||
title="Tomorrow's Breakfast Starts Here."
|
||||
description="Whether you're a local seeking comfort or a visitor craving authenticity, Cafe Wander is your destination for an unforgettable meal."
|
||||
tag="Get in Touch"
|
||||
title="Contact Us"
|
||||
description="Phone: +44 141 353 3968 | Address: 110 West George Street, Glasgow G2 1QJ | Opening Hours: Mon-Fri Breakfast until 2pm, Sat Breakfast all day, Sun Closed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Cafe Wander", href: "#visit-us"},
|
||||
text: "Call Now", href: "tel:+441413533968"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
--foreground: #F7F2EA;
|
||||
--primary-cta: #C59B63;
|
||||
--primary-cta-text: #171412;
|
||||
--secondary-cta: #4D5560;
|
||||
--secondary-cta-text: #F7F2EA;
|
||||
--accent: #32453D;
|
||||
--secondary-cta: #F7F2EA;
|
||||
--secondary-cta-text: #171412;
|
||||
--accent: #C59B63;
|
||||
--background-accent: #171412;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
|
||||
Reference in New Issue
Block a user