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