7 Commits

Author SHA1 Message Date
34b4cdfa34 Update src/app/page.tsx 2026-03-07 08:32:56 +00:00
8861cf1f4a Update src/app/page.tsx 2026-03-07 08:04:02 +00:00
d56c1a88c2 Update theme colors 2026-03-07 08:01:25 +00:00
b0390466ac Update src/app/page.tsx 2026-03-07 07:57:33 +00:00
405d2f3188 Merge version_2 into main
Merge version_2 into main
2026-03-07 07:52:24 +00:00
6f7d07f99c Update src/app/page.tsx 2026-03-07 07:52:19 +00:00
aea9dc0da4 Merge version_1 into main
Merge version_1 into main
2026-03-07 07:45:41 +00:00

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="ProRoof Contractors" brandName="Blue Collar Roofers "
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
@@ -53,7 +53,7 @@ export default function LandingPage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Professional roofing contractor at work"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abm4I5NOmBq5qvPV9d9Vp3PqYU/uploaded-1772870615545-5bb58i4y.png", imageAlt: "Professional roofing contractor at work"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg?_wi=1", imageAlt: "Experienced roofing team with 20 years expertise"}, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg?_wi=1", imageAlt: "Experienced roofing team with 20 years expertise"},
]} ]}
@@ -187,7 +187,7 @@ export default function LandingPage() {
tagIcon={Phone} tagIcon={Phone}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Schedule Your Free Inspection Today" title="Schedule Your Free Inspection Today"
description="Contact us for a free roof inspection and honest estimate. Our team will respond within 24 hours." description="No credit card required. Limited-time offer: Free inspection valued at $150. Contact us for a free roof inspection and honest estimate. Our team will respond within 24 hours."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/flat-construction-landing-page_23-2148171195.jpg" imageSrc="http://img.b2bpic.net/free-vector/flat-construction-landing-page_23-2148171195.jpg"
@@ -196,13 +196,13 @@ export default function LandingPage() {
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Schedule Inspection" buttonText="Schedule Inspection"
termsText="We'll contact you within 24 hours to confirm your appointment." termsText="We'll contact you within 24 hours to confirm your appointment. Or call now: (555) 123-4567 for urgent repairs."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="ProRoof" logoText="Blue Collar Roofers"
leftLink={{ text: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }}
/> />