Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9673dc12e7 | |||
| 706f2920e7 | |||
| 7b383ff6cc | |||
| 75ce34a241 | |||
| 59dfe6d47c | |||
| e6097852d6 | |||
| 29c40c4615 | |||
| b6a152e677 |
@@ -14,6 +14,18 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
|
|
||||||
export default function LandingPage() {
|
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 (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-magnetic"
|
defaultButtonVariant="hover-magnetic"
|
||||||
@@ -30,14 +42,8 @@ export default function LandingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={navItems}
|
||||||
{ name: "Home", id: "#hero" },
|
brandName=""
|
||||||
{ name: "Services", id: "#services" },
|
|
||||||
{ name: "Reviews", id: "#reviews" },
|
|
||||||
{ name: "About", id: "#about" },
|
|
||||||
{ name: "Contact", id: "#contact-final" }
|
|
||||||
]}
|
|
||||||
brandName="Good Day Plumbing | (801) 555-1234"
|
|
||||||
button={{ text: "Call Now", href: "tel:8015551234" }}
|
button={{ text: "Call Now", href: "tel:8015551234" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -68,10 +74,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
tag="★★★★★ 4.8 Stars from 120+ Homeowners"
|
tag="★★★★★ 4.8 Stars from 120+ Homeowners"
|
||||||
buttons={[
|
buttons={[]}
|
||||||
{
|
|
||||||
text: "Call Now", href: "tel:8015551234"},
|
|
||||||
]}
|
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiley-young-man-looking-camera_23-2148289275.jpg", alt: "Satisfied customer Ryan"},
|
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