Merge version_4 into main #9
@@ -14,6 +14,18 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Why Choose Us", id: "#trust" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Before & After", id: "#before-after" },
|
||||
{ name: "About Us", id: "#about" },
|
||||
{ name: "Service Area", id: "#service-area" },
|
||||
{ name: "Emergency", id: "#emergency-cta" },
|
||||
{ name: "Contact", id: "#contact-final" }
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
@@ -30,8 +42,9 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[]}
|
||||
navItems={navItems}
|
||||
brandName="Good Day Plumbing | (801) 555-1234"
|
||||
button={{ text: "Call Now", href: "tel:8015551234" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user