9 Commits

Author SHA1 Message Date
155541b3f1 Update src/app/contact/page.tsx 2026-04-23 22:47:11 +00:00
6e06e6f7c2 Update src/app/about/page.tsx 2026-04-23 22:45:53 +00:00
3a841c14da Update src/app/services/page.tsx 2026-04-23 22:44:05 +00:00
8eefc2b757 Update src/app/page.tsx 2026-04-23 22:39:11 +00:00
fb83060182 Merge version_1 into main
Merge version_1 into main
2026-04-23 22:38:39 +00:00
20cfac5e4a Merge version_1 into main
Merge version_1 into main
2026-04-23 22:37:57 +00:00
5d903a3cab Merge version_1 into main
Merge version_1 into main
2026-04-23 22:23:13 +00:00
b85e12c93f Merge version_1 into main
Merge version_1 into main
2026-04-23 22:22:44 +00:00
52821e14db Merge version_1 into main
Merge version_1 into main
2026-04-23 22:22:15 +00:00
4 changed files with 5 additions and 21 deletions

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
title: "Insurance Protected",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/trunk-japan-background-small-palace_1203-4312.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYdkSJA2dq1Rch2l0Zo4peogwV/uploaded-1776984341493-nsuxwz4q.jpg"
imageAlt="Licensed arborist working"
mediaAnimation="none"
metricsAnimation="none"

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/summer-landscape_1398-2856.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYdkSJA2dq1Rch2l0Zo4peogwV/uploaded-1776984419670-1czcwsab.jpg"
/>
</div>

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>
);
}
}

View File

@@ -125,14 +125,14 @@ export default function LandingPage() {
title: "Safety First",
description: "Strict adherence to arborist safety protocols.",
tag: "Expertise",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-forest-acacia-trees-autumn-forest-young-grass-growing-after-autumn-rains-scenery-autumn-deciduous-forest-valley_166373-8782.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYdkSJA2dq1Rch2l0Zo4peogwV/uploaded-1776984111328-bq9959dg.jpg",
},
{
id: "m2",
title: "Clean Cleanup",
description: "We treat your lawn like it's our own.",
tag: "Quality",
imageSrc: "http://img.b2bpic.net/free-photo/narrow-road-surrounded-by-green-trees-windsor-england_181624-11528.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYdkSJA2dq1Rch2l0Zo4peogwV/uploaded-1776984234552-s822up59.jpg",
},
]}
/>