Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 448dc228bc | |||
| 3a1bf8632a | |||
| 01dcbb4f28 | |||
| d75e02737c | |||
| a9dcb13ffc |
@@ -19,8 +19,8 @@ const inter = Inter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'The Art of Luxury Dentistry | Elite Dental Care',
|
title: 'Dr. Sonam\'s Smile Assured Advance Dental Care | 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.',
|
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({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export default function LuxuryDentistPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Luxury Dental Care"
|
brandName="Dr. Sonam's Smile Assured Advance Dental Care"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
@@ -102,7 +102,7 @@ export default function LuxuryDentistPage() {
|
|||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Meet Our Team", href: "#testimonials" },
|
{ text: "Hear From Our Patients", href: "#testimonials" },
|
||||||
{ text: "Learn More", href: "#contact" }
|
{ text: "Learn More", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -178,8 +178,8 @@ export default function LuxuryDentistPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Luxury Dental Care California"
|
logoText="Dr. Sonam's Smile Assured Advance Dental Care"
|
||||||
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
|
copyrightText="© 2025 Dr. Sonam's Smile Assured Advance Dental Care | Premium Dentistry Since 2005"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
@@ -210,4 +210,4 @@ export default function LuxuryDentistPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user