Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| adffde5b53 | |||
| 06a80fe8a4 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user