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