Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-09 23:03:45 +00:00
2 changed files with 17 additions and 58 deletions

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Cole Roofing"
/>
@@ -50,7 +42,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Commitment to Excellence in Roofing"
description="With over a decade of experience, we pride ourselves on building roofs that endure Florida's unique climate, ensuring security and comfort for every client."
/>
</div>
@@ -62,15 +53,9 @@ export default function LandingPage() {
description="Integrity, speed, and safety guide every project we undertake."
features={[
{
title: "Unmatched Transparency",
description: "Clear pricing and honest assessments without hidden fees.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg",
},
title: "Unmatched Transparency", description: "Clear pricing and honest assessments without hidden fees.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg"},
{
title: "Quality Materials",
description: "Using industry-leading products for superior longevity.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg",
},
title: "Quality Materials", description: "Using industry-leading products for superior longevity.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg"},
]}
/>
</div>
@@ -79,13 +64,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Cole Roofing Services"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Contact Us",
href: "/contact",
}}
text: "Contact Us", href: "/contact"}}
/>
</div>
</ReactLenis>

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Cole Roofing"
/>
@@ -53,22 +45,13 @@ export default function LandingPage() {
description="Ready to protect your home? Reach out to us for a fast, free inspection today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
},
{
name: "address",
type: "text",
placeholder: "Property Address",
},
name: "address", type: "text", placeholder: "Property Address"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg"
/>
@@ -78,7 +61,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Fast-Track Your Roofing Project"
description="We understand the urgency of roof repairs. Contact us for a rapid-response inspection today."
/>
</div>
@@ -86,13 +68,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Cole Roofing Services"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Contact Us",
href: "/contact",
}}
text: "Contact Us", href: "/contact"}}
/>
</div>
</ReactLenis>