diff --git a/src/app/page.tsx b/src/app/page.tsx index c87d551..379b089 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Mastering the Art of Grooming" description="With over 10 years of experience, Elite Cut is dedicated to providing high-end grooming services in a comfortable and professional environment. Our barbers are trained in the latest techniques and dedicated to perfection." + mediaBadge={{ text: "10+ Years of Excellence" }} bulletPoints={[ { title: "Expert Stylists", description: "Trained professionals focused on detail and precision.", icon: User }, { title: "Modern Environment", description: "Relax in our clean, modern, and friendly salon space.", icon: Shield }, @@ -183,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file