From f5373785f2df9d5ed41761f64f74e9d643b6a628 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:12:30 +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 655f712..edf9a0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,7 @@ export default function LandingPage() { description="Experience the pinnacle of luxury at Indigo, where artistry meets beauty in our serene, designer salon." imageSrc="http://img.b2bpic.net/free-photo/beauty-slim-african-american-model-wear-black-blouse-green-long-legs-pants-posed-chinese-cafe_627829-5911.jpg" imageAlt="Luxurious Indigo Salon interior view" + buttons={[{ text: "Book Your Consultation", href: "#services" }]} /> @@ -179,4 +180,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1