2 Commits

Author SHA1 Message Date
c0aade546f Update src/app/page.tsx 2026-05-30 21:46:53 +00:00
0e78d19e9c Update src/app/page.tsx 2026-05-30 21:46:30 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Directory",
id: "directory",
},
name: "Directory", id: "directory"},
{
name: "Businesses",
id: "businesses",
},
name: "Businesses", id: "businesses"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Louetta Center"
/>
@@ -61,32 +51,22 @@ export default function LandingPage() {
<HeroOverlay
title="Louetta Center: Your Community Hub"
description="A vibrant strip-mall shopping center in Cypress, TX, offering a diverse array of dining, retail, and service businesses."
imageSrc="http://img.b2bpic.net/free-photo/happy-young-man-riding-bicycle-pavement_23-2147842783.jpg"
imageSrc="https://lh3.googleusercontent.com/gps-cs-s/APNQkAFJNj2TtxK0Obl2gl5oF8AAUjH8_8FGwAp-YqbdxILma2IJF6frIEPbSsHL3cXH1sA1ZsV7zc3e6nB93i8VHtRctMUm86Gu1Gbbsygs_Jr-N7164TaJNBEEayxzbZVMFCiQpXA-_A=w1920-h1080-k-no?_wi=1"
imageAlt="Exterior view of Louetta Center with various storefronts"
showDimOverlay={false}
showBlur={true}
textPosition="bottom"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-girl-taking-selfie_23-2148225702.jpg",
alt: "Happy customer at Louetta Center",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-girl-taking-selfie_23-2148225702.jpg", alt: "Happy customer at Louetta Center"},
{
src: "http://img.b2bpic.net/free-photo/woman-with-many-shopping-bags-being-happy-about-her-sale-shopping-spree_23-2148673299.jpg",
alt: "Satisfied visitor smiling",
},
src: "http://img.b2bpic.net/free-photo/woman-with-many-shopping-bags-being-happy-about-her-sale-shopping-spree_23-2148673299.jpg", alt: "Satisfied visitor smiling"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-guy-saying-yes-raising-fist-pump-smiling-holding-orange-shopping-bag-feeling-joy-after_1258-173903.jpg",
alt: "Local resident enjoying the center",
},
src: "http://img.b2bpic.net/free-photo/cheerful-guy-saying-yes-raising-fist-pump-smiling-holding-orange-shopping-bag-feeling-joy-after_1258-173903.jpg", alt: "Local resident enjoying the center"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-girl-store_23-2149160716.jpg",
alt: "Family member visiting Louetta Center",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-girl-store_23-2149160716.jpg", alt: "Family member visiting Louetta Center"},
{
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-packets-mall_23-2147950201.jpg",
alt: "Shopper excited by offerings",
},
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-packets-mall_23-2147950201.jpg", alt: "Shopper excited by offerings"},
]}
avatarText="Join thousands of happy visitors!"
/>
@@ -97,7 +77,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Discover Louetta Center"
description="Located at 13040 Louetta Rd, Cypress, TX, Louetta Center is more than just a shopping destination. It's a convenient hub for all your needs, from quick bites to specialized services and unique retail experiences. Open daily, we invite you to explore our diverse offerings."
imageSrc="http://img.b2bpic.net/free-photo/attractive-teenager-posing-yellow-column_1157-1090.jpg"
imageSrc="https://lh3.googleusercontent.com/gps-cs-s/APNQkAFJNj2TtxK0Obl2gl5oF8AAUjH8_8FGwAp-YqbdxILma2IJF6frIEPbSsHL3cXH1sA1ZsV7zc3e6nB93i8VHtRctMUm86Gu1Gbbsygs_Jr-N7164TaJNBEEayxzbZVMFCiQpXA-_A=w1920-h1080-k-no?_wi=2"
imageAlt="Wide shot of a bustling section of Louetta Center with shoppers and storefronts"
/>
</div>
@@ -109,47 +89,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "food-drink",
title: "Food & Drink",
subtitle: "Satisfy your cravings with our delicious dining options.",
category: "Dining",
value: "4 Businesses",
},
id: "food-drink", title: "Food & Drink", subtitle: "Satisfy your cravings with our delicious dining options.", category: "Dining", value: "4 Businesses"},
{
id: "shopping",
title: "Shopping",
subtitle: "Discover unique finds and everyday essentials.",
category: "Retail",
value: "4 Businesses",
},
id: "shopping", title: "Shopping", subtitle: "Discover unique finds and everyday essentials.", category: "Retail", value: "4 Businesses"},
{
id: "recreations",
title: "Recreations",
subtitle: "Engage in fun activities for all ages.",
category: "Entertainment",
value: "2 Businesses",
},
id: "recreations", title: "Recreations", subtitle: "Engage in fun activities for all ages.", category: "Entertainment", value: "2 Businesses"},
{
id: "services",
title: "Services",
subtitle: "Access essential services right in your neighborhood.",
category: "Convenience",
value: "1 Business",
},
id: "services", title: "Services", subtitle: "Access essential services right in your neighborhood.", category: "Convenience", value: "1 Business"},
{
id: "health-beauty",
title: "Health & Beauty",
subtitle: "Indulge in wellness and personal care.",
category: "Wellness",
value: "4 Businesses",
},
id: "health-beauty", title: "Health & Beauty", subtitle: "Indulge in wellness and personal care.", category: "Wellness", value: "4 Businesses"},
{
id: "other",
title: "Other",
subtitle: "Explore unique and miscellaneous offerings.",
category: "Specialty",
value: "1 Business",
},
id: "other", title: "Other", subtitle: "Explore unique and miscellaneous offerings.", category: "Specialty", value: "1 Business"},
]}
title="Our Diverse Directory"
description="Louetta Center hosts a wide range of businesses across various categories, ensuring there's something for everyone."
@@ -164,47 +114,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "krazy-ape",
name: "Krazy Ape Vapor Smoke Shop",
price: "4.9 (178 reviews)",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traffic-light-night_23-2148055612.jpg",
imageAlt: "Krazy Ape Vapor Smoke Shop exterior",
},
id: "krazy-ape", name: "Krazy Ape Vapor Smoke Shop", price: "4.9 (178 reviews)", imageSrc: "http://img.b2bpic.net/free-photo/close-up-traffic-light-night_23-2148055612.jpg", imageAlt: "Krazy Ape Vapor Smoke Shop exterior"},
{
id: "subway",
name: "Subway",
price: "3.9 (147 reviews) · $",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg",
imageAlt: "Subway sandwich shop exterior",
},
id: "subway", name: "Subway", price: "3.9 (147 reviews) · $", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg", imageAlt: "Subway sandwich shop exterior"},
{
id: "papa-johns",
name: "Papa Johns Pizza",
price: "3.4 (141 reviews) · $",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309436.jpg",
imageAlt: "Papa Johns Pizza restaurant exterior",
},
id: "papa-johns", name: "Papa Johns Pizza", price: "3.4 (141 reviews) · $", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309436.jpg", imageAlt: "Papa Johns Pizza restaurant exterior"},
{
id: "baskin-robbins",
name: "Baskin-Robbins",
price: "3.7 (141 reviews) · $",
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4929.jpg",
imageAlt: "Baskin-Robbins ice cream shop exterior",
},
id: "baskin-robbins", name: "Baskin-Robbins", price: "3.7 (141 reviews) · $", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4929.jpg", imageAlt: "Baskin-Robbins ice cream shop exterior"},
{
id: "sushi-spot",
name: "Sushi Spot",
price: "4.5 (80 reviews) · $$",
imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-vibrant-lights_23-2149836913.jpg",
imageAlt: "Modern sushi restaurant exterior",
},
id: "sushi-spot", name: "Sushi Spot", price: "4.5 (80 reviews) · $$", imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-vibrant-lights_23-2149836913.jpg", imageAlt: "Modern sushi restaurant exterior"},
{
id: "hair-salon",
name: "Elite Hair Salon",
price: "4.8 (120 reviews)",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg",
imageAlt: "Elegant hair salon exterior",
},
id: "hair-salon", name: "Elite Hair Salon", price: "4.8 (120 reviews)", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg", imageAlt: "Elegant hair salon exterior"},
]}
title="Featured Businesses at Louetta Center"
description="Explore some of the popular establishments that make our center a vibrant destination."
@@ -219,32 +139,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "rating",
value: "4.2",
title: "Average Rating",
description: "Based on 80+ customer reviews.",
icon: Star,
id: "rating", value: "4.2", title: "Average Rating", description: "Based on 80+ customer reviews.", icon: Star,
},
{
id: "reviews",
value: "80+",
title: "Total Reviews",
description: "Authentic feedback from our valued visitors.",
icon: MessageCircle,
id: "reviews", value: "80+", title: "Total Reviews", description: "Authentic feedback from our valued visitors.", icon: MessageCircle,
},
{
id: "businesses-count",
value: "16+",
title: "Diverse Businesses",
description: "A wide variety of shops, restaurants, and services.",
icon: Building,
id: "businesses-count", value: "16+", title: "Diverse Businesses", description: "A wide variety of shops, restaurants, and services.", icon: Building,
},
{
id: "visitors",
value: "Thousands",
title: "Happy Visitors Annually",
description: "Serving the Cypress and Houston community.",
icon: Users,
id: "visitors", value: "Thousands", title: "Happy Visitors Annually", description: "Serving the Cypress and Houston community.", icon: Users,
},
]}
title="Louetta Center at a Glance"
@@ -258,50 +162,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Friendly & Well-Equipped",
quote: "The entire center is wonderful and friendly, offering great service. We found all the supplies we needed, clean and sanitized, making every visit enjoyable.",
name: "Wendi Raffield",
role: "Local Guide",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-18994.jpg",
imageAlt: "Wendi Raffield",
},
id: "1", title: "Friendly & Well-Equipped", quote: "The entire center is wonderful and friendly, offering great service. We found all the supplies we needed, clean and sanitized, making every visit enjoyable.", name: "Wendi Raffield", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-18994.jpg", imageAlt: "Wendi Raffield"},
{
id: "2",
title: "Always a Fun Visit",
quote: "Louetta Center is consistently fun! There's always something engaging, especially for families. It's a great place to spend time.",
name: "Cinttya Morgan",
role: "Local Guide",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg",
imageAlt: "Cinttya Morgan",
},
id: "2", title: "Always a Fun Visit", quote: "Louetta Center is consistently fun! There's always something engaging, especially for families. It's a great place to spend time.", name: "Cinttya Morgan", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "Cinttya Morgan"},
{
id: "3",
title: "Sparking Creativity",
quote: "This center is a great place for kids to get their hands dirty and their thoughts sparked. An early start gives them the edge they need in various activities.",
name: "Aloba Babatunde",
role: "Local Guide",
imageSrc: "http://img.b2bpic.net/free-photo/happy-teenagers-posing-with-shopping-cart_23-2148495452.jpg",
imageAlt: "Aloba Babatunde",
},
id: "3", title: "Sparking Creativity", quote: "This center is a great place for kids to get their hands dirty and their thoughts sparked. An early start gives them the edge they need in various activities.", name: "Aloba Babatunde", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/happy-teenagers-posing-with-shopping-cart_23-2148495452.jpg", imageAlt: "Aloba Babatunde"},
{
id: "4",
title: "Exceptional Service",
quote: "The staff across the center are wonderful and friendly, providing truly great service. It makes every visit pleasant and hassle-free.",
name: "Sarah Johnson",
role: "Frequent Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg",
imageAlt: "Sarah Johnson",
},
id: "4", title: "Exceptional Service", quote: "The staff across the center are wonderful and friendly, providing truly great service. It makes every visit pleasant and hassle-free.", name: "Sarah Johnson", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg", imageAlt: "Sarah Johnson"},
{
id: "5",
title: "Convenient & Accessible",
quote: "Its so easy to get in and out, with a nice, well-organized parking area. The convenience factor is a huge plus for all my visits.",
name: "Michael Chen",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-cooking-together-kitchen_23-2150463314.jpg",
imageAlt: "Michael Chen",
},
id: "5", title: "Convenient & Accessible", quote: "Its so easy to get in and out, with a nice, well-organized parking area. The convenience factor is a huge plus for all my visits.", name: "Michael Chen", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-cooking-together-kitchen_23-2150463314.jpg", imageAlt: "Michael Chen"},
]}
title="What Our Visitors Say"
description="Hear from our happy customers about their experiences at Louetta Center."
@@ -314,32 +183,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "hours",
title: "What are the operating hours for Louetta Center?",
content: "Louetta Center is generally open from 10 AM to 7 PM daily, but individual business hours may vary. Please check with specific stores or restaurants for their exact schedules.",
},
id: "hours", title: "What are the operating hours for Louetta Center?", content: "Louetta Center is generally open from 10 AM to 7 PM daily, but individual business hours may vary. Please check with specific stores or restaurants for their exact schedules."},
{
id: "location",
title: "Where is Louetta Center located?",
content: "We are conveniently located at 13040 Louetta Rd, Cypress, TX 77429.",
},
id: "location", title: "Where is Louetta Center located?", content: "We are conveniently located at 13040 Louetta Rd, Cypress, TX 77429."},
{
id: "parking",
title: "Is there ample parking available?",
content: "Yes, Louetta Center offers a spacious and accessible parking area for all our visitors, making it easy to get in and out.",
},
id: "parking", title: "Is there ample parking available?", content: "Yes, Louetta Center offers a spacious and accessible parking area for all our visitors, making it easy to get in and out."},
{
id: "businesses-found",
title: "What types of businesses can I find at Louetta Center?",
content: "Our center hosts a diverse range of businesses including Food & Drink, Shopping, Recreations, Services, and Health & Beauty. You can find everything from restaurants and cafes to retail stores and specialized services.",
},
id: "businesses-found", title: "What types of businesses can I find at Louetta Center?", content: "Our center hosts a diverse range of businesses including Food & Drink, Shopping, Recreations, Services, and Health & Beauty. You can find everything from restaurants and cafes to retail stores and specialized services."},
{
id: "events",
title: "Does Louetta Center host any special events?",
content: "We occasionally host community events and promotions. Please follow our social media channels or check our website for the latest updates on upcoming events.",
},
id: "events", title: "Does Louetta Center host any special events?", content: "We occasionally host community events and promotions. Please follow our social media channels or check our website for the latest updates on upcoming events."},
]}
imageSrc="http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211282.jpg"
imageSrc="https://lh3.googleusercontent.com/gps-cs-s/APNQkAFJNj2TtxK0Obl2gl5oF8AAUjH8_8FGwAp-YqbdxILma2IJF6frIEPbSsHL3cXH1sA1ZsV7zc3e6nB93i8VHtRctMUm86Gu1Gbbsygs_Jr-N7164TaJNBEEayxzbZVMFCiQpXA-_A=w1920-h1080-k-no?_wi=3"
imageAlt="Inside view of a shopping center hallway"
mediaAnimation="opacity"
mediaPosition="right"
@@ -353,12 +207,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Visit or Inquire"
description="We're here to help you make the most of your visit to Louetta Center. Contact us for any inquiries or subscribe for updates."
imageSrc="http://img.b2bpic.net/free-photo/3d-render-red-location-pin-map-with-route_107791-14915.jpg"
imageSrc="https://lh3.googleusercontent.com/gps-cs-s/APNQkAFJNj2TtxK0Obl2gl5oF8AAUjH8_8FGwAp-YqbdxILma2IJF6frIEPbSsHL3cXH1sA1ZsV7zc3e6nB93i8VHtRctMUm86Gu1Gbbsygs_Jr-N7164TaJNBEEayxzbZVMFCiQpXA-_A=w1920-h1080-k-no?_wi=4"
imageAlt="Map showing the location of Louetta Center"
mediaAnimation="opacity"
mediaPosition="left"
@@ -375,19 +228,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
href: "#", ariaLabel: "Twitter"},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
]}
/>
</div>