From 42e219224f80249b3cd7f6e7934c97922c780148 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 23:00:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1