Update src/app/page.tsx
This commit is contained in:
156
src/app/page.tsx
156
src/app/page.tsx
@@ -30,20 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "#about",
|
||||
},
|
||||
name: "About", id: "about", href: "#about"},
|
||||
{
|
||||
name: "Shops",
|
||||
id: "shops",
|
||||
href: "#shops",
|
||||
},
|
||||
name: "Shops", id: "shops", href: "#shops"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact", href: "#contact"},
|
||||
]}
|
||||
brandName="Maxwell Centre"
|
||||
/>
|
||||
@@ -52,19 +43,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Maxwell Centre"
|
||||
description="Your Local Shopping Centre in Empangeni – offering a variety of stores, services, and quick shopping options for the local community."
|
||||
description="Maxwell Centre, located at Shop 8, 45 Maxwell St, Empangeni Central, Empangeni, 3880, is your local shopping destination. We offer a variety of stores, services, and quick shopping options for the local community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Shops",
|
||||
href: "#shops",
|
||||
},
|
||||
text: "Explore Shops", href: "#shops"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -75,8 +61,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
title="About Maxwell Centre"
|
||||
description="Maxwell Centre is a convenient shopping centre located in Empangeni. It offers a variety of stores, services and quick shopping options for the local community."
|
||||
subdescription="Visitors usually spend around 20 minutes shopping and enjoying the facilities, making it a perfect spot for efficient and enjoyable outings."
|
||||
description="Maxwell Centre is a convenient shopping centre located at Shop 8, 45 Maxwell St, Empangeni Central, Empangeni, 3880. We pride ourselves on a 4.4-star rating from 98 reviews, reflecting our commitment to quality service and a great shopping experience."
|
||||
subdescription="Visitors typically spend around 20 minutes at our centre, making it ideal for quick and efficient outings while still providing a diverse range of options."
|
||||
icon={Building}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269140.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,44 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "retail",
|
||||
title: "Retail Stores",
|
||||
author: "Various Brands",
|
||||
description: "Find your favourite clothing, electronics, and everyday essentials. Our diverse retail selection caters to all your shopping desires.",
|
||||
tags: [
|
||||
"Fashion",
|
||||
"Electronics",
|
||||
"Essentials",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cyber-monday-composition_23-2149055960.jpg",
|
||||
imageAlt: "modern clothing store interior fashion display",
|
||||
},
|
||||
id: "retail", title: "Retail Stores", author: "Various Brands", description: "Find your favourite clothing, electronics, and everyday essentials. Our diverse retail selection caters to all your shopping desires.", tags: [
|
||||
"Fashion", "Electronics", "Essentials"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cyber-monday-composition_23-2149055960.jpg", imageAlt: "modern clothing store interior fashion display"},
|
||||
{
|
||||
id: "food",
|
||||
title: "Food & Takeaways",
|
||||
author: "Diverse Cuisines",
|
||||
description: "Grab a quick meal or a delicious snack from our wide range of food and takeaway options. Perfect for a busy day or a leisurely break.",
|
||||
tags: [
|
||||
"Restaurants",
|
||||
"Cafes",
|
||||
"Snacks",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-ready-eat-meal_23-2151187762.jpg",
|
||||
imageAlt: "bustling food court diverse eateries",
|
||||
},
|
||||
id: "food", title: "Food & Takeaways", author: "Diverse Cuisines", description: "Grab a quick meal or a delicious snack from our wide range of food and takeaway options. Perfect for a busy day or a leisurely break.", tags: [
|
||||
"Restaurants", "Cafes", "Snacks"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-ready-eat-meal_23-2151187762.jpg", imageAlt: "bustling food court diverse eateries"},
|
||||
{
|
||||
id: "services",
|
||||
title: "Services",
|
||||
author: "Professional Providers",
|
||||
description: "Access essential services like banking, mobile solutions, and other small businesses, all conveniently located under one roof.",
|
||||
tags: [
|
||||
"Banking",
|
||||
"Telecom",
|
||||
"Health",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-coffeehouse-with-contemporary-design_23-2149052832.jpg",
|
||||
imageAlt: "bank interior modern design lobby",
|
||||
},
|
||||
id: "services", title: "Services", author: "Professional Providers", description: "Access essential services like banking, mobile solutions, and other small businesses, all conveniently located under one roof.", tags: [
|
||||
"Banking", "Telecom", "Health"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-coffeehouse-with-contemporary-design_23-2149052832.jpg", imageAlt: "bank interior modern design lobby"},
|
||||
]}
|
||||
title="Our Stores"
|
||||
description="Discover a wide variety of retail, food, and services at Maxwell Centre, designed to make your visit comprehensive and enjoyable."
|
||||
@@ -140,25 +99,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Walmart",
|
||||
"Pick n Pay",
|
||||
"Clicks",
|
||||
"Vodacom",
|
||||
"Nedbank",
|
||||
"McDonald's",
|
||||
"KFC",
|
||||
"⭐ 4.4 Rating", "Based on 98 Reviews"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/marketing-logo-template-with-device_23-2149105273.jpg",
|
||||
"http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893725.jpg",
|
||||
"http://img.b2bpic.net/free-vector/detailed-click-collect-sign_23-2148789352.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-delivery-girl-wearing-red-t-shirt-red-cap-holding-phone-isolated-white-background_141793-20430.jpg",
|
||||
"http://img.b2bpic.net/free-photo/management-consultant-working-annual-report-planning-conference_482257-115960.jpg",
|
||||
"http://img.b2bpic.net/free-vector/american-food-web-template-with-burger-photo_23-2148901382.jpg",
|
||||
"http://img.b2bpic.net/free-vector/smiley-worker-avatars-collection_23-2147675682.jpg",
|
||||
]}
|
||||
title="Featured Stores"
|
||||
description="A selection of our popular tenants and service providers, bringing convenience and variety to your shopping experience."
|
||||
logos={[]}
|
||||
title="Customer Satisfaction"
|
||||
description="Our commitment to quality service and a great shopping experience is reflected in our community's feedback."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,18 +111,15 @@ 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", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-travel-set-with-magnifying-glass-map_23-2149554718.jpg"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us"
|
||||
description="Find us at 45 Maxwell St, Empangeni Central. 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!"
|
||||
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", target: "_blank"},
|
||||
{
|
||||
text: "Call Us", href: "tel:0357723241"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,51 +129,31 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-casino-architecture_23-2150926645.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Stores",
|
||||
href: "#shops",
|
||||
},
|
||||
label: "Our Stores", href: "#shops"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Opening Hours",
|
||||
items: [
|
||||
title: "Opening Hours", items: [
|
||||
{
|
||||
label: "Mon – Fri: 6:00 AM – 7:30 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon – Fri: 6:00 AM – 7:30 PM", href: "#"},
|
||||
{
|
||||
label: "Saturday: Open",
|
||||
href: "#",
|
||||
},
|
||||
label: "Saturday: Open", href: "#"},
|
||||
{
|
||||
label: "Sunday: Limited hours",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sunday: Limited hours", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "45 Maxwell St, Empangeni Central",
|
||||
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", target: "_blank"},
|
||||
{
|
||||
label: "Phone: 035 772 3241",
|
||||
href: "tel:0357723241",
|
||||
},
|
||||
label: "Phone: 035 772 3241", href: "tel:0357723241"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user