diff --git a/src/app/page.tsx b/src/app/page.tsx
index 830b9de..ee3855a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,22 +46,17 @@ export default function LandingPage() {
@@ -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"},
]}
/>
@@ -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() {
@@ -203,50 +146,31 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file