11 Commits

Author SHA1 Message Date
c43fae50a4 Merge version_3 into main
Merge version_3 into main
2026-03-07 11:10:33 +00:00
246ed17356 Update src/app/page.tsx 2026-03-07 11:10:28 +00:00
273712912e Update src/app/layout.tsx 2026-03-07 11:10:28 +00:00
1805368967 Merge version_2 into main
Merge version_2 into main
2026-03-07 11:03:41 +00:00
26b9b2918f Update src/app/page.tsx 2026-03-07 11:03:36 +00:00
b1148284f9 Merge version_2 into main
Merge version_2 into main
2026-03-07 11:02:50 +00:00
4be0701d11 Update src/app/page.tsx 2026-03-07 11:02:46 +00:00
20e72eb8a1 Merge version_2 into main
Merge version_2 into main
2026-03-07 11:01:29 +00:00
b772c6e642 Update src/app/page.tsx 2026-03-07 11:01:25 +00:00
575e12358c Merge version_1 into main
Merge version_1 into main
2026-03-07 11:00:36 +00:00
3ebaead5fd Merge version_1 into main
Merge version_1 into main
2026-03-07 10:56:07 +00:00
2 changed files with 91 additions and 104 deletions

View File

@@ -1,54 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const nunito = Nunito({
variable: "--font-nunito", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Laguna Creek Town Center | Shopping & Dining in Elk Grove, CA", description: "Your neighborhood destination for shopping, dining, and everyday essentials. Discover diverse retailers, restaurants, and services at Laguna Creek Town Center in Elk Grove.", keywords: "shopping center, retail center, Elk Grove, California, stores, dining, restaurants, convenient parking", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Laguna Creek Town Center", description: "Modern retail destination with diverse shops, restaurants, and services in Elk Grove, California.", type: "website", siteName: "Laguna Creek Town Center", images: [
{
url: "http://img.b2bpic.net/free-photo/happy-couple-with-dog_1157-14769.jpg", alt: "Laguna Creek Town Center shopping center"},
],
},
twitter: {
card: "summary_large_image", title: "Laguna Creek Town Center - Elk Grove", description: "Your local shopping destination with quality retailers, dining, and services.", images: ["http://img.b2bpic.net/free-photo/happy-couple-with-dog_1157-14769.jpg"],
},
};
title: "Laguna Creek Town Center", description: "Your neighborhood destination for shopping, dining, and everyday essentials."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -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,33 @@ 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"},
],
}}
mediaItems={[
{
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?_wi=1", imageAlt: "Shopping at Bel Air Market"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-male-friends-enjoying-drinks-restaurant_23-2147861910.jpg?_wi=1", imageAlt: "Dining Experience"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/group-happy-friends-eating-modern-restaurant_23-2149581184.jpg", imageAlt: "Community gathering and dining at Laguna Creek"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/people-enjoying-lunch-together-restaurant_23-2147945677.jpg", imageAlt: "Social dining spaces and community events"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/young-friends-spending-time-together-restaurant_23-2149540428.jpg", imageAlt: "Community spaces and gathering areas at shopping center"
},
]}
background={{ variant: "plain" }}
/>
</div>
@@ -115,28 +104,36 @@ export default function LandingPage() {
products={[
{
id: "1", name: "Bel Air Market", price: "Groceries & Essentials", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-holding-fruits_23-2149081072.jpg", imageAlt: "Bel Air Market storefront"},
"http://img.b2bpic.net/free-photo/medium-shot-woman-holding-fruits_23-2149081072.jpg?_wi=2", imageAlt: "Bel Air Market storefront"
},
{
id: "2", name: "CVS Pharmacy", price: "Health & Wellness", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-market_23-2149148482.jpg", imageAlt: "CVS Pharmacy storefront"},
"http://img.b2bpic.net/free-photo/medium-shot-woman-market_23-2149148482.jpg", imageAlt: "CVS Pharmacy storefront"
},
{
id: "3", name: "Starbucks", price: "Coffee & Beverages", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-male-friends-enjoying-drinks-restaurant_23-2147861910.jpg", imageAlt: "Starbucks coffee shop"},
"http://img.b2bpic.net/free-photo/smiling-young-male-friends-enjoying-drinks-restaurant_23-2147861910.jpg?_wi=2", imageAlt: "Starbucks coffee shop"
},
{
id: "4", name: "Mountain Mike's Pizza", price: "Pizza & Casual Dining", imageSrc:
"http://img.b2bpic.net/free-photo/young-happy-man-serving-food-his-girlfriend-while-having-lunch-with-friends-home_637285-5854.jpg", imageAlt: "Mountain Mike's Pizza restaurant"},
"http://img.b2bpic.net/free-photo/young-happy-man-serving-food-his-girlfriend-while-having-lunch-with-friends-home_637285-5854.jpg", imageAlt: "Mountain Mike's Pizza restaurant"
},
{
id: "5", name: "Dickey's BBQ Pit", price: "Barbecue & Dining", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152869.jpg", imageAlt: "Dickey's BBQ Pit restaurant"},
"http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152869.jpg", imageAlt: "Dickey's BBQ Pit restaurant"
},
{
id: "6", name: "US Bank", price: "Banking Services", imageSrc:
"http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85080.jpg", imageAlt: "US Bank branch"},
"http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85080.jpg", imageAlt: "US Bank branch"
},
{
id: "7", name: "Wells Fargo", price: "Financial Services", imageSrc:
"http://img.b2bpic.net/free-photo/serious-colleagues-watching-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11967.jpg", imageAlt: "Wells Fargo branch"},
"http://img.b2bpic.net/free-photo/serious-colleagues-watching-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11967.jpg", imageAlt: "Wells Fargo branch"
},
{
id: "8", name: "Salon & Spa", price: "Beauty Services", imageSrc:
"http://img.b2bpic.net/free-photo/masseur-taking-care-her-client_23-2149273918.jpg", imageAlt: "Professional salon and spa"},
"http://img.b2bpic.net/free-photo/masseur-taking-care-her-client_23-2149273918.jpg", imageAlt: "Professional salon and spa"
},
]}
textboxLayout="default"
animationType="slide-up"
@@ -152,16 +149,20 @@ export default function LandingPage() {
metrics={[
{
id: "1", icon: MapPin,
title: "Convenient Location", value: "Easy Access"},
title: "Convenient Location", value: "Easy Access"
},
{
id: "2", icon: ParkingCircle,
title: "Ample Parking", value: "400+ Spaces"},
title: "Ample Parking", value: "400+ Spaces"
},
{
id: "3", icon: Users,
title: "Community Focused", value: "Local Favorite"},
title: "Community Focused", value: "Local Favorite"
},
{
id: "4", icon: Sparkles,
title: "Well Maintained", value: "Clean & Safe"},
title: "Well Maintained", value: "Clean & Safe"
},
]}
textboxLayout="default"
animationType="slide-up"
@@ -178,32 +179,38 @@ export default function LandingPage() {
id: "1", name: "Maria Rodriguez", handle: "@maria_elk_grove", testimonial:
"Perfect one-stop shopping! Great variety of stores and always so clean and welcoming. The parking is incredibly convenient.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-pretty-woman-love_1187-3541.jpg"},
"http://img.b2bpic.net/free-photo/young-pretty-woman-love_1187-3541.jpg"
},
{
id: "2", name: "James Chen", handle: "@james_shopping", testimonial:
"My family loves coming here. From groceries to dining to banking, we find everything we need. Staff is always friendly and helpful.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/concept-shopping-holidays-lifestyle-young-handsome-man-holding-paper-bag-with-present-smi_1258-163702.jpg"},
"http://img.b2bpic.net/free-photo/concept-shopping-holidays-lifestyle-young-handsome-man-holding-paper-bag-with-present-smi_1258-163702.jpg"
},
{
id: "3", name: "Sarah Johnson", handle: "@sarah_community", testimonial:
"Laguna Creek has become our go-to center. Well-maintained, safe, and the variety of restaurants and shops is fantastic for a neighborhood location.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-girl-happily-looking-camera-while-leaning-clothes-rack-fashion-boutique-young-joyful-lady-viewing-clothes-new-collection-clothes-store_574295-4559.jpg"},
"http://img.b2bpic.net/free-photo/portrait-beautiful-girl-happily-looking-camera-while-leaning-clothes-rack-fashion-boutique-young-joyful-lady-viewing-clothes-new-collection-clothes-store_574295-4559.jpg"
},
{
id: "4", name: "David Martinez", handle: "@david_local", testimonial:
"Easy access from Franklin Boulevard, plenty of parking, and excellent tenant mix. This is what a modern retail center should be.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669769.jpg"},
"http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669769.jpg"
},
{
id: "5", name: "Lisa Wong", handle: "@lisa_shopper", testimonial:
"My favorite shopping destination in Elk Grove. The center feels open and spacious, and there's always something new to discover.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/two-girls-looking-big-shop-display_329181-18742.jpg"},
"http://img.b2bpic.net/free-photo/two-girls-looking-big-shop-display_329181-18742.jpg"
},
{
id: "6", name: "Robert Taylor", handle: "@robert_elkgrove", testimonial:
"Clean, modern, and conveniently located. Laguna Creek Town Center truly serves the community with style and substance.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg"},
"http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg"
},
]}
showRating={true}
textboxLayout="default"
@@ -217,24 +224,30 @@ export default function LandingPage() {
faqs={[
{
id: "1", title: "What are the hours of operation?", content:
"Most stores are open Monday through Saturday 10am-9pm and Sunday 11am-7pm. Individual retailer hours may vary. Check with specific stores for their exact operating hours."},
"Most stores are open Monday through Saturday 10am-9pm and Sunday 11am-7pm. Individual retailer hours may vary. Check with specific stores for their exact operating hours."
},
{
id: "2", title: "Is parking available?", content:
"Yes! We offer over 400 convenient parking spaces. Parking is free for all visitors and is easily accessible from both Franklin Boulevard and Laguna Boulevard entrances."},
"Yes! We offer over 400 convenient parking spaces. Parking is free for all visitors and is easily accessible from both Franklin Boulevard and Laguna Boulevard entrances."
},
{
id: "3", title: "What stores and restaurants do you have?", content:
"We feature a diverse mix including Bel Air Market, CVS Pharmacy, Starbucks, Mountain Mike's Pizza, Dickey's BBQ, US Bank, Wells Fargo, and various local services. Visit our Retail Directory section for the complete list."},
"We feature a diverse mix including Bel Air Market, CVS Pharmacy, Starbucks, Mountain Mike's Pizza, Dickey's BBQ, US Bank, Wells Fargo, and various local services. Visit our Retail Directory section for the complete list."
},
{
id: "4", title: "How do I contact management?", content:
"For general inquiries, leasing questions, or management concerns, please call our main office. We're here to help make your Laguna Creek experience exceptional."},
"For general inquiries, leasing questions, or management concerns, please call our main office. We're here to help make your Laguna Creek experience exceptional."
},
{
id: "5", title: "Is the center accessible for people with disabilities?", content:
"Absolutely. Laguna Creek Town Center is fully ADA compliant with accessible parking spaces, entrances, and facilities throughout the center."},
"Absolutely. Laguna Creek Town Center is fully ADA compliant with accessible parking spaces, entrances, and facilities throughout the center."
},
]}
ctaTitle="Plan Your Visit"
ctaDescription="Located at the intersection of Franklin Boulevard and Laguna Boulevard in Elk Grove, California. Open daily with ample parking and convenient access."
ctaButton={{
text: "Get Directions", href: "https://maps.google.com/?q=Laguna+Creek+Town+Center+Elk+Grove+California"}}
text: "Get Directions", href: "https://maps.google.com/?q=Laguna+Creek+Town+Center+Elk+Grove+California"
}}
ctaIcon={MapPin}
useInvertedBackground={false}
animationType="slide-up"
@@ -262,7 +275,8 @@ export default function LandingPage() {
{
items: [
{
label: "Directions", href: "https://maps.google.com/?q=Laguna+Creek+Town+Center+Elk+Grove+California"},
label: "Directions", href: "https://maps.google.com/?q=Laguna+Creek+Town+Center+Elk+Grove+California"
},
{ label: "Contact", href: "#contact" },
{ label: "Community", href: "#community" },
],