From 55a5a5ecaaa6353ea210603406d8915ca192c72f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:13:40 +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 ab23121..6717b61 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: "Ekta Enterprises - Luxury Interior Design & Turnkey Solutions", description: "Transform your space with Ekta Enterprises. Expert interior design, turnkey execution, and comprehensive contracting services for luxury residential and commercial projects."}; + title: "Ekta Enterprises - Luxury Interior Design & Turnkey Solutions", description: "Transform your space with Ekta Enterprises. Expert interior design, turnkey execution, and comprehensive contracting services for luxury residential and commercial projects." +}; export default function RootLayout({ children, -- 2.49.1 From 7a637747ee339b460f731c6cb566d268c4f67429 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:13:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa42c79..138ace7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="Luxury Interiors. Turnkey Execution. Zero Stress." description="At Ekta Enterprises, we transform your ideas into beautifully finished spaces. From design planning to construction and final styling, our turnkey service ensures you simply walk in and enjoy your dream space." buttons={[ - { text: "Start Your Project", href: "#contact" }, + { text: "Schedule Free Consultation", href: "#contact" }, { text: "View Portfolio", href: "#services" } ]} buttonAnimation="slide-up" -- 2.49.1