Merge version_4 into main #8
@@ -30,15 +30,8 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact-final" }
|
||||
]}
|
||||
navItems={[]}
|
||||
brandName="Good Day Plumbing | (801) 555-1234"
|
||||
button={{ text: "Call Now", href: "tel:8015551234" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,10 +61,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="★★★★★ 4.8 Stars from 120+ Homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:8015551234"},
|
||||
]}
|
||||
buttons={[]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-young-man-looking-camera_23-2148289275.jpg", alt: "Satisfied customer Ryan"},
|
||||
|
||||
Reference in New Issue
Block a user