From 42cf6088d231a896815ee06fa729bcc2cbe3c6e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:05:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 302 ++++++++++------------------------------------- 1 file changed, 62 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95bb2c4..519bd1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -461,13 +287,9 @@ export default function LandingPage() { logoAlt="Elegance Attire Logo" logoText="Elegance Attire" leftLink={{ - text: "Privacy Policy", - href: "#", - }} + text: "Privacy Policy", href: "#"}} rightLink={{ - text: "Terms of Service", - href: "#", - }} + text: "Terms of Service", href: "#"}} /> -- 2.49.1