Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-06-11 04:25:29 +00:00
4 changed files with 17 additions and 25 deletions

View File

@@ -57,7 +57,6 @@ export default function GeneralDentistryPage() {
<div id="about-general" data-section="about-general">
<TextAbout
title="Comprehensive General Dentistry"
description="We focus on prevention, diagnosis, and treatment of a wide range of oral health conditions. Regular check-ups and cleanings are crucial for maintaining your family's healthy smiles. From routine examinations to fillings and gum care, our goal is to keep your oral health at its best."
useInvertedBackground={false}
/>
</div>
@@ -67,10 +66,10 @@ export default function GeneralDentistryPage() {
title="Maintaining Your Oral Health"
description="Our general dentistry services are designed to keep your teeth and gums healthy for a lifetime, preventing common issues before they become serious."
features={[
{ title: "Routine Check-ups", description: "Thorough examinations to detect and prevent dental issues early.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-charming-little-girl-brushing-teeth-bathroom-while-standing-front-mirror-squeezing-toothpaste-out-tube-smiling-happily_176532-15698.jpg?_wi=2", imageAlt: "Dental check-up" },
{ title: "Professional Cleanings", description: "Remove plaque and tartar buildup for a fresh, healthy smile.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg?_wi=2", imageAlt: "Professional teeth cleaning" },
{ title: "Fillings & Restorations", description: "High-quality, durable fillings to restore damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg?_wi=2", imageAlt: "Dental fillings" },
{ title: "Preventative Care", description: "Fluoride treatments and sealants to protect against cavities.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-female-patients-tooth-x-ray_107420-73923.jpg?_wi=2", imageAlt: "Preventative dental care" }
{ title: "Routine Check-ups", description: "Thorough examinations to detect and prevent dental issues early.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-charming-little-girl-brushing-teeth-bathroom-while-standing-front-mirror-squeezing-toothpaste-out-tube-smiling-happily_176532-15698.jpg", imageAlt: "Dental check-up" },
{ title: "Professional Cleanings", description: "Remove plaque and tartar buildup for a fresh, healthy smile.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Professional teeth cleaning" },
{ title: "Fillings & Restorations", description: "High-quality, durable fillings to restore damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg", imageAlt: "Dental fillings" },
{ title: "Preventative Care", description: "Fluoride treatments and sealants to protect against cavities.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-female-patients-tooth-x-ray_107420-73923.jpg", imageAlt: "Preventative dental care" }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -102,7 +101,6 @@ export default function GeneralDentistryPage() {
{ items: footerNavItemsColumn2.map(item => ({...item, Component: Link})) },
{ items: footerNavItemsColumn3.map(item => ({...item, Component: Link})) }
]}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>

View File

@@ -58,7 +58,6 @@ export default function ImplantsPage() {
<div id="about-implants" data-section="about-implants">
<TextAbout
title="Restore Your Smile with Dental Implants"
description="Dental implants are a permanent and natural-looking solution for missing teeth. They consist of a titanium post surgically placed into the jawbone, acting as an artificial tooth root. This restores both the aesthetics and functionality of your smile, allowing you to eat, speak, and smile with confidence."
useInvertedBackground={false}
/>
</div>
@@ -83,9 +82,9 @@ export default function ImplantsPage() {
title="Why Choose Dental Implants?"
description="Discover the long-term benefits of dental implants, including durability, comfort, and improved oral health."
features={[
{ title: "Natural Look & Feel", description: "Implants are designed to blend seamlessly with your natural teeth.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg?_wi=3", imageAlt: "Natural-looking dental implant" },
{ title: "Durability & Longevity", description: "With proper care, dental implants can last a lifetime.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg?_wi=3", imageAlt: "Durable dental implant" },
{ title: "Preserves Bone Health", description: "Implants stimulate the jawbone, preventing bone loss that occurs with missing teeth.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-charming-little-girl-brushing-teeth-bathroom-while-standing-front-mirror-squeezing-toothpaste-out-tube-smiling-happily_176532-15698.jpg?_wi=3", imageAlt: "Bone health preservation" }
{ title: "Natural Look & Feel", description: "Implants are designed to blend seamlessly with your natural teeth.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg", imageAlt: "Natural-looking dental implant" },
{ title: "Durability & Longevity", description: "With proper care, dental implants can last a lifetime.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Durable dental implant" },
{ title: "Preserves Bone Health", description: "Implants stimulate the jawbone, preventing bone loss that occurs with missing teeth.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-charming-little-girl-brushing-teeth-bathroom-while-standing-front-mirror-squeezing-toothpaste-out-tube-smiling-happily_176532-15698.jpg", imageAlt: "Bone health preservation" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -102,7 +101,6 @@ export default function ImplantsPage() {
{ items: footerNavItemsColumn2.map(item => ({...item, Component: Link})) },
{ items: footerNavItemsColumn3.map(item => ({...item, Component: Link})) }
]}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>

View File

@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Dental, Smile, Award } from "lucide-react";
import { Tooth, Smile, Award } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
@@ -63,8 +63,8 @@ export default function HomePage() {
logoText="Family Dental Center"
description="Expert Dental Care for Your Whole Family. Trusted specialists delivering advanced, pain-free treatments with personalized care."
buttons={[
{ text: "Book Appointment", href: "#contact", Component: Link },
{ text: "Learn More", href: "#about", Component: Link }
{ text: "Book Appointment", href: "#contact" },
{ text: "Learn More", href: "#about" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/team-happy-doctors-standing-with-arms-crossed-mri-scanner-hospital-looking-camera_637285-389.jpg", imageAlt: "Dentist examining a patient in a modern dental clinic" },
@@ -80,7 +80,6 @@ export default function HomePage() {
<div id="about" data-section="about">
<TextAbout
title="Welcome to Family Dental Center Sharjah"
description="Our mission is to provide exceptional dental care in a compassionate and friendly environment. With state-of-the-art technology and a team of highly skilled professionals, we are dedicated to ensuring the oral health and beautiful smiles of your entire family."
useInvertedBackground={false}
/>
</div>
@@ -90,10 +89,10 @@ export default function HomePage() {
title="Our Comprehensive Dental Services"
description="From routine check-ups to advanced cosmetic procedures, we offer a full spectrum of dental care designed to meet every need."
features={[
{ title: "General Dentistry", description: "Preventative care, fillings, root canals, and regular check-ups to maintain optimal oral health.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-charming-little-girl-brushing-teeth-bathroom-while-standing-front-mirror-squeezing-toothpaste-out-tube-smiling-happily_176532-15698.jpg?_wi=1", imageAlt: "Dental check-up illustration" },
{ title: "Dental Implants", description: "Permanent and natural-looking solutions for missing teeth, restoring function and aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg?_wi=1", imageAlt: "Dental implant illustration" },
{ title: "Cosmetic Treatments", description: "Transform your smile with professional whitening, veneers, and complete smile makeovers.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-female-patients-tooth-x-ray_107420-73923.jpg?_wi=1", imageAlt: "Cosmetic teeth whitening illustration" },
{ title: "Family-Friendly Care", description: "Gentle and specialized dental care for patients of all ages, ensuring a positive experience for children and adults.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg?_wi=1", imageAlt: "Family dental care illustration" }
{ title: "General Dentistry", description: "Preventative care, fillings, root canals, and regular check-ups to maintain optimal oral health.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-charming-little-girl-brushing-teeth-bathroom-while-standing-front-mirror-squeezing-toothpaste-out-tube-smiling-happily_176532-15698.jpg", imageAlt: "Dental check-up illustration" },
{ title: "Dental Implants", description: "Permanent and natural-looking solutions for missing teeth, restoring function and aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg", imageAlt: "Dental implant illustration" },
{ title: "Cosmetic Treatments", description: "Transform your smile with professional whitening, veneers, and complete smile makeovers.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-female-patients-tooth-x-ray_107420-73923.jpg", imageAlt: "Cosmetic teeth whitening illustration" },
{ title: "Family-Friendly Care", description: "Gentle and specialized dental care for patients of all ages, ensuring a positive experience for children and adults.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Family dental care illustration" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -107,7 +106,7 @@ export default function HomePage() {
title="Committed to Excellence"
description="Our dedication to patient satisfaction and clinical excellence is reflected in our outstanding results and community trust."
metrics={[
{ id: "m1", icon: Dental, title: "Years of Experience", value: "20+" },
{ id: "m1", icon: Tooth, title: "Years of Experience", value: "20+" },
{ id: "m2", icon: Smile, title: "Satisfied Patients", value: "5000+" },
{ id: "m3", icon: Award, title: "Successful Treatments", value: "98%" }
]}
@@ -139,8 +138,8 @@ export default function HomePage() {
title="Book Your Appointment Today!"
description="Our friendly team is here to help you schedule a visit that fits your family's busy schedule. Contact us now to begin your journey to optimal oral health."
buttons={[
{ text: "Book Online", href: "/contact", Component: Link },
{ text: "Call Us", href: "tel:+971501234567", Component: Link }
{ text: "Book Online", href: "/contact" },
{ text: "Call Us", href: "tel:+971501234567" }
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
@@ -155,7 +154,6 @@ export default function HomePage() {
{ items: footerNavItemsColumn2.map(item => ({...item, Component: Link})) },
{ items: footerNavItemsColumn3.map(item => ({...item, Component: Link})) }
]}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>

View File

@@ -57,7 +57,6 @@ export default function RootCanalsPage() {
<div id="about-root-canals" data-section="about-root-canals">
<TextAbout
title="Gentle & Effective Root Canal Treatment"
description="Root canal treatment can save a tooth that is badly infected or decayed, relieving pain and preventing further complications. Our experienced endodontists ensure a comfortable and effective procedure using advanced techniques to preserve your natural tooth."
useInvertedBackground={false}
/>
</div>
@@ -100,7 +99,6 @@ export default function RootCanalsPage() {
{ items: footerNavItemsColumn2.map(item => ({...item, Component: Link})) },
{ items: footerNavItemsColumn3.map(item => ({...item, Component: Link})) }
]}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>