diff --git a/src/app/page.tsx b/src/app/page.tsx index a31465c..c5472c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, CheckCircle, Droplet, Flame, Shield, Tool, Wrench, Zap } from "lucide-react"; +import { Award, CheckCircle, Droplet, Flame, Shield, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="large" - background="blurBottom" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Call Now" } ]} buttonAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-safety-helmet-with-arms-crossed-displeased_141793-30185.jpg" imageAlt="Professional plumbing technician" mediaAnimation="slide-up" @@ -96,7 +96,7 @@ export default function LandingPage() { title: "Preventative Maintenance", description: "Regular inspections and maintenance plans to prevent costly repairs and extend system lifespan." }, { - icon: Tool, + icon: Wrench, title: "Water Heater Services", description: "Installation, repair, and maintenance of traditional and tankless water heating systems." }, {