Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d101879b1a | |||
| 046bc56a15 | |||
| a42cdf8dbf | |||
| 5fcf933a61 | |||
| ccb0e1385f | |||
| e3c0da74cd | |||
| f83aa941dd | |||
| d5e4b3fa64 |
@@ -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" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user