Merge version_2 into main #1
@@ -16,24 +16,26 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "Trusmile Dental Clinic - Best Dentist in Surat, Gujarat", description: "Professional dental clinic in Surat offering advanced treatments, teeth whitening, root canal, implants, and cosmetic dentistry. Experienced dentists, hygienic environment, patient-focused care.", keywords: "dental clinic Surat, best dentist Surat, teeth whitening Surat, root canal treatment Surat, dental implants Surat, cosmetic dentist Surat, family dentistry, orthodontics", metadataBase: new URL("https://trusmile-dental.com"),
|
||||
alternates: {
|
||||
canonical: "https://trusmile-dental.com"},
|
||||
canonical: "https://trusmile-dental.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Trusmile Dental Clinic - Expert Dental Care in Surat", description: "Transform your smile with advanced dental treatments from Surat's trusted dental clinic. Expert care, modern technology, patient comfort.", url: "https://trusmile-dental.com", siteName: "Trusmile Dental Clinic", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-dentist-woman-dental-office-while-medical-nurse-talking-with-patient-background_482257-4866.jpg", alt: "Trusmile Dental Clinic Modern Interior"},
|
||||
],
|
||||
url: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-dentist-woman-dental-office-while-medical-nurse-talking-with-patient-background_482257-4866.jpg", alt: "Trusmile Dental Clinic Modern Interior"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Trusmile Dental Clinic - Best Dentist in Surat", description: "Professional dental care with advanced technology and expert treatment. Book your appointment today!", images: ["http://img.b2bpic.net/free-photo/portrait-smiling-senior-dentist-woman-dental-office-while-medical-nurse-talking-with-patient-background_482257-4866.jpg"],
|
||||
card: "summary_large_image", title: "Trusmile Dental Clinic - Best Dentist in Surat", description: "Professional dental care with advanced technology and expert treatment. Book your appointment today!", images: ["http://img.b2bpic.net/free-photo/portrait-smiling-senior-dentist-woman-dental-office-while-medical-nurse-talking-with-patient-background_482257-4866.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
children
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
|
||||
@@ -59,11 +59,14 @@ export default function LandingPage() {
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", alt: "Satisfied patient one"},
|
||||
src: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", alt: "Satisfied patient one"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-showing-thumbs-up-isolated-white-wall-with-copy-space_141793-25808.jpg", alt: "Satisfied patient two"},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-showing-thumbs-up-isolated-white-wall-with-copy-space_141793-25808.jpg", alt: "Satisfied patient two"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", alt: "Satisfied patient three"},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", alt: "Satisfied patient three"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ patients in Surat"
|
||||
buttons={[
|
||||
@@ -120,32 +123,38 @@ export default function LandingPage() {
|
||||
id: 1,
|
||||
tag: "Preventive Care", title: "General Dentistry & Checkups", subtitle: "Foundation for healthy teeth", description:
|
||||
"Routine dental checkups, professional cleaning, and preventive care to maintain optimal oral health and catch issues early.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/midsection-view-female-dentist-with-dental-tools-tray_23-2147905984.jpg", imageAlt: "General dentistry consultation"},
|
||||
"http://img.b2bpic.net/free-photo/midsection-view-female-dentist-with-dental-tools-tray_23-2147905984.jpg", imageAlt: "General dentistry consultation"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Cosmetic Care", title: "Teeth Whitening", subtitle: "Brighten your smile", description:
|
||||
"Professional teeth whitening treatments using advanced technology to achieve a whiter, brighter smile safely and effectively.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9354.jpg", imageAlt: "Professional teeth whitening"},
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9354.jpg", imageAlt: "Professional teeth whitening"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Specialized Care", title: "Root Canal Treatment", subtitle: "Save infected teeth", description:
|
||||
"Advanced endodontic treatment to eliminate infection and save teeth that might otherwise require extraction.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053273.jpg", imageAlt: "Root canal treatment"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053273.jpg", imageAlt: "Root canal treatment"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Restoration", title: "Dental Implants", subtitle: "Permanent tooth replacement", description:
|
||||
"State-of-the-art implant solutions providing a permanent, natural-looking replacement for missing teeth.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/dentist-his-assistant-working-with-patient-dentist-chair-dentist-office_651396-2242.jpg", imageAlt: "Dental implant procedure"},
|
||||
"http://img.b2bpic.net/free-photo/dentist-his-assistant-working-with-patient-dentist-chair-dentist-office_651396-2242.jpg", imageAlt: "Dental implant procedure"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Alignment", title: "Orthodontic Treatments", subtitle: "Straighter teeth, better smile", description:
|
||||
"Professional braces and alignment solutions to straighten teeth and create a perfectly aligned, confident smile.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23500.jpg", imageAlt: "Orthodontic braces treatment"},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23500.jpg", imageAlt: "Orthodontic braces treatment"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
tag: "Prosthetics", title: "Crowns & Bridges", subtitle: "Restore tooth structure", description:
|
||||
"Custom-crafted crowns and bridges to restore damaged or missing teeth with natural-looking, durable solutions.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/dental-tools-dentist-hand_1157-29157.jpg", imageAlt: "Dental crown and bridge restoration"},
|
||||
"http://img.b2bpic.net/free-photo/dental-tools-dentist-hand_1157-29157.jpg", imageAlt: "Dental crown and bridge restoration"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -198,22 +207,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Patel", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "Rajesh Patel"},
|
||||
"http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "Rajesh Patel"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/joyful-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-showing-thumbs-up-isolated-white-wall-with-copy-space_141793-25808.jpg", imageAlt: "Priya Sharma"},
|
||||
"http://img.b2bpic.net/free-photo/joyful-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-showing-thumbs-up-isolated-white-wall-with-copy-space_141793-25808.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Desai", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "Amit Desai"},
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "Amit Desai"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Neha Verma", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg", imageAlt: "Neha Verma"},
|
||||
"http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg", imageAlt: "Neha Verma"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vikram Singh", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg", imageAlt: "Vikram Singh"},
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg", imageAlt: "Vikram Singh"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anjali Nair", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-young-woman-sitting-sofa-home-portrait-comfortable-woman-winter-clothes-relaxing_657921-462.jpg", imageAlt: "Anjali Nair"},
|
||||
"http://img.b2bpic.net/free-photo/happy-young-woman-sitting-sofa-home-portrait-comfortable-woman-winter-clothes-relaxing_657921-462.jpg", imageAlt: "Anjali Nair"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -253,7 +268,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your phone number"
|
||||
buttonText="Schedule Now"
|
||||
buttonText="Get Appointment Confirmation"
|
||||
termsText="We'll contact you within 2 hours to confirm your appointment. Your dental health is our priority."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user