Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ede0d73ae0 |
223
src/app/page.tsx
223
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Amenities",
|
name: "Amenities", id: "amenities"},
|
||||||
id: "amenities",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="CG Landmark"
|
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."
|
description="Your ultimate destination for shopping, dining, and family fun, designed with everyone in mind."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Plan Your Visit",
|
text: "Plan Your Visit", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8328.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8328.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/pretty-girl-shopping-center_23-2147669894.jpg",
|
src: "http://img.b2bpic.net/free-photo/pretty-girl-shopping-center_23-2147669894.jpg", alt: "Pretty girl in shopping center"},
|
||||||
alt: "Pretty girl in shopping center",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1566.jpg",
|
src: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1566.jpg", alt: "indoor hotel view"},
|
||||||
alt: "indoor hotel view",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/long-shot-smiley-students-chatting_23-2149647060.jpg",
|
src: "http://img.b2bpic.net/free-photo/long-shot-smiley-students-chatting_23-2149647060.jpg", alt: "Long shot smiley students chatting"},
|
||||||
alt: "Long shot smiley students chatting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8351.jpg",
|
src: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8351.jpg", alt: "Blur shopping mall"},
|
||||||
alt: "Blur shopping mall",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", alt: "Man winking and thumb up"},
|
||||||
alt: "Man winking and thumb up",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join our community of happy shoppers"
|
avatarText="Join our community of happy shoppers"
|
||||||
/>
|
/>
|
||||||
@@ -95,14 +75,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Experience True Accessibility"},
|
||||||
content: "Experience True Accessibility",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/full-shot-disabled-man-taking-elevator_23-2149445630.jpg", alt: "accessible mall ramp"},
|
||||||
src: "http://img.b2bpic.net/free-photo/full-shot-disabled-man-taking-elevator_23-2149445630.jpg",
|
|
||||||
alt: "accessible mall ramp",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -114,19 +89,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Limited access areas",
|
"Limited access areas", "No changing tables", "No playground"],
|
||||||
"No changing tables",
|
|
||||||
"No playground",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Wheelchair-accessible car park",
|
"Wheelchair-accessible car park", "Wheelchair-accessible entrance", "Wheelchair-accessible toilets", "Changing tables", "Playground"],
|
||||||
"Wheelchair-accessible entrance",
|
|
||||||
"Wheelchair-accessible toilets",
|
|
||||||
"Changing tables",
|
|
||||||
"Playground",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Premium Amenities"
|
title="Premium Amenities"
|
||||||
description="Comprehensive facilities to ensure every visitor enjoys comfort and convenience."
|
description="Comprehensive facilities to ensure every visitor enjoys comfort and convenience."
|
||||||
@@ -140,23 +107,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", icon: Car,
|
||||||
icon: Car,
|
title: "Free Street Parking", value: "Available"},
|
||||||
title: "Free Street Parking",
|
|
||||||
value: "Available",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", icon: Car,
|
||||||
icon: Car,
|
title: "Paid Lot Parking", value: "Secure"},
|
||||||
title: "Paid Lot Parking",
|
|
||||||
value: "Secure",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", icon: Star,
|
||||||
icon: Star,
|
title: "Accessible Spaces", value: "Designed"},
|
||||||
title: "Accessible Spaces",
|
|
||||||
value: "Designed",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Parking Made Easy"
|
title="Parking Made Easy"
|
||||||
description="We offer flexible parking options for your stress-free arrival."
|
description="We offer flexible parking options for your stress-free arrival."
|
||||||
@@ -171,59 +129,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "s1",
|
id: "s1", brand: "Retail", name: "In-Store Shopping", price: "Everyday", rating: 5,
|
||||||
brand: "Retail",
|
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7910.jpg"},
|
||||||
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",
|
id: "s2", brand: "Support", name: "On-Site Assistance", price: "Available", rating: 5,
|
||||||
brand: "Support",
|
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"},
|
||||||
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",
|
id: "s3", brand: "Financial", name: "Credit Card Accepted", price: "Standard", rating: 4,
|
||||||
brand: "Financial",
|
reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-cashier-receiving-payment-through-credit-card-supermarket_662251-1438.jpg"},
|
||||||
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",
|
id: "s4", brand: "Utilities", name: "Restroom Access", price: "Complimentary", rating: 5,
|
||||||
brand: "Utilities",
|
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-hazmat-suit-cleaning_23-2149345581.jpg"},
|
||||||
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",
|
id: "s5", brand: "Amenities", name: "Changing Tables", price: "For Families", rating: 5,
|
||||||
brand: "Amenities",
|
reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/mother-writing-chalkboard-daughter_23-2147848687.jpg"},
|
||||||
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",
|
id: "s6", brand: "Leisure", name: "Children's Playground", price: "For All", rating: 5,
|
||||||
brand: "Leisure",
|
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/girl-spinning-carousel_23-2147830648.jpg"},
|
||||||
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"
|
title="On-Site Services"
|
||||||
description="Explore the variety of services available at our location."
|
description="Explore the variety of services available at our location."
|
||||||
@@ -237,40 +159,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Why Families Love Us"
|
||||||
description="Hear what our visitors have to say about their experience."
|
description="Hear what our visitors have to say about their experience."
|
||||||
@@ -283,20 +180,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Is parking free?", content: "We offer both free street parking and paid lot parking."},
|
||||||
title: "Is parking free?",
|
|
||||||
content: "We offer both free street parking and paid lot parking.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Are there accessible toilets?", content: "Yes, we have multiple wheelchair-accessible toilets."},
|
||||||
title: "Are there accessible toilets?",
|
|
||||||
content: "Yes, we have multiple wheelchair-accessible toilets.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Do you accept credit cards?", content: "Yes, we accept major credit cards."},
|
||||||
title: "Do you accept credit cards?",
|
|
||||||
content: "Yes, we accept major credit cards.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
@@ -310,16 +198,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Ready to Plan Your Visit?"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Directions",
|
text: "Get Directions", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -328,29 +213,19 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Mall Info",
|
title: "Mall Info", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Amenities",
|
title: "Amenities", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Parking",
|
label: "Parking", href: "#parking"},
|
||||||
href: "#parking",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Accessible Facilities",
|
label: "Accessible Facilities", href: "#amenities"},
|
||||||
href: "#amenities",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user