diff --git a/src/app/page.tsx b/src/app/page.tsx index ce7ded9..0047118 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { Award, Wrench, Droplet, Pipe, Wind, Thermometer, Zap, Lightbulb, Shield, Users, Star, Clock, CheckCircle, MessageSquare, HelpCircle } from "lucide-react"; +import { Award, Wrench, Droplet, Wind, Thermometer, Zap, Lightbulb, Shield, Users, Star, Clock, CheckCircle, MessageSquare, HelpCircle } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -45,14 +45,14 @@ export default function LandingPage() { @@ -68,7 +68,7 @@ export default function LandingPage() { { title: "Plumbing", description: "Expert plumbing repair and installation for all your water needs.", bentoComponent: "icon-info-cards", items: [ { icon: Droplet, label: "Leak Repair", value: "Same-Day" }, - { icon: Pipe, label: "Installations", value: "Professional" }, + { icon: Droplet, label: "Installations", value: "Professional" }, ], }, { @@ -97,7 +97,7 @@ export default function LandingPage() { tag="About Us" tagIcon={Shield} buttons={[{ text: "Verify Our Credentials", href: "#" }]} - imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/happy-engineer-young-black-worker-handshaking-while-greeting-industrial-building_637285-4767.jpg" imageAlt="Our trusted team of professionals" useInvertedBackground={false} /> @@ -158,7 +158,7 @@ export default function LandingPage() { { id: "5", title: "What areas do you serve?", content: "We serve the entire metro area and surrounding suburbs within 25 miles. Call us to confirm we service your address."}, { - id: "6", title: "Do you guarantee your work?", content: "We stand behind everything we do. All work includes a satisfaction guarantee and warranty. If you're not happy, we'll make it right."}, + id: "6", title: "Do you guarantee your work?", content: "We stand behind everything we do. All work includes a satisfaction guarantee and warranty. If you're not happy, we'll make it right."} ]} textboxLayout="default" useInvertedBackground={false}