Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15c5d412c6 | |||
| d2ecdc9556 |
154
src/app/page.tsx
154
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "features",
|
||||
},
|
||||
name: "Benefits", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mani Square"
|
||||
/>
|
||||
@@ -56,22 +46,17 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Shops",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore Shops", href: "#about"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -84,9 +69,7 @@ export default function LandingPage() {
|
||||
title="A Legacy of Retail Excellence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,17 +81,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Limited parking (off-peak)",
|
||||
"Crowded during festivals",
|
||||
],
|
||||
"Limited parking (off-peak)", "Crowded during festivals"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"World-class brand collection",
|
||||
"Family entertainment zones",
|
||||
"Gourmet dining options",
|
||||
"Central urban location",
|
||||
],
|
||||
"World-class brand collection", "Family entertainment zones", "Gourmet dining options", "Central urban location"],
|
||||
}}
|
||||
title="Why Choose Mani Square"
|
||||
description="We offer an unparalleled blend of convenience, premium brands, and family-friendly entertainment."
|
||||
@@ -122,59 +99,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
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: "1", name: "Sarah Miller", 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",
|
||||
name: "David Chen",
|
||||
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: "2", name: "David Chen", 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",
|
||||
name: "Robert Smith",
|
||||
role: "Father",
|
||||
company: "Frequent Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-salon_23-2149220534.jpg",
|
||||
},
|
||||
id: "3", name: "Robert Smith", role: "Father", company: "Frequent Guest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-salon_23-2149220534.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Wilson",
|
||||
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: "4", name: "Emma Wilson", 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",
|
||||
name: "John Doe",
|
||||
role: "Shopper",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg",
|
||||
},
|
||||
id: "5", name: "John Doe", role: "Shopper", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "1.5M+",
|
||||
label: "Visitors Yearly",
|
||||
},
|
||||
value: "1.5M+", label: "Visitors Yearly"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Stores & Outlets",
|
||||
},
|
||||
value: "200+", label: "Stores & Outlets"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Dining Options",
|
||||
},
|
||||
value: "50+", label: "Dining Options"},
|
||||
]}
|
||||
title="What Our Visitors Say"
|
||||
description="Join thousands of happy visitors who call Mani Square their favorite destination."
|
||||
@@ -185,16 +131,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Get In Touch"
|
||||
description="Have questions about store hours, leasing, or upcoming events? Our support team is ready to assist you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:info@manisquare.com",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:info@manisquare.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -203,50 +146,31 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Leasing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Leasing", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Store Map",
|
||||
href: "#",
|
||||
},
|
||||
label: "Store Map", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -256,4 +180,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user