Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 29b8438890 | |||
| 17fcf8c113 | |||
| aca8b2c21f | |||
| f7c109fa1b | |||
| 805279d19d | |||
| ddf39cd89d | |||
| c4ad188fac |
182
src/app/page.tsx
182
src/app/page.tsx
@@ -7,7 +7,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -29,21 +28,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Cole Roofing"
|
brandName="Cole Roofing"
|
||||||
/>
|
/>
|
||||||
@@ -55,38 +46,22 @@ export default function LandingPage() {
|
|||||||
description="Cole Roofing Services delivers premium roof replacements, repairs, and inspections with unmatched speed, communication, and craftsmanship across South Florida."
|
description="Cole Roofing Services delivers premium roof replacements, repairs, and inspections with unmatched speed, communication, and craftsmanship across South Florida."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Free Roof Inspection",
|
text: "Call Now: 786-765-0566", href: "tel:7867650566"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Call Now",
|
|
||||||
href: "tel:5555555555",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-lamp-hanging-inside-building-with-glass-ceiling_181624-11469.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-lamp-hanging-inside-building-with-glass-ceiling_181624-11469.jpg"
|
||||||
imageAlt="Luxury home roof replacement"
|
imageAlt="Luxury home roof replacement"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg",
|
src: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg", alt: "Exterior of home"},
|
||||||
alt: "Exterior of home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg", alt: "Medium shot man working on roof"},
|
||||||
alt: "Medium shot man working on roof",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg",
|
src: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", alt: "Full shot man wearing protection helmet outdoors"},
|
||||||
alt: "Full shot man wearing protection helmet outdoors",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg",
|
src: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", alt: "Full shot roofers working with helmets"},
|
||||||
alt: "Full shot roofers working with helmets",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2712.jpg",
|
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2712.jpg", alt: "black businessman happy expression"},
|
||||||
alt: "black businessman happy expression",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ Local Homeowners"
|
avatarText="Trusted by 500+ Local Homeowners"
|
||||||
/>
|
/>
|
||||||
@@ -97,14 +72,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Google",
|
"Google", "Angie's List", "HomeAdvisor", "Yelp", "Facebook", "BBB", "Houzz"]}
|
||||||
"Angie's List",
|
|
||||||
"HomeAdvisor",
|
|
||||||
"Yelp",
|
|
||||||
"Facebook",
|
|
||||||
"BBB",
|
|
||||||
"Houzz",
|
|
||||||
]}
|
|
||||||
title="Our Trusted Reputation"
|
title="Our Trusted Reputation"
|
||||||
description="We are proud to serve our community with excellence and integrity."
|
description="We are proud to serve our community with excellence and integrity."
|
||||||
/>
|
/>
|
||||||
@@ -116,23 +84,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Roof Replacement",
|
title: "Roof Replacement", description: "Full tear-offs and premium installations built for long-term protection.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", imageAlt: "Roof replacement"},
|
||||||
description: "Full tear-offs and premium installations built for long-term protection.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg",
|
|
||||||
imageAlt: "Roof replacement",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Detailed Inspections",
|
title: "Detailed Inspections", description: "Detailed, honest reports for homeowners, buyers, and insurance.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", imageAlt: "Inspection"},
|
||||||
description: "Detailed, honest reports for homeowners, buyers, and insurance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg",
|
|
||||||
imageAlt: "Inspection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Storm Restoration",
|
title: "Storm Restoration", description: "Insurance-ready inspections and full claim support for fast recovery.", imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166605.jpg", imageAlt: "Restoration"},
|
||||||
description: "Insurance-ready inspections and full claim support for fast recovery.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166605.jpg",
|
|
||||||
imageAlt: "Restoration",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Premium Roofing Services"
|
title="Our Premium Roofing Services"
|
||||||
description="Comprehensive care for your roof, from emergency leaks to complete architectural transformations."
|
description="Comprehensive care for your roof, from emergency leaks to complete architectural transformations."
|
||||||
@@ -142,124 +98,48 @@ export default function LandingPage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "LeeHy Shaer", role: "Homeowner", company: "Client", rating: 5,
|
||||||
name: "LeeHy Shaer",
|
imageSrc: "http://img.b2bpic.net/free-photo/professional-gesture-successful-collar-mixed_1262-1193.jpg"},
|
||||||
role: "Homeowner",
|
|
||||||
company: "Client",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-gesture-successful-collar-mixed_1262-1193.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Dorit Tamir", role: "Homeowner", company: "Client", rating: 5,
|
||||||
name: "Dorit Tamir",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg"},
|
||||||
role: "Homeowner",
|
|
||||||
company: "Client",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Ben Eilbiglie", role: "Homeowner", company: "Client", rating: 5,
|
||||||
name: "Ben Eilbiglie",
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg"},
|
||||||
role: "Homeowner",
|
|
||||||
company: "Client",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Oded Fahima", role: "Homeowner", company: "Client", rating: 5,
|
||||||
name: "Oded Fahima",
|
imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg"},
|
||||||
role: "Homeowner",
|
|
||||||
company: "Client",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Joe Kravich", role: "Homeowner", company: "Client", rating: 5,
|
||||||
name: "Joe Kravich",
|
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg"},
|
||||||
role: "Homeowner",
|
|
||||||
company: "Client",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", label: "Roofs Replaced"},
|
||||||
label: "Roofs Replaced",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", label: "Permitting Success"},
|
||||||
label: "Permitting Success",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", label: "Emergency Support"},
|
||||||
label: "Emergency Support",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Homeowners Are Saying"
|
title="What Homeowners Are Saying"
|
||||||
description="Real, verified results from satisfied neighbors across South Florida."
|
description="Real, verified results from satisfied neighbors across South Florida."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
|
||||||
<TeamCardSix
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
title="Meet Our Elite Team"
|
|
||||||
description="Certified experts dedicated to protecting your investment with precision and care."
|
|
||||||
members={[
|
|
||||||
{
|
|
||||||
id: "t1",
|
|
||||||
name: "Alex Cole",
|
|
||||||
role: "Founder & Lead Inspector",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
|
||||||
imageAlt: "Portrait of man in black suit",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Sarah Jenkins",
|
|
||||||
role: "Project Manager",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg",
|
|
||||||
imageAlt: "Confident smiling young woman standing in kitchen",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Marcus Rodriguez",
|
|
||||||
role: "Lead Installer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg",
|
|
||||||
imageAlt: "Medium shot man working on roof",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
name: "Elena Vance",
|
|
||||||
role: "Customer Experience",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg",
|
|
||||||
imageAlt: "African American doctor shaking hands",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Cole Roofing Services"
|
logoText="Cole Roofing Services"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "/contact"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user