Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 448dc228bc | |||
| 3a1bf8632a | |||
| 01dcbb4f28 | |||
| d75e02737c | |||
| a9dcb13ffc |
@@ -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({
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user