1 Commits

Author SHA1 Message Date
7e0870a0f3 Update src/app/page.tsx 2026-03-03 20:08:34 +00:00

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Home", id: "home" },
{ 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: "sparkles-gradient" }}
background={{ variant: "plain" }}
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: "/" },
{ label: "Home", href: "home" },
{ label: "Products", href: "products" },
{ label: "About", href: "about" }
]