5 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

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="ProRoof Contractors"
brandName="Blue Collar Roofers "
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -53,7 +53,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
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"},
]}
@@ -196,13 +196,13 @@ export default function LandingPage() {
mediaPosition="right"
inputPlaceholder="Enter your email"
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 id="footer" data-section="footer">
<FooterLogoReveal
logoText="ProRoof"
logoText="Blue Collar Roofers"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>