Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d2ecdc9556 |
152
src/app/page.tsx
152
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Benefits",
|
name: "Benefits", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Mani Square"
|
brandName="Mani Square"
|
||||||
/>
|
/>
|
||||||
@@ -56,22 +46,17 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
logoText="Mani Square"
|
logoText="Mani Square"
|
||||||
description="The ultimate destination for shopping, dining, and entertainment. Discover a world of luxury and convenience at the heart of the city."
|
description="The ultimate destination for shopping, dining, and entertainment. Discover a world of luxury and convenience at the heart of the city."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Shops",
|
text: "Explore Shops", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Visit Us",
|
text: "Visit Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-talking-walking-together-city_23-2149318552.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BnuMCijR7F1kQidD8ZklIRwHov/uploaded-1775140949440-vwy2ajq6.jpg"
|
||||||
imageAlt="Mani Square entrance"
|
imageAlt="Mani Square entrance"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -84,9 +69,7 @@ export default function LandingPage() {
|
|||||||
title="A Legacy of Retail Excellence"
|
title="A Legacy of Retail Excellence"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -98,17 +81,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Limited parking (off-peak)",
|
"Limited parking (off-peak)", "Crowded during festivals"],
|
||||||
"Crowded during festivals",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"World-class brand collection",
|
"World-class brand collection", "Family entertainment zones", "Gourmet dining options", "Central urban location"],
|
||||||
"Family entertainment zones",
|
|
||||||
"Gourmet dining options",
|
|
||||||
"Central urban location",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Why Choose Mani Square"
|
title="Why Choose Mani Square"
|
||||||
description="We offer an unparalleled blend of convenience, premium brands, and family-friendly entertainment."
|
description="We offer an unparalleled blend of convenience, premium brands, and family-friendly entertainment."
|
||||||
@@ -122,59 +99,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Miller", role: "Regular Visitor", company: "Local Resident", rating: 5,
|
||||||
name: "Sarah Miller",
|
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg"},
|
||||||
role: "Regular Visitor",
|
|
||||||
company: "Local Resident",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "David Chen", role: "Foodie", company: "Dining Expert", rating: 5,
|
||||||
name: "David Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-happy-curly-haired-woman-wears-stylish-pink-sunglasses-headband-jacket-carries-paper-shopping-bags_273609-55537.jpg"},
|
||||||
role: "Foodie",
|
|
||||||
company: "Dining Expert",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-happy-curly-haired-woman-wears-stylish-pink-sunglasses-headband-jacket-carries-paper-shopping-bags_273609-55537.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Robert Smith", role: "Father", company: "Frequent Guest", rating: 5,
|
||||||
name: "Robert Smith",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-salon_23-2149220534.jpg"},
|
||||||
role: "Father",
|
|
||||||
company: "Frequent Guest",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-salon_23-2149220534.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Emma Wilson", role: "Fashionista", company: "Style Blogger", rating: 5,
|
||||||
name: "Emma Wilson",
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-curly-haired-woman-shopper-rests-after-making-purchases-mall-dressed-fashionable-clothes-surrounded-by-shopping-bags-looks-gladfully-away-poses-against-blurred-urban-background_273609-59142.jpg"},
|
||||||
role: "Fashionista",
|
|
||||||
company: "Style Blogger",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-curly-haired-woman-shopper-rests-after-making-purchases-mall-dressed-fashionable-clothes-surrounded-by-shopping-bags-looks-gladfully-away-poses-against-blurred-urban-background_273609-59142.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "John Doe", role: "Shopper", company: "Community Member", rating: 5,
|
||||||
name: "John Doe",
|
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg"},
|
||||||
role: "Shopper",
|
|
||||||
company: "Community Member",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "1.5M+",
|
value: "1.5M+", label: "Visitors Yearly"},
|
||||||
label: "Visitors Yearly",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "200+",
|
value: "200+", label: "Stores & Outlets"},
|
||||||
label: "Stores & Outlets",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "50+",
|
value: "50+", label: "Dining Options"},
|
||||||
label: "Dining Options",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Visitors Say"
|
title="What Our Visitors Say"
|
||||||
description="Join thousands of happy visitors who call Mani Square their favorite destination."
|
description="Join thousands of happy visitors who call Mani Square their favorite destination."
|
||||||
@@ -185,16 +131,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Get In Touch"
|
title="Get In Touch"
|
||||||
description="Have questions about store hours, leasing, or upcoming events? Our support team is ready to assist you."
|
description="Have questions about store hours, leasing, or upcoming events? Our support team is ready to assist you."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Support",
|
text: "Contact Support", href: "mailto:info@manisquare.com"},
|
||||||
href: "mailto:info@manisquare.com",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -203,50 +146,31 @@ export default function LandingPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Leasing",
|
label: "Leasing", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Help",
|
title: "Help", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Store Map",
|
label: "Store Map", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user