Update src/app/page.tsx
This commit is contained in:
@@ -27,12 +27,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav" className="w-full">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#why-us" },
|
||||
{ name: "Promise", id: "#promise" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Promise", id: "promise" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Johns Plumbing"
|
||||
/>
|
||||
@@ -59,7 +57,6 @@ export default function LandingPage() {
|
||||
ariaLabel="Johns Plumbing Hero Section"
|
||||
imagePosition="right"
|
||||
tag="Luxury-Level Service. Fast. Professional. Done Right the First Time."
|
||||
buttonAnimation="expand-hover"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,7 +157,6 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Schedule Your Service Now", href: "#contact" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="expand-hover"
|
||||
ariaLabel="Call to Action for Booking Service"
|
||||
className="bg-background-accent"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user