5 Commits

Author SHA1 Message Date
448dc228bc Update src/app/page.tsx 2026-03-25 05:07:19 +00:00
3a1bf8632a Update src/app/layout.tsx 2026-03-25 05:07:19 +00:00
01dcbb4f28 Merge version_3 into main
Merge version_3 into main
2026-03-25 05:06:07 +00:00
d75e02737c Update src/app/page.tsx 2026-03-25 05:06:01 +00:00
a9dcb13ffc Merge version_2 into main
Merge version_2 into main
2026-03-25 05:05:07 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -19,8 +19,8 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: 'The Art of Luxury Dentistry | Elite Dental Care',
description: 'Experience unparalleled luxury dental care. Our elite practice offers bespoke treatments, advanced technology, and a serene environment for your radiant, healthy smile.',
title: 'Dr. Sonam\'s Smile Assured Advance Dental Care | Elite Dental Care',
description: 'Experience unparalleled luxury dental care at Dr. Sonam\'s Smile Assured Advance Dental Care. Our elite practice offers bespoke treatments, advanced technology, and a serene environment for your radiant, healthy smile.',
};
export default function RootLayout({

View File

@@ -27,7 +27,7 @@ export default function LuxuryDentistPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Luxury Dental Care"
brandName="Dr. Sonam's Smile Assured Advance Dental Care"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
@@ -102,7 +102,7 @@ export default function LuxuryDentistPage() {
]}
useInvertedBackground={false}
buttons={[
{ text: "Meet Our Team", href: "#testimonials" },
{ text: "Hear From Our Patients", href: "#testimonials" },
{ text: "Learn More", href: "#contact" }
]}
/>
@@ -178,8 +178,8 @@ export default function LuxuryDentistPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Luxury Dental Care California"
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
logoText="Dr. Sonam's Smile Assured Advance Dental Care"
copyrightText="© 2025 Dr. Sonam's Smile Assured Advance Dental Care | Premium Dentistry Since 2005"
columns={[
{
title: "Services", items: [
@@ -210,4 +210,4 @@ export default function LuxuryDentistPage() {
</div>
</ThemeProvider>
);
}
}