Update src/app/page.tsx

This commit is contained in:
2026-05-25 07:14:27 +00:00
parent c760706b7b
commit ede0d73ae0

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Amenities",
id: "amenities",
},
name: "Amenities", id: "amenities"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="CG Landmark"
/>
@@ -59,32 +51,20 @@ export default function LandingPage() {
description="Your ultimate destination for shopping, dining, and family fun, designed with everyone in mind."
buttons={[
{
text: "Plan Your Visit",
href: "#contact",
},
text: "Plan Your Visit", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8328.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/pretty-girl-shopping-center_23-2147669894.jpg",
alt: "Pretty girl in shopping center",
},
src: "http://img.b2bpic.net/free-photo/pretty-girl-shopping-center_23-2147669894.jpg", alt: "Pretty girl in shopping center"},
{
src: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1566.jpg",
alt: "indoor hotel view",
},
src: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1566.jpg", alt: "indoor hotel view"},
{
src: "http://img.b2bpic.net/free-photo/long-shot-smiley-students-chatting_23-2149647060.jpg",
alt: "Long shot smiley students chatting",
},
src: "http://img.b2bpic.net/free-photo/long-shot-smiley-students-chatting_23-2149647060.jpg", alt: "Long shot smiley students chatting"},
{
src: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8351.jpg",
alt: "Blur shopping mall",
},
src: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8351.jpg", alt: "Blur shopping mall"},
{
src: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg",
alt: "Man winking and thumb up",
},
src: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", alt: "Man winking and thumb up"},
]}
avatarText="Join our community of happy shoppers"
/>
@@ -95,14 +75,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Experience True Accessibility",
},
type: "text", content: "Experience True Accessibility"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/full-shot-disabled-man-taking-elevator_23-2149445630.jpg",
alt: "accessible mall ramp",
},
type: "image", src: "http://img.b2bpic.net/free-photo/full-shot-disabled-man-taking-elevator_23-2149445630.jpg", alt: "accessible mall ramp"},
]}
/>
</div>
@@ -114,19 +89,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
"Limited access areas",
"No changing tables",
"No playground",
],
"Limited access areas", "No changing tables", "No playground"],
}}
positiveCard={{
items: [
"Wheelchair-accessible car park",
"Wheelchair-accessible entrance",
"Wheelchair-accessible toilets",
"Changing tables",
"Playground",
],
"Wheelchair-accessible car park", "Wheelchair-accessible entrance", "Wheelchair-accessible toilets", "Changing tables", "Playground"],
}}
title="Premium Amenities"
description="Comprehensive facilities to ensure every visitor enjoys comfort and convenience."
@@ -140,23 +107,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Car,
title: "Free Street Parking",
value: "Available",
},
id: "m1", icon: Car,
title: "Free Street Parking", value: "Available"},
{
id: "m2",
icon: Car,
title: "Paid Lot Parking",
value: "Secure",
},
id: "m2", icon: Car,
title: "Paid Lot Parking", value: "Secure"},
{
id: "m3",
icon: Star,
title: "Accessible Spaces",
value: "Designed",
},
id: "m3", icon: Star,
title: "Accessible Spaces", value: "Designed"},
]}
title="Parking Made Easy"
description="We offer flexible parking options for your stress-free arrival."
@@ -171,59 +129,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "s1",
brand: "Retail",
name: "In-Store Shopping",
price: "Everyday",
rating: 5,
reviewCount: "100+",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7910.jpg",
},
id: "s1", brand: "Retail", name: "In-Store Shopping", price: "Everyday", rating: 5,
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7910.jpg"},
{
id: "s2",
brand: "Support",
name: "On-Site Assistance",
price: "Available",
rating: 5,
reviewCount: "50+",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-with-office-job-sitting-desk-with-computer-monitor-data-charts-screen-corporate-employee-looking-camera-preparing-work-business-project_482257-35935.jpg",
},
id: "s2", brand: "Support", name: "On-Site Assistance", price: "Available", rating: 5,
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-with-office-job-sitting-desk-with-computer-monitor-data-charts-screen-corporate-employee-looking-camera-preparing-work-business-project_482257-35935.jpg"},
{
id: "s3",
brand: "Financial",
name: "Credit Card Accepted",
price: "Standard",
rating: 4,
reviewCount: "80+",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-cashier-receiving-payment-through-credit-card-supermarket_662251-1438.jpg",
},
id: "s3", brand: "Financial", name: "Credit Card Accepted", price: "Standard", rating: 4,
reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-cashier-receiving-payment-through-credit-card-supermarket_662251-1438.jpg"},
{
id: "s4",
brand: "Utilities",
name: "Restroom Access",
price: "Complimentary",
rating: 5,
reviewCount: "200+",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-hazmat-suit-cleaning_23-2149345581.jpg",
},
id: "s4", brand: "Utilities", name: "Restroom Access", price: "Complimentary", rating: 5,
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-hazmat-suit-cleaning_23-2149345581.jpg"},
{
id: "s5",
brand: "Amenities",
name: "Changing Tables",
price: "For Families",
rating: 5,
reviewCount: "40+",
imageSrc: "http://img.b2bpic.net/free-photo/mother-writing-chalkboard-daughter_23-2147848687.jpg",
},
id: "s5", brand: "Amenities", name: "Changing Tables", price: "For Families", rating: 5,
reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/mother-writing-chalkboard-daughter_23-2147848687.jpg"},
{
id: "s6",
brand: "Leisure",
name: "Children's Playground",
price: "For All",
rating: 5,
reviewCount: "90+",
imageSrc: "http://img.b2bpic.net/free-photo/girl-spinning-carousel_23-2147830648.jpg",
},
id: "s6", brand: "Leisure", name: "Children's Playground", price: "For All", rating: 5,
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/girl-spinning-carousel_23-2147830648.jpg"},
]}
title="On-Site Services"
description="Explore the variety of services available at our location."
@@ -237,40 +159,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alice D.",
role: "Mother",
testimonial: "The changing tables are perfectly located and very clean.",
imageSrc: "http://img.b2bpic.net/free-photo/shopping-close-up-portrait-young-attractive-tan-skinned-caucasian-girl-sunglasses-black-dress-holding-lot-bags-after-shoping-talking-phone-with-friend-looking-camera-with-happy_176420-5566.jpg",
},
id: "t1", name: "Alice D.", role: "Mother", testimonial: "The changing tables are perfectly located and very clean.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-close-up-portrait-young-attractive-tan-skinned-caucasian-girl-sunglasses-black-dress-holding-lot-bags-after-shoping-talking-phone-with-friend-looking-camera-with-happy_176420-5566.jpg"},
{
id: "t2",
name: "Bob K.",
role: "Father",
testimonial: "Playground kept the kids busy for hours. Wonderful facilities.",
imageSrc: "http://img.b2bpic.net/free-photo/family-shopping_1098-14999.jpg",
},
id: "t2", name: "Bob K.", role: "Father", testimonial: "Playground kept the kids busy for hours. Wonderful facilities.", imageSrc: "http://img.b2bpic.net/free-photo/family-shopping_1098-14999.jpg"},
{
id: "t3",
name: "Cathy L.",
role: "Visitor",
testimonial: "Best accessible mall I've visited in a long time.",
imageSrc: "http://img.b2bpic.net/free-photo/scared-red-haired-woman-gazes-stupor-floor-dressed-grey-t-shirt_176532-9162.jpg",
},
id: "t3", name: "Cathy L.", role: "Visitor", testimonial: "Best accessible mall I've visited in a long time.", imageSrc: "http://img.b2bpic.net/free-photo/scared-red-haired-woman-gazes-stupor-floor-dressed-grey-t-shirt_176532-9162.jpg"},
{
id: "t4",
name: "David M.",
role: "Shopper",
testimonial: "Convenient parking options make it super easy.",
imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg",
},
id: "t4", name: "David M.", role: "Shopper", testimonial: "Convenient parking options make it super easy.", imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg"},
{
id: "t5",
name: "Eve J.",
role: "Grandmother",
testimonial: "Everything is very accessible and easy to move through.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-senior-woman-home_23-2148373789.jpg",
},
id: "t5", name: "Eve J.", role: "Grandmother", testimonial: "Everything is very accessible and easy to move through.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-senior-woman-home_23-2148373789.jpg"},
]}
title="Why Families Love Us"
description="Hear what our visitors have to say about their experience."
@@ -283,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Is parking free?",
content: "We offer both free street parking and paid lot parking.",
},
id: "f1", title: "Is parking free?", content: "We offer both free street parking and paid lot parking."},
{
id: "f2",
title: "Are there accessible toilets?",
content: "Yes, we have multiple wheelchair-accessible toilets.",
},
id: "f2", title: "Are there accessible toilets?", content: "Yes, we have multiple wheelchair-accessible toilets."},
{
id: "f3",
title: "Do you accept credit cards?",
content: "Yes, we accept major credit cards.",
},
id: "f3", title: "Do you accept credit cards?", content: "Yes, we accept major credit cards."},
]}
mediaAnimation="slide-up"
title="Common Questions"
@@ -310,16 +198,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Ready to Plan Your Visit?"
description="We are open daily to welcome you and your family."
description="For any inquiries, contact our customer service desk at +1 (555) 123-4567. We are open daily to welcome you and your family."
buttons={[
{
text: "Get Directions",
href: "#",
},
text: "Get Directions", href: "#"},
]}
/>
</div>
@@ -328,29 +213,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Mall Info",
items: [
title: "Mall Info", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
title: "Amenities",
items: [
title: "Amenities", items: [
{
label: "Parking",
href: "#parking",
},
label: "Parking", href: "#parking"},
{
label: "Accessible Facilities",
href: "#amenities",
},
label: "Accessible Facilities", href: "#amenities"},
],
},
]}
@@ -361,4 +236,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}