Merge version_1 into main #2
179
src/app/page.tsx
179
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Directory",
|
||||
id: "/directory",
|
||||
},
|
||||
name: "Directory", id: "/directory"},
|
||||
{
|
||||
name: "Leasing",
|
||||
id: "/leasing",
|
||||
},
|
||||
name: "Leasing", id: "/leasing"},
|
||||
]}
|
||||
brandName="Cross Keys Center"
|
||||
/>
|
||||
@@ -51,35 +45,15 @@ export default function LandingPage() {
|
||||
description="Everything You Need. Right Around the Corner. Pharmacy. Banking. Fitness. Jewelry repair. Great food. All with easy parking and friendly faces."
|
||||
buttons={[
|
||||
{
|
||||
text: "See What's Here",
|
||||
href: "/directory",
|
||||
},
|
||||
text: "See What's Here", href: "/directory"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg?_wi=1",
|
||||
imageAlt: "Plaza exterior at golden hour",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636361.jpg",
|
||||
imageAlt: "Wide angle view of plaza parking",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-3189.jpg",
|
||||
imageAlt: "Front view of retail shops",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4502.jpg",
|
||||
imageAlt: "People walking in the plaza",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japan-streets-buildings-urban-landscape_23-2148889596.jpg",
|
||||
imageAlt: "Plaza during daytime activities",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591386.jpg",
|
||||
imageAlt: "Plaza with abundant greenery",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg", imageAlt: "sunny outdoor shopping plaza exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636361.jpg", imageAlt: "sunny outdoor shopping plaza exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-3189.jpg", imageAlt: "sunny outdoor shopping plaza exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4502.jpg", imageAlt: "sunny outdoor shopping plaza exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/japan-streets-buildings-urban-landscape_23-2148889596.jpg", imageAlt: "sunny outdoor shopping plaza exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591386.jpg", imageAlt: "sunny outdoor shopping plaza exterior" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,29 +64,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Convenience",
|
||||
title: "Easy In, Easy Out",
|
||||
subtitle: "Parking simplified",
|
||||
description: "Plenty of parking. No circling. No stress.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-867.jpg",
|
||||
imageAlt: "square front of modern office buildings",
|
||||
},
|
||||
tag: "Convenience", title: "Easy In, Easy Out", subtitle: "Parking simplified", description: "Plenty of parking. No circling. No stress.", imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-867.jpg", imageAlt: "square front of modern office buildings"},
|
||||
{
|
||||
tag: "Utility",
|
||||
title: "Everything in One Stop",
|
||||
subtitle: "Complete your list",
|
||||
description: "Pharmacy, bank, fitness, dining, repairs—check it all off your list.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg?_wi=2",
|
||||
imageAlt: "square front of modern office buildings",
|
||||
},
|
||||
tag: "Utility", title: "Everything in One Stop", subtitle: "Complete your list", description: "Pharmacy, bank, fitness, dining, repairs—check it all off your list.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg", imageAlt: "square front of modern office buildings"},
|
||||
{
|
||||
tag: "Community",
|
||||
title: "Neighbors Serving Neighbors",
|
||||
subtitle: "Personal touch",
|
||||
description: "Local businesses. Familiar faces. People who actually care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg?_wi=1",
|
||||
imageAlt: "square front of modern office buildings",
|
||||
},
|
||||
tag: "Community", title: "Neighbors Serving Neighbors", subtitle: "Personal touch", description: "Local businesses. Familiar faces. People who actually care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg", imageAlt: "square front of modern office buildings"},
|
||||
]}
|
||||
title="Why Cross Keys?"
|
||||
description="Discover why our community loves shopping with us."
|
||||
@@ -127,47 +83,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kronenberger Jewelry",
|
||||
price: "Jewelry & Repair",
|
||||
variant: "Open till 6 PM",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Kronenberger Jewelry", price: "Jewelry & Repair", variant: "Open till 6 PM", imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rite Aid",
|
||||
price: "Pharmacy & Health",
|
||||
variant: "Open till 9 PM",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039844.jpg",
|
||||
},
|
||||
id: "2", name: "Rite Aid", price: "Pharmacy & Health", variant: "Open till 9 PM", imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039844.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Great Clips",
|
||||
price: "Hair Salon",
|
||||
variant: "No appointment needed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg",
|
||||
},
|
||||
id: "3", name: "Great Clips", price: "Hair Salon", variant: "No appointment needed", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ginger Restaurant",
|
||||
price: "Asian Fusion",
|
||||
variant: "Dinner specials",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-door_23-2149434485.jpg",
|
||||
},
|
||||
id: "4", name: "Ginger Restaurant", price: "Asian Fusion", variant: "Dinner specials", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-door_23-2149434485.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Local Bank",
|
||||
price: "Financial Services",
|
||||
variant: "ATM 24/7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-attractive-girl-summer-green-dress-sunglasses-is-walking-city-park-with-coffee-go-spending-weekend-outdoor_291650-2541.jpg",
|
||||
},
|
||||
id: "5", name: "Local Bank", price: "Financial Services", variant: "ATM 24/7", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-attractive-girl-summer-green-dress-sunglasses-is-walking-city-park-with-coffee-go-spending-weekend-outdoor_291650-2541.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fitness Gym",
|
||||
price: "Wellness",
|
||||
variant: "24/7 access",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscraper_1252-1150.jpg",
|
||||
},
|
||||
id: "6", name: "Fitness Gym", price: "Wellness", variant: "24/7 access", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscraper_1252-1150.jpg"},
|
||||
]}
|
||||
title="Meet Your Neighbors"
|
||||
description="Explore the local shops and services at Cross Keys Center."
|
||||
@@ -178,42 +104,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jeff G.",
|
||||
handle: "@jeffg",
|
||||
testimonial: "Kronenberger Jewelry is the best. Jack repaired my broken Aviators. Like new!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg",
|
||||
},
|
||||
id: "1", name: "Jeff G.", handle: "@jeffg", testimonial: "Kronenberger Jewelry is the best. Jack repaired my broken Aviators. Like new!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Stanley R.",
|
||||
handle: "@stanr",
|
||||
testimonial: "Beautiful place. Great people in every store!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
|
||||
},
|
||||
id: "2", name: "Stanley R.", handle: "@stanr", testimonial: "Beautiful place. Great people in every store!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amysusan F.",
|
||||
handle: "@amysusanf",
|
||||
testimonial: "I ate at Ginger, and it was AMAZING!!!!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outside-pretty-having-eating-going-urban_1303-2804.jpg",
|
||||
},
|
||||
id: "3", name: "Amysusan F.", handle: "@amysusanf", testimonial: "I ate at Ginger, and it was AMAZING!!!!", imageSrc: "http://img.b2bpic.net/free-photo/outside-pretty-having-eating-going-urban_1303-2804.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "John B.",
|
||||
handle: "@johnb",
|
||||
testimonial: "Nice center. Nice shops and easy access.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-happy-girl-with-wonderful-smile-is-talking-phone-drinking-bright-summer-smoothie-while-come-out-from-cafeteria_291650-2640.jpg",
|
||||
},
|
||||
id: "4", name: "John B.", handle: "@johnb", testimonial: "Nice center. Nice shops and easy access.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-happy-girl-with-wonderful-smile-is-talking-phone-drinking-bright-summer-smoothie-while-come-out-from-cafeteria_291650-2640.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah K.",
|
||||
handle: "@sarahk",
|
||||
testimonial: "My go-to place for all weekly errands. Very friendly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-after-shopping_1098-17415.jpg",
|
||||
},
|
||||
id: "5", name: "Sarah K.", handle: "@sarahk", testimonial: "My go-to place for all weekly errands. Very friendly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-after-shopping_1098-17415.jpg"},
|
||||
]}
|
||||
title="Don't Take Our Word for It"
|
||||
description="See what our neighbors are saying about their experience."
|
||||
@@ -224,14 +126,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Looking for your next retail or service location? Cross Keys has visibility, parking, and foot traffic."
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire About Leasing",
|
||||
href: "/leasing",
|
||||
},
|
||||
text: "Inquire About Leasing", href: "/leasing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -242,33 +141,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Directory",
|
||||
href: "/directory",
|
||||
},
|
||||
label: "Directory", href: "/directory"},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "#hours",
|
||||
},
|
||||
label: "Hours", href: "#hours"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#directions",
|
||||
},
|
||||
label: "Directions", href: "#directions"},
|
||||
{
|
||||
label: "Leasing",
|
||||
href: "/leasing",
|
||||
},
|
||||
label: "Leasing", href: "/leasing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "mailto:hello@crosskeys.com",
|
||||
},
|
||||
label: "Contact Us", href: "mailto:hello@crosskeys.com"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user