4 Commits

Author SHA1 Message Date
226897cb07 Switch to version 1: modified src/app/styles/variables.css 2026-04-26 09:45:16 +00:00
65527861ed Switch to version 1: modified src/app/page.tsx 2026-04-26 09:45:16 +00:00
1fd2b46b91 Switch to version 3: modified src/app/page.tsx 2026-04-26 09:44:44 +00:00
9d8357b01e Merge version_4 into main
Merge version_4 into main
2026-04-26 09:42:56 +00:00
2 changed files with 231 additions and 53 deletions

View File

@@ -31,14 +31,22 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "features" },
{ name: "About", id: "about" },
{ name: "Team", id: "team" },
{ name: "Reviews", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Location", id: "location" },
{ name: "Contact", id: "contact" },
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "features",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Latros Dental"
/>
@@ -49,15 +57,36 @@ export default function LandingPage() {
logoText="Latros Dental & Medical Hub"
description="Pain-Free Dentist in Bodija, Ibadan. Same-Day Appointments Available."
buttons={[
{ text: "Book on WhatsApp", href: "https://wa.me/2348033583335" },
{
text: "Book on WhatsApp",
href: "https://wa.me/2348033583335",
},
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-video-woman-dentist-preparing-stomatology-chair-equipment-oral-care-dental-examination-cabinet-teethcare-specialist-working-with-dentistry-tools-checkup_482257-38492.jpg", imageAlt: "Dental chair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-medical-tools_23-2149371263.jpg", imageAlt: "Dental tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/table-sofa-rug-office_23-2147650961.jpg", imageAlt: "Clinic lobby" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-clinic_107420-65271.jpg", imageAlt: "Friendly dentist" },
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg", imageAlt: "Teeth cleaning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3157.jpg", imageAlt: "Medical hub exterior" },
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-video-woman-dentist-preparing-stomatology-chair-equipment-oral-care-dental-examination-cabinet-teethcare-specialist-working-with-dentistry-tools-checkup_482257-38492.jpg",
imageAlt: "Dental chair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-medical-tools_23-2149371263.jpg",
imageAlt: "Dental tools",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/table-sofa-rug-office_23-2147650961.jpg",
imageAlt: "Clinic lobby",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-clinic_107420-65271.jpg",
imageAlt: "Friendly dentist",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg",
imageAlt: "Teeth cleaning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3157.jpg",
imageAlt: "Medical hub exterior",
},
]}
/>
</div>
@@ -67,12 +96,42 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Teeth Cleaning", description: "Professional cleaning starting at ₦15,000.", imageSrc: "http://img.b2bpic.net/free-photo/girl-lying-chair-while-dentist-keeping-ultraviolet-tool_651396-1395.jpg", imageAlt: "Cleaning" },
{ title: "Root Canal", description: "Pain-free root canal treatments.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-19475.jpg", imageAlt: "Root canal" },
{ title: "Braces/Orthodontics", description: "Straighten your teeth effectively.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-licking-teeth-with-metal-braces_651396-2568.jpg", imageAlt: "Braces" },
{ title: "Teeth Whitening", description: "Brighten your smile naturally.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-performing-teeth-whitening_23-2148396218.jpg", imageAlt: "Whitening" },
{ title: "Tooth Extraction", description: "Safe and painless extractions.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-tools_23-2149372294.jpg", imageAlt: "Extraction" },
{ title: "Dental Implants", description: "Advanced replacement solutions.", imageSrc: "http://img.b2bpic.net/free-photo/dentists-holding-dental-tools_107420-65578.jpg", imageAlt: "Implants" },
{
title: "Teeth Cleaning",
description: "Professional cleaning starting at ₦15,000.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-lying-chair-while-dentist-keeping-ultraviolet-tool_651396-1395.jpg",
imageAlt: "Cleaning",
},
{
title: "Root Canal",
description: "Pain-free root canal treatments.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-19475.jpg",
imageAlt: "Root canal",
},
{
title: "Braces/Orthodontics",
description: "Straighten your teeth effectively.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-licking-teeth-with-metal-braces_651396-2568.jpg",
imageAlt: "Braces",
},
{
title: "Teeth Whitening",
description: "Brighten your smile naturally.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-performing-teeth-whitening_23-2148396218.jpg",
imageAlt: "Whitening",
},
{
title: "Tooth Extraction",
description: "Safe and painless extractions.",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-tools_23-2149372294.jpg",
imageAlt: "Extraction",
},
{
title: "Dental Implants",
description: "Advanced replacement solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/dentists-holding-dental-tools_107420-65578.jpg",
imageAlt: "Implants",
},
]}
title="Our Dental Services"
description="Professional dental care at affordable rates."
@@ -85,9 +144,18 @@ export default function LandingPage() {
title="About Our Clinic"
description="Latros Dental & Medical Hub provides world-class dental services in Bodija, Ibadan. We are committed to pain-free experiences."
metrics={[
{ value: "10+", title: "Years Experience" },
{ value: "5k+", title: "Happy Patients" },
{ value: "24/7", title: "Dental Care" },
{
value: "10+",
title: "Years Experience",
},
{
value: "5k+",
title: "Happy Patients",
},
{
value: "24/7",
title: "Dental Care",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/realistic-scene-with-health-worker-taking-care-elderly-patient_23-2151231453.jpg"
imageAlt="About Clinic"
@@ -100,12 +168,27 @@ export default function LandingPage() {
<TeamCardTen
useInvertedBackground={false}
title="Our Expert Doctors"
tag="Clinical Experts"
tag="Qualified Team"
membersAnimation="slide-up"
members={[
{ id: "dr1", name: "Dr. Adebayo (Orthodontist)", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg", imageAlt: "Dr. Adebayo" },
{ id: "dr2", name: "Dr. Smith (General Dentistry)", imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-confident-experienced-middle-aged-female-doctor-with-short-blonde-haircut-looking-with-happy-smile_343059-4054.jpg", imageAlt: "Dr. Smith" },
{ id: "dr3", name: "Dr. Okafor (Implant Specialist)", imageSrc: "http://img.b2bpic.net/free-photo/group-medics-with-clipboard-discussing-along-hospital-corridor-doctor-nurse-briefing-medical-report_657921-65.jpg", imageAlt: "Dr. Okafor" },
{
id: "dr1",
name: "Dr. Adebayo",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg",
imageAlt: "Doctor 1",
},
{
id: "dr2",
name: "Dr. Smith",
imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-confident-experienced-middle-aged-female-doctor-with-short-blonde-haircut-looking-with-happy-smile_343059-4054.jpg",
imageAlt: "Doctor 2",
},
{
id: "dr3",
name: "Dr. Okafor",
imageSrc: "http://img.b2bpic.net/free-photo/group-medics-with-clipboard-discussing-along-hospital-corridor-doctor-nurse-briefing-medical-report_657921-65.jpg",
imageAlt: "Doctor 3",
},
]}
memberVariant="card"
/>
@@ -117,12 +200,43 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Tunde S.", handle: "@patient", testimonial: "Best dental clinic in Ibadan. Pain-free treatment!" },
{ id: "t2", name: "Fola A.", handle: "@patient", testimonial: "Very professional and friendly staff." },
{ id: "t3", name: "Chioma K.", handle: "@patient", testimonial: "Teeth cleaning was affordable and fast." },
{ id: "t4", name: "Segun O.", handle: "@patient", testimonial: "Highly recommended for braces." },
{
id: "t1",
name: "Tunde S.",
handle: "@patient",
testimonial: "Best dental clinic in Ibadan. Pain-free treatment!",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-happy-face-portrait-close-up_53876-139608.jpg",
},
{
id: "t2",
name: "Fola A.",
handle: "@patient",
testimonial: "Very professional and friendly staff.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-doctor-his-female-patient-shaking-hands-after-medical-appointment-clinic_637285-421.jpg",
},
{
id: "t3",
name: "Chioma K.",
handle: "@patient",
testimonial: "Teeth cleaning was affordable and fast.",
imageSrc: "http://img.b2bpic.net/free-photo/five-golden-stars-inside-white-message-box-client-excellent-evaluation-by-3d-render_616485-27.jpg",
},
{
id: "t4",
name: "Segun O.",
handle: "@patient",
testimonial: "Highly recommended for braces.",
imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-121002.jpg",
},
{
id: "t5",
name: "Mary J.",
handle: "@patient",
testimonial: "Great experience, very hygienic.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-woman-keeps-hands-collar-jumper-smiles-gladfully-feels-very-happy-has-combed-hair-isolated-vivid-yellow-background-people-authentic-emotions-concept_273609-57297.jpg",
},
]}
title="Patient Reviews"
title="What Our Patients Say"
description="Real feedback from our satisfied dental patients."
/>
</div>
@@ -132,12 +246,25 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "What are your opening hours?", content: "Mon-Fri 8:30am-6:00pm, Sat 8:00am-2:00pm." },
{ id: "f2", title: "Is same-day appointment possible?", content: "Yes, please contact us via WhatsApp to check availability." },
{ id: "f3", title: "Do you accept insurance?", content: "We work with multiple major HMO providers in Nigeria." },
{
id: "f1",
title: "Opening Hours?",
content: "Mon-Fri 8:30am-6:00pm, Sat 8:00am-2:00pm.",
},
{
id: "f2",
title: "Where are you located?",
content: "100 U.I Bodija Road, Opposite Preboye Complex.",
},
{
id: "f3",
title: "How to book?",
content: "Message us on WhatsApp.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/no-people-empty-hospital-reception-waiting-room-medical-facility-with-healthcare-service-cure-patients-with-disease-nobody-clinic-lobby-waiting-area-covid-19-pandemic_482257-46054.jpg"
title="Frequently Asked Questions"
description="Common questions about our medical hub."
description="Common questions about our services."
faqsAnimation="slide-up"
/>
</div>
@@ -148,24 +275,53 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "loc1", value: "Bodija", title: "Location", items: ["100 U.I Bodija Road", "Opposite Preboye Complex", "Ibadan, Oyo State"] },
{ id: "loc2", value: "Map", title: "Find Us", items: ["Google Maps: Latros Dental & Medical Hub", "Open daily for walk-ins"] },
{
id: "loc1",
value: "Bodija",
title: "Address",
items: [
"100 U.I Bodija Road",
"Opposite Preboye Complex",
],
},
{
id: "loc2",
value: "Phones",
title: "Contact",
items: [
"08033583335",
"07062699641",
],
},
]}
title="Our Location"
description="Conveniently situated in the heart of Bodija, Ibadan."
title="Clinic Info"
description="Find us in Bodija, Ibadan."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Book Your Appointment"
description="Get a healthier, brighter smile today."
title="Book Your Visit"
description="Ready to get a healthier smile? Message us now."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "phone", type: "tel", placeholder: "WhatsApp Phone Number", required: true },
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
},
]}
textarea={{ name: "msg", placeholder: "Describe your dental need or concerns..." }}
textarea={{
name: "msg",
placeholder: "Details of your visit",
}}
imageSrc="http://img.b2bpic.net/free-photo/african-american-patient-filling-report-papers-talking-receptionist-hospital-reception-counter-woman-writing-medical-form-before-checkup-appointment-with-doctor-health-center_482257-51637.jpg"
/>
</div>
@@ -173,15 +329,37 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#features" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
{ title: "Contact", items: [{ label: "WhatsApp", href: "https://wa.me/2348033583335" }, { label: "Call", href: "tel:08033583335" }] },
{
title: "Links",
items: [
{
label: "Services",
href: "#features",
},
{
label: "About",
href: "#about",
},
],
},
{
title: "Contact",
items: [
{
label: "WhatsApp",
href: "https://wa.me/2348033583335",
},
{
label: "Call Us",
href: "tel:08033583335",
},
],
},
]}
logoText="Latros Dental"
copyrightText="© 2025"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -13,9 +13,9 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612;
--primary-cta: #15479c;
--primary-cta: #0077B6;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #0077B6;
--accent: #0077B6;
--background-accent: #e2e2e2;