Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Wrench, CheckCircle, Zap, Award, MessageCircle, HelpCircle, Phone, Facebook, Linkedin } from "lucide-react";
|
||||
import { Wrench, CheckCircle, Zap, Award, MessageCircle, HelpCircle, Phone, Facebook, Linkedin, Users, Clock, ThumbsUp, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tag="Professional Plumbing Service"
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Schedule Service Today", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
@@ -112,19 +112,19 @@ export default function LandingPage() {
|
||||
description="Drain Surgeons has built a reputation for excellence through consistent performance, reliability, and customer satisfaction."
|
||||
metrics={[
|
||||
{
|
||||
id: "customers", value: "500+", title: "Satisfied Customers", description: "Trusted by homeowners and businesses across the region", icon: require("lucide-react").Users
|
||||
id: "customers", value: "500+", title: "Satisfied Customers", description: "Trusted by homeowners and businesses across the region", icon: Users
|
||||
},
|
||||
{
|
||||
id: "response", value: "30 Min", title: "Average Response", description: "Fast response times for emergency calls 24/7", icon: require("lucide-react").Clock
|
||||
id: "response", value: "30 Min", title: "Average Response", description: "Fast response times for emergency calls 24/7", icon: Clock
|
||||
},
|
||||
{
|
||||
id: "success", value: "99%", title: "Success Rate", description: "First-time fix rate with quality workmanship", icon: require("lucide-react").ThumbsUp
|
||||
id: "success", value: "99%", title: "Success Rate", description: "First-time fix rate with quality workmanship", icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
id: "years", value: "18+", title: "Years Experience", description: "Nearly two decades of professional plumbing service", icon: require("lucide-react").Star
|
||||
id: "years", value: "18+", title: "Years Experience", description: "Nearly two decades of professional plumbing service", icon: Star
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user