From 25f474e0e3cf8c9662a37bcf7ea18cf0f1d01027 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 22:42:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 />