Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-23 22:39:15 +00:00

View File

@@ -8,7 +8,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
export default function LandingPage() {
return (
@@ -57,21 +56,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={false}
title="What Our Clients Say"
description="Trust in our work, backed by our neighbors in Tampa."
testimonials={[
{
id: "t1", name: "Mark D.", date: "2023-10-12", title: "Fast and Professional", quote: "Ebenezer did an amazing job removing a huge oak from my yard. Cleanup was spotless.", tag: "Tree Removal", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-long-red-hair-linen-dress-natural-location-background_1321-1470.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-touching-tree-bark-with-hand_23-2148163881.jpg?_wi=2"},
{
id: "t2", name: "Sarah J.", date: "2023-09-05", title: "Great Stump Grinding", quote: "They removed the old stump completely and leveled the ground perfectly.", tag: "Stump Grinding", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-perspective-tree-with-beautiful-canopy_23-2151305113.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-forest-countryside_181624-3670.jpg?_wi=2"},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
@@ -138,4 +122,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}