Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0256ceb388 | |||
| b251e1e4c1 | |||
| 7934c8e5a4 | |||
| 84c70a964c |
@@ -31,23 +31,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", id: "home",
|
name: "Home", id: "home"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us", id: "about",
|
name: "About Us", id: "about"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services", id: "services",
|
name: "Services", id: "services"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Projects", id: "projects",
|
name: "Projects", id: "projects"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact", id: "contact",
|
name: "Contact", id: "contact"},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get a Free Estimate", href: "#contact"}}
|
text: "Get a Free Estimate", href: "#contact"}}
|
||||||
@@ -61,13 +55,13 @@ export default function LandingPage() {
|
|||||||
description="Your Trusted Partner for Superior Roofing Solutions. Quality Craftsmanship, Durable Results, Every Time."
|
description="Your Trusted Partner for Superior Roofing Solutions. Quality Craftsmanship, Durable Results, Every Time."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote", href: "#contact"},
|
text: "Request Your Free Estimate Now", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "View Our Services", href: "#services"},
|
text: "View Our Services", href: "#services"},
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-engineers-protective-equipment-standing-production-hall-sharing-ideas_342744-248.jpg", imageAlt: "Professional roofer inspecting roof on residential house"},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BP6RlMOKXga3x7I3XAVT6hF0Eh/uploaded-1774405913731-f9ppzwx6.png", imageAlt: "Professional roofer inspecting roof on residential house"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15983.jpg", imageAlt: "Worker installing new roof shingles"},
|
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15983.jpg", imageAlt: "Worker installing new roof shingles"},
|
||||||
{
|
{
|
||||||
@@ -217,4 +211,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user