diff --git a/src/app/page.tsx b/src/app/page.tsx index ffeb6dd..bc24bcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { CheckCircle, DollarSign, Family, Star, Users } from "lucide-react"; +import { CheckCircle, DollarSign, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -66,7 +66,6 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" ariaLabel="Hero section" - useInvertedBackground={false} /> @@ -85,7 +84,7 @@ export default function LandingPage() { }, { title: "Family Friendly", description: "Kids, students, professionals, and families are always welcome, ensuring comfort for everyone.", media: { imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-putting-shaving-foam-face-satisfied-client-orange-wall_141793-61620.jpg", imageAlt: "father and son getting haircuts smiling" }, - items: [{ icon: Family, text: "Welcoming Atmosphere" }], + items: [{ icon: Users, text: "Welcoming Atmosphere" }], reverse: false }, { @@ -157,22 +156,22 @@ export default function LandingPage() {