Compare commits
19 Commits
version_1
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d0f65af5a | |||
| 5f30b87356 | |||
| e6b301d183 | |||
| adfd2ec12a | |||
| d57e8eaf0f | |||
| 99fae02c78 | |||
| f092f1d5b4 | |||
| 87acaa9bba | |||
| 98c7291ac3 | |||
| c0aa5db09c | |||
| 4e6bee50a8 | |||
| 769e74fac6 | |||
| 05585d56b7 | |||
| 26293a5d4c | |||
| 2d825650dd | |||
| 6a5cdf8baa | |||
| cd11fd2984 | |||
| 5208d4ed32 | |||
| affbb96e09 |
233
src/app/page.tsx
233
src/app/page.tsx
@@ -32,31 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dr. Haitham Jichi Clinic"
|
||||
button={{
|
||||
text: "Book Your Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Your Appointment", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,16 +56,12 @@ export default function LandingPage() {
|
||||
tag="⭐ 5.0 stars · 176 reviews on Google · Doha's highest-rated dental clinic"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Meet Dr. Haitham",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Meet Dr. Haitham", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg"
|
||||
imageAlt="Calm, smiling dental patient in a modern dental chair with warm lighting"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOr4rglD5fu7yVqGXlcOSYUkyu/uploaded-1774375112010-scbs00sk.png"
|
||||
imageAlt="Modern dental clinic interior with a smiling patient in a dental chair"
|
||||
textPosition="bottom-left"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -91,29 +75,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
icon: Calendar,
|
||||
title: "15+ Years",
|
||||
value: "Serving Doha families",
|
||||
},
|
||||
id: "years", icon: Calendar,
|
||||
title: "15+ Years", value: "Serving Doha families"},
|
||||
{
|
||||
id: "reviews",
|
||||
icon: Star,
|
||||
title: "176 Reviews",
|
||||
value: "All 5 stars on Google",
|
||||
},
|
||||
id: "reviews", icon: Star,
|
||||
title: "176 Reviews", value: "All 5 stars on Google"},
|
||||
{
|
||||
id: "generations",
|
||||
icon: Users,
|
||||
title: "Generations of Patients",
|
||||
value: "Families trust us for 8–15 years",
|
||||
},
|
||||
id: "generations", icon: Users,
|
||||
title: "Generations of Patients", value: "Families trust us for 8–15 years"},
|
||||
{
|
||||
id: "pain-free",
|
||||
icon: ShieldCheck,
|
||||
title: "Pain-Free Guarantee",
|
||||
value: "Light-handed, always",
|
||||
},
|
||||
id: "pain-free", icon: ShieldCheck,
|
||||
title: "Pain-Free Guarantee", value: "Light-handed, always"},
|
||||
]}
|
||||
title="Experience the Difference"
|
||||
description="Our commitment to patient comfort and lasting care sets us apart."
|
||||
@@ -125,15 +97,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The dentist your whole family will love"
|
||||
description={[
|
||||
"Dr. Haitham Jichi has spent over 15 years building something rare in Doha: a dental practice where patients — from young children to grandparents — actually look forward to their appointments.",
|
||||
"Known for his extraordinarily light hand, his calm demeanor, and his commitment to honest, transparent care, Dr. Haitham takes the time to explain every step, every option, and every concern. His patients don't just stay — they come back for a decade, and they bring their families.",
|
||||
"\"He didn't just fix my tooth. He explained everything, and for the first time, I actually trusted my dentist.\" — Mohammed J., patient (verified Google review)",
|
||||
]}
|
||||
"Dr. Haitham Jichi has spent over 15 years building something rare in Doha: a dental practice where patients — from young children to grandparents — actually look forward to their appointments.", "Known for his extraordinarily light hand, his calm demeanor, and his commitment to honest, transparent care, Dr. Haitham takes the time to explain every step, every option, and every concern. His patients don't just stay — they come back for a decade, and they bring their families.", "\"He didn't just fix my tooth. He explained everything, and for the first time, I actually trusted my dentist.\" — Mohammed J., patient (verified Google review)"]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Dr. Haitham",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Meet Dr. Haitham", href: "#contact"}
|
||||
]}
|
||||
showBorder={false}
|
||||
/>
|
||||
@@ -147,34 +114,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Teeth Cleaning & Check-ups",
|
||||
description: "Thorough, gentle, and always explained clearly.",
|
||||
},
|
||||
title: "Teeth Cleaning & Check-ups", description: "Thorough, gentle, and always explained clearly."},
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Tooth Fillings & Crowns",
|
||||
description: "Seamless restorations that look and feel natural.",
|
||||
},
|
||||
title: "Tooth Fillings & Crowns", description: "Seamless restorations that look and feel natural."},
|
||||
{
|
||||
icon: Scissors,
|
||||
title: "Tooth Extractions",
|
||||
description: "Pain-free, even with stitches — patients are amazed.",
|
||||
},
|
||||
title: "Tooth Extractions", description: "Pain-free, even with stitches — patients are amazed."},
|
||||
{
|
||||
icon: Key,
|
||||
title: "Dental Implants & Dentures",
|
||||
description: "Precision fitting for a confident, lasting smile.",
|
||||
},
|
||||
title: "Dental Implants & Dentures", description: "Precision fitting for a confident, lasting smile."},
|
||||
{
|
||||
icon: LifeBuoy,
|
||||
title: "Emergency Dental Care",
|
||||
description: "Same-day attention when you need it most.",
|
||||
},
|
||||
title: "Emergency Dental Care", description: "Same-day attention when you need it most."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Children's Dentistry",
|
||||
description: "Kids leave happy. Yes, really.",
|
||||
},
|
||||
title: "Children's Dentistry", description: "Kids leave happy. Yes, really."},
|
||||
]}
|
||||
title="Complete dental care, done with precision"
|
||||
description="We offer a full range of gentle, effective dental treatments for your entire family."
|
||||
@@ -189,26 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "light-hands",
|
||||
name: "The lightest hands in Doha",
|
||||
price: "Unmatched Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053286.jpg",
|
||||
imageAlt: "Close-up of gloved hands working gently, warm lighting",
|
||||
},
|
||||
id: "light-hands", name: "The lightest hands in Doha", price: "Unmatched Comfort", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053286.jpg", imageAlt: "Close-up of gloved hands working gently, warm lighting"},
|
||||
{
|
||||
id: "honest",
|
||||
name: "Honest. Always.",
|
||||
price: "Transparent Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-nurse-attractive-doctor-meeting-first-time-medical-board-attractive-woman-medical-specialist-working-together-hospital_662251-147.jpg",
|
||||
imageAlt: "Doctor consulting warmly with a patient, face-to-face",
|
||||
},
|
||||
id: "honest", name: "Honest. Always.", price: "Transparent Care", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-nurse-attractive-doctor-meeting-first-time-medical-board-attractive-woman-medical-specialist-working-together-hospital_662251-147.jpg", imageAlt: "Doctor consulting warmly with a patient, face-to-face"},
|
||||
{
|
||||
id: "family-dentist",
|
||||
name: "Your family's dentist for life",
|
||||
price: "Generations of Trust",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-little-children-have-fun-home_1157-38250.jpg",
|
||||
imageAlt: "Family of different ages smiling, warm editorial style",
|
||||
},
|
||||
id: "family-dentist", name: "Your family's dentist for life", price: "Generations of Trust", imageSrc: "http://img.b2bpic.net/free-photo/mother-little-children-have-fun-home_1157-38250.jpg", imageAlt: "Family of different ages smiling, warm editorial style"},
|
||||
]}
|
||||
title="Why Dr. Haitham Jichi Clinic"
|
||||
description="Patients choose us for a uniquely calm, caring, and trustworthy dental experience."
|
||||
@@ -223,53 +163,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "S.S.",
|
||||
role: "Patient",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
},
|
||||
id: "1", name: "S.S.", role: "Patient", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jamila M.",
|
||||
role: "Patient",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-halal-outdoors_23-2150701565.jpg",
|
||||
},
|
||||
id: "2", name: "Jamila M.", role: "Patient", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-halal-outdoors_23-2150701565.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mariam A.",
|
||||
role: "Patient",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-retired-man-with-chronic-disease-nursing-home_482257-27044.jpg",
|
||||
},
|
||||
id: "3", name: "Mariam A.", role: "Patient", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-retired-man-with-chronic-disease-nursing-home_482257-27044.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mohammed J.",
|
||||
role: "Patient",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-posing_23-2148018652.jpg",
|
||||
},
|
||||
id: "4", name: "Mohammed J.", role: "Patient", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-posing_23-2148018652.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Eman A.",
|
||||
role: "Patient",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-friends-reunited_23-2149165106.jpg",
|
||||
},
|
||||
id: "5", name: "Eman A.", role: "Patient", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-friends-reunited_23-2149165106.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "M.A.",
|
||||
role: "Patient",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-gorgeous-european-girl-playfully-posing-new-beige-coat_197531-3290.jpg",
|
||||
},
|
||||
id: "6", name: "M.A.", role: "Patient", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-gorgeous-european-girl-playfully-posing-new-beige-coat_197531-3290.jpg"},
|
||||
]}
|
||||
title="176 five-star reviews. Every single one earned."
|
||||
description="Hear directly from our patients about their exceptional experiences."
|
||||
@@ -280,9 +190,17 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="Ready to book? Appointments fill up fast — Dr. Haitham's schedule is usually full. Don't wait.\n\nPhone: <a href='tel:44685444'>4468 5444</a>\nAddress: Zone 56, 514 St., Villa, Doha, Qatar \nعيادة الدكتور هيثم جشي — الدوحة، قطر\nHours: Open now · Closes 7:30 PM"
|
||||
variant: "plain"}}
|
||||
animationType="entrance-slide"
|
||||
text="Book your appointment. Dr. Haitham's schedule fills fast. Don't wait. Phone: 44685444. "
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:44685444"
|
||||
},
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/gWCz7zTRhgKAvpoX6"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -292,54 +210,33 @@ export default function LandingPage() {
|
||||
imageAlt="Modern dental clinic interior, clean and luxurious"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "Call: 4468 5444",
|
||||
href: "tel:44685444",
|
||||
},
|
||||
label: "Call: 4468 5444", href: "tel:44685444"},
|
||||
{
|
||||
label: "Zone 56, 514 St., Villa, Doha, Qatar",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "Zone 56, 514 St., Villa, Doha, Qatar", href: "https://maps.app.goo.gl/gWCz7zTRhgKAvpoX6"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/dr.haithamjichi",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/dr.haithamjichi"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/97444685444",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/97444685444"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -350,4 +247,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user