diff --git a/src/app/page.tsx b/src/app/page.tsx index b87db2a..d2db5a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { buttons={[ { text: "Explore Kids Haircuts", href: "/kids"} - ]} + ]} // Fixed: Added comma after href: "/kids"} to close the object correctly />