Merge version_2 into main #3
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
<HeroBillboardCarousel
|
||||
title="Laguna Creek Town Center"
|
||||
description="Your neighborhood destination for shopping, dining, and everyday essentials. A clean, welcoming community hub in Elk Grove."
|
||||
tag="Elk Grove's Premier Retail Center"
|
||||
@@ -59,44 +59,20 @@ export default function LandingPage() {
|
||||
{ text: "Explore Stores", href: "#directory" },
|
||||
{ text: "Get Directions", href: "#visit" },
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Center Highlights", logoIcon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-with-dog_1157-14769.jpg", searchPlaceholder: "Find stores and services", buttons: [
|
||||
{ text: "Store Directory", href: "#directory" },
|
||||
{ text: "Parking Info", href: "#visit" },
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: ShoppingBag },
|
||||
{ icon: Coffee, active: true },
|
||||
{ icon: Utensils },
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Retailers & Services", values: [8, 12, 15],
|
||||
description: "Diverse shopping options"},
|
||||
{
|
||||
title: "Visitors Daily", values: [1200, 1800, 2400],
|
||||
valueSuffix: "+", description: "Community engagement"},
|
||||
{
|
||||
title: "Parking Spaces", values: [250, 300, 400],
|
||||
description: "Ample convenient parking"},
|
||||
],
|
||||
chartTitle: "Center Activity", chartData: [
|
||||
{ value: 45 },
|
||||
{ value: 65 },
|
||||
{ value: 80 },
|
||||
{ value: 60 },
|
||||
{ value: 90 },
|
||||
],
|
||||
listTitle: "Featured Tenants", listItems: [
|
||||
{ icon: Store, title: "Bel Air Market", status: "Open Daily" },
|
||||
{ icon: Coffee, title: "Starbucks", status: "Always Ready" },
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Mountain Mike's Pizza", status: "Fresh & Hot"},
|
||||
],
|
||||
}}
|
||||
slides={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-with-dog_1157-14769.jpg", imageAlt: "Laguna Creek Center"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-woman-holding-fruits_23-2149081072.jpg", imageAlt: "Shopping at Bel Air Market"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-male-friends-enjoying-drinks-restaurant_23-2147861910.jpg", imageAlt: "Dining Experience"},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={false}
|
||||
ariaLabel="Hero carousel section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user