diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 954ad19..4c6a89c 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -20,20 +20,14 @@ export default function HomePage() {
title="Excellence in Dental Care at Reiko Dental Clinic"
description="Providing English-friendly professional dental care for local and international residents in Tokyo. Comprehensive treatment plans tailored to your specific needs."
primaryButton={{
- text: "Book Appointment",
- href: "#contact",
- }}
+ text: "Book Appointment", href: "#contact"}}
secondaryButton={{
- text: "View Services",
- href: "#services",
- }}
+ text: "View Services", href: "#services"}}
items={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg"},
]}
/>
@@ -55,29 +49,17 @@ export default function HomePage() {
description="We specialize in patient-centered dentistry, utilizing modern technology and transparent communication to guide your dental journey."
items={[
{
- title: "Comprehensive Orthodontics",
- tags: [
- "Straight Teeth",
- "Alignment",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-licking-teeth-with-metal-braces_651396-2568.jpg",
- },
+ title: "Comprehensive Orthodontics", tags: [
+ "Straight Teeth", "Alignment"],
+ imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-licking-teeth-with-metal-braces_651396-2568.jpg"},
{
- title: "Preventive Care",
- tags: [
- "Cleaning",
- "Hygiene",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-with-short-haircut-front-mirror-bathroom-full-sunlight-brush-her-teeth_633478-3006.jpg",
- },
+ title: "Preventive Care", tags: [
+ "Cleaning", "Hygiene"],
+ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-with-short-haircut-front-mirror-bathroom-full-sunlight-brush-her-teeth_633478-3006.jpg"},
{
- title: "Cosmetic Enhancements",
- tags: [
- "Whitening",
- "Esthetics",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29134.jpg",
- },
+ title: "Cosmetic Enhancements", tags: [
+ "Whitening", "Esthetics"],
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29134.jpg"},
]}
/>
@@ -91,40 +73,19 @@ export default function HomePage() {
description="From emergency care to elective cosmetic procedures, we offer a full spectrum of dental services."
items={[
{
- title: "Orthodontics",
- description: "Precision alignment.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-teenage-girl_23-2149085889.jpg",
- },
+ title: "Orthodontics", description: "Precision alignment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-teenage-girl_23-2149085889.jpg"},
{
- title: "Cosmetic Care",
- description: "Brighten your smile.",
- imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-mirror-dental-office_23-2148085333.jpg",
- },
+ title: "Cosmetic Care", description: "Brighten your smile.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-mirror-dental-office_23-2148085333.jpg"},
{
- title: "Implant Surgery",
- description: "Permanent solutions.",
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-dental-implant-machine-implantology-procedure_651396-3118.jpg",
- },
+ title: "Implant Surgery", description: "Permanent solutions.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-dental-implant-machine-implantology-procedure_651396-3118.jpg"},
{
- title: "Pediatric Care",
- description: "Gentle for kids.",
- imageSrc: "http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9353.jpg",
- },
+ title: "Pediatric Care", description: "Gentle for kids.", imageSrc: "http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9353.jpg"},
{
- title: "Hygiene Services",
- description: "Complete cleaning.",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9769.jpg",
- },
+ title: "Hygiene Services", description: "Complete cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9769.jpg"},
{
- title: "Endodontics",
- description: "Root canal specialists.",
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2955.jpg",
- },
+ title: "Endodontics", description: "Root canal specialists.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2955.jpg"},
{
- title: "Emergency Care",
- description: "Immediate support.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18584.jpg",
- },
+ title: "Emergency Care", description: "Immediate support.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18584.jpg"},
]}
/>
@@ -138,20 +99,11 @@ export default function HomePage() {
description="Consistently providing high-quality care with a focus on patient comfort."
metrics={[
{
- icon: Smile,
- title: "Happy Patients",
- value: "1000+",
- },
+ icon: "Smile", title: "Happy Patients", value: "1000+"},
{
- icon: Award,
- title: "Years Experience",
- value: "15+",
- },
+ icon: "Award", title: "Years Experience", value: "15+"},
{
- icon: CheckCircle,
- title: "Treatments Completed",
- value: "5000+",
- },
+ icon: "CheckCircle", title: "Treatments Completed", value: "5000+"},
]}
/>
@@ -162,27 +114,16 @@ export default function HomePage() {
@@ -193,37 +134,18 @@ export default function HomePage() {
@@ -234,23 +156,16 @@ export default function HomePage() {
@@ -262,13 +177,9 @@ export default function HomePage() {
tag="Book Now"
text="Ready to improve your smile? Schedule an appointment today at our Minato City clinic."
primaryButton={{
- text: "Call +81 3-5114-6077",
- href: "tel:+81351146077",
- }}
+ text: "Call +81 3-5114-6077", href: "tel:+81351146077"}}
secondaryButton={{
- text: "Send a Message",
- href: "#",
- }}
+ text: "Send a Message", href: "#"}}
/>