3 Commits

Author SHA1 Message Date
6d80356ff6 Merge version_4 into main
Merge version_4 into main
2026-04-30 23:31:13 +00:00
adffde5b53 Update src/app/page.tsx 2026-04-30 23:31:10 +00:00
06a80fe8a4 Merge version_3 into main
Merge version_3 into main
2026-04-30 23:30:12 +00:00

View File

@@ -10,7 +10,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Droplets, Flame, Wrench } from "lucide-react";
export default function LandingPage() {
@@ -106,23 +105,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Frank, resolving a late evening pipe issue", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BpEUhbvBxHg7VoZG5X1CZ8tTgv/uploaded-1777591799521-siyxm4hg.png"},
{
id: "t2", name: "Mark D. (Long-time Client)", imageSrc: ""},
{
id: "t3", name: "Jessica L. (Heating Repair Client)", imageSrc: ""},
]}
cardTitle="Trusted by Our Neighbors"
cardTag="Authentic Feedback"
cardAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"