diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ae3936..73caa49 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'The House of Dentistry | Best Dental Clinic in Perambur, Chennai', - description: 'Looking for the best dentist in Perambur? The House of Dentistry offers painless dental treatments, implants, and routine care. Book your appointment today.', + title: 'The House of Dentistry - Perambur, Chennai', + description: 'Expert dental care in Perambur, Chennai. Painless treatments and specialized care for your family.', keywords: ["dentist in Perambur, dental clinic Chennai, root canal, teeth whitening, best dental care Perambur, painless dentistry"], }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 79fe184..87975a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; const navItems = [{ name: "Home", id: "/" }]; @@ -35,6 +40,56 @@ export default function Page() { enableKpiAnimation={true} /> +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +