8 Commits

Author SHA1 Message Date
d101879b1a Merge version_2 into main
Merge version_2 into main
2026-03-03 20:16:30 +00:00
046bc56a15 Update src/app/page.tsx 2026-03-03 20:16:24 +00:00
a42cdf8dbf Merge version_1 into main
Merge version_1 into main
2026-03-03 20:08:38 +00:00
5fcf933a61 Merge version_2 into main
Merge version_2 into main
2026-03-03 20:03:34 +00:00
ccb0e1385f Update src/app/page.tsx 2026-03-03 20:03:28 +00:00
e3c0da74cd Merge version_1 into main
Merge version_1 into main
2026-03-03 19:55:39 +00:00
f83aa941dd Merge version_1 into main
Merge version_1 into main
2026-03-03 19:32:47 +00:00
d5e4b3fa64 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:30:53 +00:00

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "/" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="PET ZONE"
description="Your Trusted Local Pet Store in Los Angeles. Serving the East LA community with quality pet supplies, expert advice, and friendly service since day one."
background={{ variant: "plain" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Call Now", href: "tel:+1323-261-7556" },
{ text: "Get Directions", href: "https://maps.google.com/?q=3536+E+Cesar+E+Chavez+Ave,+Los+Angeles,+CA+90063" }
@@ -202,7 +202,7 @@ export default function LandingPage() {
columns={[
{
items: [
{ label: "Home", href: "home" },
{ label: "Home", href: "/" },
{ label: "Products", href: "products" },
{ label: "About", href: "about" }
]