Merge version_2 into main #3
@@ -11,7 +11,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Star, ThumbsUp, Wrench, Camera, Droplets, ArrowRight } from "lucide-react";
|
||||
import { Award, Star, ThumbsUp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -70,6 +70,7 @@ export default function LandingPage() {
|
||||
{ icon: Award, label: "Guaranteed Fix", value: "6 Weeks" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,6 +87,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="We offer comprehensive drainage solutions to keep your system running smoothly."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,6 +102,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="247 Drain Unblocking stands for reliability, expert skill, and honest service."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,8 +111,10 @@ export default function LandingPage() {
|
||||
testimonial="Amazing service! They fixed my blocked drain at 3 AM. Highly recommended."
|
||||
rating={5}
|
||||
author="Sarah J."
|
||||
avatars={[]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,6 +129,7 @@ export default function LandingPage() {
|
||||
sideTitle="Four Simple Steps"
|
||||
sideDescription="We make drainage easy and stress-free."
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,6 +138,8 @@ export default function LandingPage() {
|
||||
tag="GET IN TOUCH"
|
||||
title="Need Assistance?"
|
||||
description="Reach out to 247 Drain Unblocking today for your free quote or emergency service."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => console.log("User inquiry:", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user