Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-24 04:55:16 +00:00

View File

@@ -30,11 +30,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "About", id: "about", href: "#about"},
name: "About", id: "about"},
{
name: "Shops", id: "shops", href: "#shops"},
name: "Shops", id: "shops"},
{
name: "Contact", id: "contact", href: "#contact"},
name: "Contact", id: "contact"},
]}
brandName="Maxwell Centre"
/>
@@ -111,13 +111,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-travel-set-with-magnifying-glass-map_23-2149554718.jpg"}}
variant: "plain"}}
tag="Get in Touch"
title="Visit Us & Contact"
description="Find us at Shop 8, 45 Maxwell St, Empangeni Central, Empangeni, 3880. Call us at 035 772 3241. Our hours are Monday Friday: 6:00 AM 7:30 PM, Saturday: Open, Sunday: Limited hours. We look forward to welcoming you!"
buttons={[
{
text: "Get Directions", href: "https://www.google.com/maps/search/45+Maxwell+St,+Empangeni+Central", target: "_blank"},
text: "Get Directions", href: "https://www.google.com/maps/search/45+Maxwell+St,+Empangeni+Central"},
{
text: "Call Us", href: "tel:0357723241"}
]}
@@ -151,7 +151,7 @@ export default function LandingPage() {
{
title: "Location", items: [
{
label: "Shop 8, 45 Maxwell St, Empangeni Central, Empangeni, 3880", href: "https://www.google.com/maps/search/45+Maxwell+St,+Empangeni+Central", target: "_blank"},
label: "Shop 8, 45 Maxwell St, Empangeni Central, Empangeni, 3880", href: "https://www.google.com/maps/search/45+Maxwell+St,+Empangeni+Central"},
{
label: "Phone: 035 772 3241", href: "tel:0357723241"},
],