Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17fcf8c113 | |||
| aca8b2c21f | |||
| f7c109fa1b | |||
| 805279d19d |
@@ -7,7 +7,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -47,9 +46,7 @@ export default function LandingPage() {
|
||||
description="Cole Roofing Services delivers premium roof replacements, repairs, and inspections with unmatched speed, communication, and craftsmanship across South Florida."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Roof Inspection", href: "/contact"},
|
||||
{
|
||||
text: "Call Now", href: "tel:5555555555"},
|
||||
text: "Call Now: 786-765-0566", href: "tel:7867650566"},
|
||||
]}
|
||||
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"
|
||||
@@ -133,27 +130,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<FooterLogoReveal
|
||||
logoText="Cole Roofing Services"
|
||||
|
||||
Reference in New Issue
Block a user