diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ab73bf..ae647b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Leaf, Award, Utensils, Droplets, Wrench, ShieldCheck } from "lucide-react"; +import { ShieldCheck, Wrench, Droplets } from "lucide-react"; export default function LandingPage() { return ( @@ -37,28 +37,28 @@ export default function LandingPage() { { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} - brandName="Precision Plumbing" + brandName="Clearwater Plumbing" />
@@ -98,36 +98,36 @@ export default function LandingPage() {
@@ -147,14 +147,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file