diff --git a/src/app/page.tsx b/src/app/page.tsx index a3c0adb..dc7c055 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Calendar, ShieldCheck, Star } from "lucide-react"; +import { Calendar, ShieldCheck, Star, Wrench, Zap, Droplets, AlertTriangle } from "lucide-react"; export default function LandingPage() { return ( @@ -19,27 +19,22 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -182,24 +103,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Star, - title: "Google Rating", - value: "5.0", - }, - { - id: "m2", - icon: Calendar, - title: "Years Serving", - value: "15+", - }, - { - id: "m3", - icon: ShieldCheck, - title: "License Insured", - value: "100%", - }, + { id: "m1", icon: Star, title: "Google Rating", value: "5.0" }, + { id: "m2", icon: Calendar, title: "Years Serving", value: "15+" }, + { id: "m3", icon: ShieldCheck, title: "License Insured", value: "100%" } ]} title="Why Haas Stands Out" description="Fifteen years of dedicated service to our community." @@ -212,46 +118,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Neal Levy", - handle: "Local Guide", - testimonial: "Excellent service. They are my go-to for all plumbing issues—honest, logical, and very cost-effective.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-arrangement-pvc_23-2149062932.jpg", - imageAlt: "Top view of still life arrangement of pvc", - }, - { - id: "t2", - name: "Jim Hetrick", - handle: "Local Guide", - testimonial: "Prompt, polite, and very reasonable pricing. Highly recommended for any trade work.", - imageSrc: "http://img.b2bpic.net/free-photo/furniture-assembly-worker-standing-reading-instruction-using-tape-measure-worker-tools_482257-24849.jpg?_wi=3", - imageAlt: "Top view of still life arrangement of pvc", - }, - { - id: "t3", - name: "Gregory Gent", - handle: "Local Guide", - testimonial: "High-quality work and always punctual. A contractor you can actually trust.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062949.jpg?_wi=3", - imageAlt: "Top view of still life arrangement of pvc", - }, - { - id: "t4", - name: "Curtis Kaminski", - handle: "Local Guide", - testimonial: "Came out the evening before and finished the faucet replacement perfectly the next morning.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=2", - imageAlt: "Top view of still life arrangement of pvc", - }, - { - id: "t5", - name: "Deborah Cutright", - handle: "Local Guide", - testimonial: "Fantastic job and great communication. Will be calling Haas for all my future plumbing needs.", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", - imageAlt: "Top view of still life arrangement of pvc", - }, + { id: "t1", name: "Neal Levy", handle: "Local Guide", testimonial: "Excellent service. They are my go-to for all plumbing issues—honest, logical, and very cost-effective.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-arrangement-pvc_23-2149062932.jpg", imageAlt: "Top view of still life arrangement of pvc" }, + { id: "t2", name: "Jim Hetrick", handle: "Local Guide", testimonial: "Prompt, polite, and very reasonable pricing. Highly recommended for any trade work.", imageSrc: "http://img.b2bpic.net/free-photo/furniture-assembly-worker-standing-reading-instruction-using-tape-measure-worker-tools_482257-24849.jpg", imageAlt: "Top view of still life arrangement of pvc" }, + { id: "t3", name: "Gregory Gent", handle: "Local Guide", testimonial: "High-quality work and always punctual. A contractor you can actually trust.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062949.jpg", imageAlt: "Top view of still life arrangement of pvc" }, + { id: "t4", name: "Curtis Kaminski", handle: "Local Guide", testimonial: "Came out the evening before and finished the faucet replacement perfectly the next morning.", imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageAlt: "Top view of still life arrangement of pvc" }, + { id: "t5", name: "Deborah Cutright", handle: "Local Guide", testimonial: "Fantastic job and great communication. Will be calling Haas for all my future plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Top view of still life arrangement of pvc" } ]} title="What Homeowners Are Saying" description="Reliable work earns us five-star reviews." @@ -263,21 +134,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you provide emergency service?", - content: "Yes, we are available 24/7 for plumbing emergencies.", - }, - { - id: "f2", - title: "Are you licensed and insured?", - content: "Yes, we are fully licensed and insured for all trade work in PA.", - }, - { - id: "f3", - title: "Do you offer free quotes?", - content: "We offer upfront assessments and transparent quotes for every project.", - }, + { id: "f1", title: "Do you provide emergency service?", content: "Yes, we are available 24/7 for plumbing emergencies." }, + { id: "f2", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured for all trade work in PA." }, + { id: "f3", title: "Do you offer free quotes?", content: "We offer upfront assessments and transparent quotes for every project." } ]} title="Frequently Asked Questions" description="Have questions? We have answers for all things plumbing and electrical." @@ -288,9 +147,7 @@ export default function LandingPage() {
@@ -342,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file