Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-21 21:21:18 +00:00

View File

@@ -33,82 +33,52 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Directory",
id: "directory",
},
name: "Directory", id: "directory"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Kemp Mill Center"
button={{ text: "Get Directions", href: "#" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
variant: "plain"}}
title="Welcome to Kemp Mill Center"
description="Your neighborhood destination for shopping, dining, and essential services in the heart of Silver Spring."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-teenage-girl-posing_23-2148672410.jpg",
alt: "Local Shopper",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-teenage-girl-posing_23-2148672410.jpg", alt: "Local Shopper"},
{
src: "http://img.b2bpic.net/free-photo/outdoor-shot-dark-skinned-female-blogger-reads-news-feed-social-networks-poses-rural-setting-near-fence-bicycle_273609-18704.jpg",
alt: "Local Shopper",
},
src: "http://img.b2bpic.net/free-photo/outdoor-shot-dark-skinned-female-blogger-reads-news-feed-social-networks-poses-rural-setting-near-fence-bicycle_273609-18704.jpg", alt: "Local Shopper"},
{
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg",
alt: "Local Shopper",
},
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", alt: "Local Shopper"},
{
src: "http://img.b2bpic.net/free-photo/front-view-adult-woman-happy-shop_23-2148660671.jpg",
alt: "Local Shopper",
},
src: "http://img.b2bpic.net/free-photo/front-view-adult-woman-happy-shop_23-2148660671.jpg", alt: "Local Shopper"},
{
src: "http://img.b2bpic.net/free-photo/happy-woman-after-big-shopping-spree-city_329181-18758.jpg",
alt: "Local Shopper",
},
src: "http://img.b2bpic.net/free-photo/happy-woman-after-big-shopping-spree-city_329181-18758.jpg", alt: "Local Shopper"},
]}
buttons={[
{
text: "View Directory",
href: "#directory",
},
text: "View Directory", href: "#directory"},
]}
marqueeItems={[
{
type: "text",
text: "Convenient Parking",
},
type: "text", text: "Convenient Parking"},
{
type: "text",
text: "Locally Owned",
},
type: "text", text: "Locally Owned"},
{
type: "text",
text: "Community Focused",
},
type: "text", text: "Community Focused"},
{
type: "text",
text: "Family Friendly",
},
type: "text", text: "Family Friendly"},
{
type: "text",
text: "Daily Essentials",
},
type: "text", text: "Daily Essentials"},
]}
/>
</div>
@@ -118,9 +88,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Serving the Community for Generations"
description={[
"Located conveniently at 1150-1132 Arcola Ave, Kemp Mill Center has been the cornerstone of Silver Spring commerce for years.",
"We offer a wide variety of local shops, essential services, and gathering spots designed to make your daily errands a pleasant and efficient experience.",
]}
"Located conveniently at 1150-1132 Arcola Ave, Kemp Mill Center has been the cornerstone of Silver Spring commerce for years.", "We offer a wide variety of local shops, essential services, and gathering spots designed to make your daily errands a pleasant and efficient experience."]}
/>
</div>
@@ -131,45 +99,25 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Ample Parking",
tags: [
"Convenient",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-shopping-bags-shoulder_23-2147784112.jpg",
},
id: "f1", title: "Ample Parking", tags: [
"Convenient"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-shopping-bags-shoulder_23-2147784112.jpg"},
{
id: "f2",
title: "Local Businesses",
tags: [
"Diverse",
],
imageSrc: "http://img.b2bpic.net/free-photo/asian-couple-shopping-flowers-barcelona_657883-571.jpg",
},
id: "f2", title: "Local Businesses", tags: [
"Diverse"],
imageSrc: "http://img.b2bpic.net/free-photo/asian-couple-shopping-flowers-barcelona_657883-571.jpg"},
{
id: "f3",
title: "Community Focus",
tags: [
"Welcoming",
],
imageSrc: "http://img.b2bpic.net/free-photo/pedestrians-crossing-road-with-bags_23-2148139905.jpg",
},
id: "f3", title: "Community Focus", tags: [
"Welcoming"],
imageSrc: "http://img.b2bpic.net/free-photo/pedestrians-crossing-road-with-bags_23-2148139905.jpg"},
{
id: "f4",
title: "Safe Environment",
tags: [
"Secure",
],
imageSrc: "http://img.b2bpic.net/free-photo/social-distancing-concept-public-areas_23-2148740061.jpg",
},
id: "f4", title: "Safe Environment", tags: [
"Secure"],
imageSrc: "http://img.b2bpic.net/free-photo/social-distancing-concept-public-areas_23-2148740061.jpg"},
{
id: "f5",
title: "Easy Access",
tags: [
"Accessible",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-37546.jpg",
},
id: "f5", title: "Easy Access", tags: [
"Accessible"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-37546.jpg"},
]}
title="Why Kemp Mill?"
description="Everything you need, right around the corner."
@@ -184,59 +132,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Retail",
name: "Supermarket",
price: "Daily Needs",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/unfocused-view-shop-windows_1203-1082.jpg",
},
id: "p1", brand: "Retail", name: "Supermarket", price: "Daily Needs", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-view-shop-windows_1203-1082.jpg"},
{
id: "p2",
brand: "Services",
name: "Pharmacy",
price: "Health",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-standing-sideways-pointing-something-side-standing-isolated-pink-wall_141793-14935.jpg",
},
id: "p2", brand: "Services", name: "Pharmacy", price: "Health", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-standing-sideways-pointing-something-side-standing-isolated-pink-wall_141793-14935.jpg"},
{
id: "p3",
brand: "Retail",
name: "Coffee Shop",
price: "Refreshments",
rating: 4,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525720.jpg",
},
id: "p3", brand: "Retail", name: "Coffee Shop", price: "Refreshments", rating: 4,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525720.jpg"},
{
id: "p4",
brand: "Services",
name: "Dry Cleaners",
price: "Garment Care",
rating: 5,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/florist-arranging-flowers-shop_23-2147882014.jpg",
},
id: "p4", brand: "Services", name: "Dry Cleaners", price: "Garment Care", rating: 5,
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/florist-arranging-flowers-shop_23-2147882014.jpg"},
{
id: "p5",
brand: "Retail",
name: "Electronics",
price: "Tech Gadgets",
rating: 4,
reviewCount: "40",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585932.jpg",
},
id: "p5", brand: "Retail", name: "Electronics", price: "Tech Gadgets", rating: 4,
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585932.jpg"},
{
id: "p6",
brand: "Dining",
name: "Bakery",
price: "Fresh Pastries",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-shoemaker-working-his-workshop_181624-46688.jpg",
},
id: "p6", brand: "Dining", name: "Bakery", price: "Fresh Pastries", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-shoemaker-working-his-workshop_181624-46688.jpg"},
]}
title="Shop & Visit"
description="Discover the various retailers and service providers at our center."
@@ -251,25 +163,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "30+",
title: "Local Businesses",
description: "Supporting local economy.",
icon: Building2,
id: "m1", value: "30+", title: "Local Businesses", description: "Supporting local economy.", icon: Building2,
},
{
id: "m2",
value: "1.2M+",
title: "Annual Visitors",
description: "Community trust built over years.",
icon: Users,
id: "m2", value: "1.2M+", title: "Annual Visitors", description: "Community trust built over years.", icon: Users,
},
{
id: "m3",
value: "40+",
title: "Years Serving",
description: "A staple of Silver Spring.",
icon: Award,
id: "m3", value: "40+", title: "Years Serving", description: "A staple of Silver Spring.", icon: Award,
},
]}
title="Our Community Impact"
@@ -282,30 +182,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-taking-selfie_23-2148225702.jpg",
},
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-taking-selfie_23-2148225702.jpg"},
{
id: "t2",
name: "Michael B.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-beautiful-lady-holding-paper-bags_23-2148339153.jpg",
},
id: "t2", name: "Michael B.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-beautiful-lady-holding-paper-bags_23-2148339153.jpg"},
{
id: "t3",
name: "Elena R.",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-tennis-game-winter-time_23-2149274718.jpg",
},
id: "t3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-tennis-game-winter-time_23-2149274718.jpg"},
{
id: "t4",
name: "David W.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-young-man-street-near-shop-window_23-2148013692.jpg",
},
id: "t4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-young-man-street-near-shop-window_23-2148013692.jpg"},
{
id: "t5",
name: "Jessica L.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-after-big-shopping-spree-city_329181-18758.jpg",
},
id: "t5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-after-big-shopping-spree-city_329181-18758.jpg"},
]}
cardTitle="Community Voices"
cardTag="Testimonials"
@@ -319,20 +204,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What are your opening hours?",
content: "We are open daily. Most stores close by 8 PM, though times vary.",
},
id: "q1", title: "What are your opening hours?", content: "We are open daily. Most stores close by 8 PM, though times vary."},
{
id: "q2",
title: "Is parking free?",
content: "Yes, we offer plenty of free parking for all our visitors.",
},
id: "q2", title: "Is parking free?", content: "Yes, we offer plenty of free parking for all our visitors."},
{
id: "q3",
title: "How can I become a tenant?",
content: "Please contact our management office via the contact section below for leasing inquiries.",
},
id: "q3", title: "How can I become a tenant?", content: "Please contact our management office via the contact section below for leasing inquiries."},
]}
imageSrc="http://img.b2bpic.net/free-photo/open-laptop-computer-with-chroma-key-green-screen-standing-cloth-rack-clothing-shop-people-shopping-background-small-retail-business-inventory-management-software_482257-67417.jpg"
mediaAnimation="slide-up"
@@ -346,14 +222,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Need assistance? Our office is here to help."
buttons={[
{
text: "Contact Us",
href: "#",
},
text: "Contact Us", href: "#"},
]}
/>
</div>
@@ -362,13 +235,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Kemp Mill Center"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Leasing Inquiry",
href: "#",
}}
text: "Leasing Inquiry", href: "#"}}
/>
</div>
</ReactLenis>