Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d444976693 | |||
| 9673dc12e7 | |||
| 69ac90566d | |||
| 706f2920e7 | |||
| 11be9178ac | |||
| 7b383ff6cc | |||
| 75ce34a241 | |||
| 59dfe6d47c | |||
| e6097852d6 | |||
| 29c40c4615 | |||
| b6a152e677 |
@@ -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,14 +42,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" }
|
||||
]}
|
||||
brandName="Good Day Plumbing | (801) 555-1234"
|
||||
navItems={navItems}
|
||||
brandName=""
|
||||
button={{ text: "Call Now", href: "tel:8015551234" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,10 +74,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