diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73caa49..6af63f0 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 - Perambur, Chennai', - description: 'Expert dental care in Perambur, Chennai. Painless treatments and specialized care for your family.', + title: 'Webild | Digital Innovation', + description: 'Premium digital solutions for growing businesses.', 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 b692bbd..26273c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,100 +8,44 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; +import { ArrowRight, Zap, CheckCircle, Shield, Globe } from 'lucide-react'; -const navItems = [{ name: "Home", id: "/" }]; +const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, + { name: "Services", id: "/services" } +]; export default function Page() { return ( - +
- +
- +
- +
- +
- +
- +
- +
);