2 Commits

Author SHA1 Message Date
f7c109fa1b Update src/app/page.tsx 2026-05-09 23:14:30 +00:00
805279d19d Merge version_2 into main
Merge version_2 into main
2026-05-09 23:10:01 +00:00

View File

@@ -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() {
@@ -133,27 +132,6 @@ export default function LandingPage() {
/> />
</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"