4 Commits

Author SHA1 Message Date
8a619ba3f1 Merge version_3 into main
Merge version_3 into main
2026-03-08 05:13:44 +00:00
7a637747ee Update src/app/page.tsx 2026-03-08 05:13:40 +00:00
55a5a5ecaa Update src/app/layout.tsx 2026-03-08 05:13:40 +00:00
ec21172b09 Merge version_2 into main
Merge version_2 into main
2026-03-08 05:12:04 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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,

View File

@@ -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"