diff --git a/src/app/page.tsx b/src/app/page.tsx index a0f3923..81204bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,10 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import Link from "next/link"; -import { Award, Star, MapPin, CheckCircle, TrendingUp, MessageCircle, HelpCircle, Phone, CheckCircle as CheckCircleIcon } from "lucide-react"; +import { Award, Star, MapPin, CheckCircle, TrendingUp, MessageCircle, HelpCircle, Phone, Wrench } from "lucide-react"; export default function HomePage() { return ( @@ -20,7 +21,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -30,16 +31,14 @@ export default function HomePage() {
@@ -54,83 +53,86 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Call (813) 479-5578", - href: "tel:+18134795578", - }, + text: "Call (813) 479-5578", href: "tel:+18134795578"}, { - text: "Get a Free Estimate", - href: "#contact", - }, + text: "Get a Free Estimate", href: "#contact"}, ]} buttonAnimation="slide-up" background={{ - variant: "noise", - }} + variant: "plain"}} carouselItems={[ { - id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-bathroom-talking-by-mobile-phone_329181-20780.jpg", - imageAlt: "Professional plumber at work", - }, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-bathroom-talking-by-mobile-phone_329181-20780.jpg", imageAlt: "Professional plumber at work"}, { - id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/empty-bathroom-with-hand-wash-basin_107420-63637.jpg?_wi=1", - imageAlt: "Bathroom plumbing renovation", - }, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/empty-bathroom-with-hand-wash-basin_107420-63637.jpg", imageAlt: "Bathroom plumbing renovation"}, { - id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746306.jpg?_wi=1", - imageAlt: "Full repipe system installation", - }, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746306.jpg", imageAlt: "Full repipe system installation"}, { - id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001076.jpg?_wi=1", - imageAlt: "Steam generator installation", - }, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001076.jpg", imageAlt: "Steam generator installation"}, { - id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53677.jpg?_wi=1", - imageAlt: "General plumbing repair", - }, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53677.jpg", imageAlt: "General plumbing repair"}, { - id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/father-kid-taking-selfies_23-2148947322.jpg", - imageAlt: "PB&J Plumbing experienced team", - }, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/father-kid-taking-selfies_23-2148947322.jpg", imageAlt: "PB&J Plumbing experienced team"}, ]} autoPlay={true} autoPlayInterval={4000} /> + {/* Services Section */} +