9 Commits

Author SHA1 Message Date
1516fdcc5a Merge version_3 into main
Merge version_3 into main
2026-03-07 08:33:00 +00:00
34b4cdfa34 Update src/app/page.tsx 2026-03-07 08:32:56 +00:00
91db7ec328 Merge version_3 into main
Merge version_3 into main
2026-03-07 08:04:06 +00:00
8861cf1f4a Update src/app/page.tsx 2026-03-07 08:04:02 +00:00
2d2149b388 Merge version_3 into main
Merge version_3 into main
2026-03-07 08:01:32 +00:00
d56c1a88c2 Update theme colors 2026-03-07 08:01:25 +00:00
f7725930fc Merge version_3 into main
Merge version_3 into main
2026-03-07 07:57:37 +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

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"},
]} ]}
@@ -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: "#" }}
/> />