Merge version_1 into main #1
163
src/app/page.tsx
163
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
name: "Why Us", id: "why-us"},
|
||||
{
|
||||
name: "Booking",
|
||||
id: "booking",
|
||||
},
|
||||
name: "Booking", id: "booking"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dr. Sakou Aymen"
|
||||
/>
|
||||
@@ -58,19 +48,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Dr. Sakou Aymen Dental Clinic"
|
||||
description="Your smile is our priority. Experience professional dental surgery and cosmetic dentistry in the heart of Bouira."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Book Appointment", href: "#booking"},
|
||||
{
|
||||
text: "Contact on WhatsApp",
|
||||
href: "https://wa.me/0657898654",
|
||||
},
|
||||
text: "Contact on WhatsApp", href: "https://wa.me/0657898654"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/positive-bearded-male-doctor-smiling-points-away-space-text-white-background-attractive-intern-wearing-uniform-looking-confident-isolated_574295-6094.jpg"
|
||||
imageAlt="Professional dentist at Dr. Sakou Aymen Dental Clinic"
|
||||
@@ -86,34 +71,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Teeth Whitening",
|
||||
description: "Professional treatments for a brighter, more confident smile.",
|
||||
},
|
||||
title: "Teeth Whitening", description: "Professional treatments for a brighter, more confident smile."},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Orthodontics",
|
||||
description: "Advanced alignment solutions for perfectly straight teeth.",
|
||||
},
|
||||
title: "Orthodontics", description: "Advanced alignment solutions for perfectly straight teeth."},
|
||||
{
|
||||
icon: Feather,
|
||||
title: "Dental Cleaning",
|
||||
description: "Preventive care to ensure optimal oral hygiene.",
|
||||
},
|
||||
title: "Dental Cleaning", description: "Preventive care to ensure optimal oral hygiene."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Dental Implants",
|
||||
description: "High-quality restoration services for missing teeth.",
|
||||
},
|
||||
title: "Dental Implants", description: "High-quality restoration services for missing teeth."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Cavities Treatment",
|
||||
description: "Restorative care to save your natural teeth.",
|
||||
},
|
||||
title: "Cavities Treatment", description: "Restorative care to save your natural teeth."},
|
||||
{
|
||||
icon: Crown,
|
||||
title: "Dental Crowns",
|
||||
description: "Custom fit crowns for structure and aesthetics.",
|
||||
},
|
||||
title: "Dental Crowns", description: "Custom fit crowns for structure and aesthetics."},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive dental care designed to keep your smile healthy and radiant."
|
||||
@@ -127,19 +100,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Settings,
|
||||
label: "Modern Tech",
|
||||
value: "Advanced",
|
||||
},
|
||||
label: "Modern Tech", value: "Advanced"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Sterilization",
|
||||
value: "Full",
|
||||
},
|
||||
label: "Sterilization", value: "Full"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Expert Team",
|
||||
value: "Certified",
|
||||
},
|
||||
label: "Expert Team", value: "Certified"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -152,31 +119,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Sterility",
|
||||
items: [
|
||||
"Top equipment",
|
||||
"Clean facility",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Sterility", items: [
|
||||
"Top equipment", "Clean facility"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99%",
|
||||
title: "Comfort",
|
||||
items: [
|
||||
"Organized visits",
|
||||
"Patient care",
|
||||
],
|
||||
id: "m2", value: "99%", title: "Comfort", items: [
|
||||
"Organized visits", "Patient care"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
items: [
|
||||
"WhatsApp active",
|
||||
"Fast response",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "Support", items: [
|
||||
"WhatsApp active", "Fast response"],
|
||||
},
|
||||
]}
|
||||
title="Our Patient Promise"
|
||||
@@ -187,32 +139,18 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardTag="Patient Stories"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ahmed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-looking-camera-while-standing-corridor-hospital-team-doctors-is-background_637285-729.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-looking-camera-while-standing-corridor-hospital-team-doctors-is-background_637285-729.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Karim Bouira",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-stretching-hands-with-pleased-face-feels-tired-sits_1258-200109.jpg",
|
||||
},
|
||||
id: "2", name: "Karim Bouira", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-stretching-hands-with-pleased-face-feels-tired-sits_1258-200109.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amira H.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-checking-her-teeth-mirror_107420-74171.jpg",
|
||||
},
|
||||
id: "3", name: "Amira H.", imageSrc: "http://img.b2bpic.net/free-photo/patient-checking-her-teeth-mirror_107420-74171.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Yacine B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-taking-face-mask-off_23-2148665443.jpg",
|
||||
},
|
||||
id: "4", name: "Yacine B.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-taking-face-mask-off_23-2148665443.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Z.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-headphones-smiling-beige-wall_176420-2695.jpg",
|
||||
},
|
||||
id: "5", name: "Fatima Z.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-headphones-smiling-beige-wall_176420-2695.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Patients Say"
|
||||
cardAnimation="slide-up"
|
||||
@@ -223,16 +161,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Booking"
|
||||
title="Start Your Smile Today"
|
||||
description="Ready for your next checkup? Contact us to schedule an appointment through WhatsApp."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact on WhatsApp",
|
||||
href: "https://wa.me/0657898654",
|
||||
},
|
||||
text: "Contact on WhatsApp", href: "https://wa.me/0657898654"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -241,16 +176,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Location"
|
||||
title="Visit Us In Bouira"
|
||||
description="Located in Hai El Thawra, Bouira. We are ready to serve you with professional dentistry."
|
||||
buttons={[
|
||||
{
|
||||
text: "Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -259,38 +191,25 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Clinic",
|
||||
items: [
|
||||
title: "Clinic", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "About Us", href: "#why-us"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/0657898654",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/0657898654"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:aymensakou1@gmail.com",
|
||||
},
|
||||
label: "Email", href: "mailto:aymensakou1@gmail.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Hai El Thawra, Bouira",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Hai El Thawra, Bouira", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user