From 114b56bda605fb48e41d00dde91000c00c29cbf5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 02:33:59 +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 3cbfceb..76d5eb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About Divine Belle Hair" description="Divine Belle Hair was created for women who want to feel confident, bold, and beautiful every day. We provide premium-quality human hair that looks natural, lasts long, and elevates your entire look." + buttons={[{ text: "Browse Collection", href: "#products" }]} imageSrc="http://img.b2bpic.net/free-photo/fashionable-white-woman-jacket-posing-street-wavy-hairs-natural-make-up_273443-3204.jpg" imageAlt="Luxurious hair branding" /> @@ -167,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1