Merge version_1 into main #2
279
src/app/page.tsx
279
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ArrowRight } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
@@ -28,133 +29,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="My Speciality Dental Clinic"
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Book Appointment", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Excellence in Dental Care in Addis Ababa"
|
||||
description="Experience world-class dental care with Dr. Shimelis Assefa. Over 15 years of restoring smiles with precision, comfort, and luxury."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Melat Bahiru",
|
||||
handle: "@melat",
|
||||
testimonial: "Amazing clinic, Dr. Shimelis is the best!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Ana Solomon",
|
||||
handle: "@ana",
|
||||
testimonial: "Excellent service and very professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Hana Mola",
|
||||
handle: "@hana",
|
||||
testimonial: "Pain-free root canal. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
},
|
||||
{
|
||||
name: "Bilen Tefera",
|
||||
handle: "@bilen",
|
||||
testimonial: "Top-tier facility, truly world-class.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
name: "Sara Kebede",
|
||||
handle: "@sara",
|
||||
testimonial: "The best dental experience in Ethiopia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ name: "Melat Bahiru", handle: "@melat", testimonial: "Amazing clinic, Dr. Shimelis is the best!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg" },
|
||||
{ name: "Ana Solomon", handle: "@ana", testimonial: "Excellent service and very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg" },
|
||||
{ name: "Hana Mola", handle: "@hana", testimonial: "Pain-free root canal. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg" },
|
||||
{ name: "Bilen Tefera", handle: "@bilen", testimonial: "Top-tier facility, truly world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg" },
|
||||
{ name: "Sara Kebede", handle: "@sara", testimonial: "The best dental experience in Ethiopia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }, { text: "Our Services", href: "#services" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/watercolor-paint-background-holi-festival_23-2148093754.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg",
|
||||
alt: "Patient 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg",
|
||||
alt: "Patient 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
alt: "Patient 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg",
|
||||
alt: "Patient 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg",
|
||||
alt: "Patient 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg", alt: "Patient 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg", alt: "Patient 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Patient 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg", alt: "Patient 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg", alt: "Patient 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Dentistry",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "15+ Years Experience",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Equipment",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Patient-Centered Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Experience",
|
||||
},
|
||||
{ type: "text", text: "Advanced Dentistry" },
|
||||
{ type: "text", text: "15+ Years Experience" },
|
||||
{ type: "text", text: "Modern Equipment" },
|
||||
{ type: "text", text: "Patient-Centered Care" },
|
||||
{ type: "text", text: "Luxury Experience" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,20 +78,11 @@ export default function LandingPage() {
|
||||
title="Dr. Shimelis Assefa"
|
||||
description="With over 15 years of experience (DDS, MS, FAGD), Dr. Shimelis founded My Speciality Dental Clinic to provide premium, specialized dental solutions in Addis Ababa. Our philosophy blends advanced technology with gentle, patient-centered care to create beautiful, healthy smiles."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Care",
|
||||
description: "15+ years of specialized experience in dental surgery and restorative care.",
|
||||
},
|
||||
{
|
||||
title: "Modern Tech",
|
||||
description: "Equipped with the latest dental technology for precision and safety.",
|
||||
},
|
||||
{
|
||||
title: "Premium Comfort",
|
||||
description: "Designed to provide a luxury, relaxing atmosphere for your comfort.",
|
||||
},
|
||||
{ title: "Expert Care", description: "15+ years of specialized experience in dental surgery and restorative care." },
|
||||
{ title: "Modern Tech", description: "Equipped with the latest dental technology for precision and safety." },
|
||||
{ title: "Premium Comfort", description: "Designed to provide a luxury, relaxing atmosphere for your comfort." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -189,42 +92,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Orthodontics",
|
||||
description: "Transform your smile with customized braces and Invisalign treatment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-dentist-drawing-illustration_23-2151150646.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Oral Surgery",
|
||||
description: "Expert surgical care for extractions and complex dental needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-stethoscope-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-11508.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Pediatric Dentistry",
|
||||
description: "Gentle, child-friendly care to build early healthy smiles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pediatric-dentist-set-with-kids-medical-treatment_1284-27347.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Prosthodontics",
|
||||
description: "Precision restoration for teeth and mouth function replacement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-up-chattering-teeth-toy_53876-32319.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Periodontics",
|
||||
description: "Specialized treatment for gum health and periodontal disease.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29136.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Endodontics",
|
||||
description: "Root canal therapy performed with expert care and precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-medical-symbols_23-2149510237.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{ title: "Orthodontics", description: "Transform your smile with customized braces and Invisalign treatment.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-dentist-drawing-illustration_23-2151150646.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "Oral Surgery", description: "Expert surgical care for extractions and complex dental needs.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-medical-stethoscope-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-11508.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "Pediatric Dentistry", description: "Gentle, child-friendly care to build early healthy smiles.", imageSrc: "http://img.b2bpic.net/free-vector/pediatric-dentist-set-with-kids-medical-treatment_1284-27347.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "Prosthodontics", description: "Precision restoration for teeth and mouth function replacement.", imageSrc: "http://img.b2bpic.net/free-photo/wind-up-chattering-teeth-toy_53876-32319.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "Periodontics", description: "Specialized treatment for gum health and periodontal disease.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29136.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "Endodontics", description: "Root canal therapy performed with expert care and precision.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-medical-symbols_23-2149510237.jpg", buttonIcon: ArrowRight }
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="We offer a comprehensive range of high-end dental procedures to meet all your oral health needs."
|
||||
@@ -238,26 +111,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Melat Bahiru"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg",
|
||||
alt: "Melat",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg",
|
||||
alt: "Ana",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
alt: "Hana",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg",
|
||||
alt: "Kidus",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg",
|
||||
alt: "Helen",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg", alt: "Melat" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg", alt: "Ana" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Hana" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg", alt: "Kidus" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg", alt: "Helen" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -270,25 +128,11 @@ export default function LandingPage() {
|
||||
title="Schedule Your Visit"
|
||||
description="Visit us at Peacelando Realstate, General Winget, Addis Ababa. Our team is ready to provide you with expert care starting from 7:30 AM."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone (+251...)",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone (+251...)", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Service Required...",
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg?_wi=2"
|
||||
textarea={{ name: "message", placeholder: "Service Required...", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -296,35 +140,18 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Clinic",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Appointments",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Clinic", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Services", href: "#services" },
|
||||
{ label: "Appointments", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "+251 91 359 7532",
|
||||
href: "tel:+251913597532",
|
||||
},
|
||||
{
|
||||
label: "General Winget, Addis Ababa",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "+251 91 359 7532", href: "tel:+251913597532" },
|
||||
{ label: "General Winget, Addis Ababa", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="My Speciality Dental Clinic"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user