From 32115d1eb4271ed6d4f8b4fef377841c7abf8044 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:03:34 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 039217e..46a7b36 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "LEVIT - Premium Fashion Boutique in Mangalore", description: "Discover curated fashion & contemporary style at LEVIT, Mangalore's premier boutique. Exclusive collections, personal styling, and premium quality."}; + title: "LEVIT - Premium Fashion Boutique in Mangalore", description: "Discover curated fashion & contemporary style at LEVIT, Mangalore's premier boutique. Exclusive collections, personal styling, and premium quality." +}; export default function RootLayout({ children, -- 2.49.1 From 482be1b521f8a8314ab26c6ca19985df79506c1f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:03:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1eba15..0b49094 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,8 +184,8 @@ export default function LandingPage() { description="Contact LEVIT today to book a personal styling session, inquire about our collections, or schedule a visit. We're here to help you find your perfect look." background={{ variant: "rotated-rays-animated" }} useInvertedBackground={true} - inputPlaceholder="Enter your email address" - buttonText="Send Message" + inputPlaceholder="Your email for updates & offers" + buttonText="Notify Me" termsText="By contacting us, you agree to our privacy policy. We respect your information." tagAnimation="slide-up" /> -- 2.49.1