From 1fe547b6a1089955da4f16058ca061d6652159af Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 02:31:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], }; -- 2.49.1 From 8a46147067057d5450208bb2b125e85c5d8848ea Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 02:31:07 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) 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} /> +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +