Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| adffde5b53 | |||
| 06a80fe8a4 | |||
| 7c4f9417f1 | |||
| 427f4ae3cc | |||
| 9685235f0d | |||
| 8bd0a5de2d | |||
| 1b508d8d1d | |||
| 20fba78c68 | |||
| cefe6df0d8 |
@@ -10,7 +10,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
|
|||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
||||||
import { Droplets, Flame, Wrench } from "lucide-react";
|
import { Droplets, Flame, Wrench } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -106,23 +105,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardTwelve
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "t1", name: "Sarah P. (Satisfied Local Customer)", imageSrc: ""},
|
|
||||||
{
|
|
||||||
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">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
|
|||||||
Reference in New Issue
Block a user