Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -11,7 +11,6 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { CheckCircle, Clock, MapPin, ShieldCheck, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -88,6 +87,7 @@ export default function LandingPage() {
|
||||
description="Our commitment to quality sets us apart in the competitive plumbing industry."
|
||||
textboxLayout="default"
|
||||
animationType="depth-3d"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "5k+", title: "Projects", items: ["Annual completions"] },
|
||||
{ id: "m2", value: "A+", title: "Rating", items: ["BBB Verified"] },
|
||||
@@ -114,6 +114,7 @@ export default function LandingPage() {
|
||||
description="Common inquiries about our professional plumbing services."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you work 24/7?", content: "Yes, we offer emergency plumbing services around the clock, 365 days a year." },
|
||||
{ id: "q2", title: "Are your plumbers licensed?", content: "Every member of our team is a fully licensed and insured professional." }
|
||||
@@ -126,6 +127,7 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Reach out to us for any service inquiries or to schedule an appointment today."
|
||||
tag="Contact"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
onSubmit={(email) => console.log("Signed up:", email)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user