Update src/app/page.tsx
This commit is contained in:
219
src/app/page.tsx
219
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Latros Dental"
|
||||
/>
|
||||
@@ -50,82 +44,53 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Pain-Free Dentist in Bodija, Ibadan. Same-Day Appointments Available."
|
||||
description="Latros Dental & Medical Hub. Sustaining The Health Of Nations...."
|
||||
kpis={[
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Exp",
|
||||
},
|
||||
value: "10+", label: "Years Exp"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Care",
|
||||
},
|
||||
value: "100%", label: "Care"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Service",
|
||||
},
|
||||
value: "24/7", label: "Service"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book on WhatsApp",
|
||||
href: "https://wa.me/2348033583335",
|
||||
},
|
||||
text: "Book on WhatsApp", href: "https://wa.me/2348033583335"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="modern dental clinic dentist"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg",
|
||||
alt: "Attractive brunette female on a dentist chair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg", alt: "Attractive brunette female on a dentist chair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beuatiful-female-dentist-posing-smiling-with-her-lovely-patient-laying-dental-chair-redviolet-dress_627829-9777.jpg",
|
||||
alt: "Beuatiful female dentist posing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beuatiful-female-dentist-posing-smiling-with-her-lovely-patient-laying-dental-chair-redviolet-dress_627829-9777.jpg", alt: "Beuatiful female dentist posing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/afro-girl-dental-chair-with-dentist-assistant-around_651396-1409.jpg",
|
||||
alt: "Afro girl in dental chair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/afro-girl-dental-chair-with-dentist-assistant-around_651396-1409.jpg", alt: "Afro girl in dental chair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-check-up_1098-1512.jpg",
|
||||
alt: "Young woman receiving dental check-up",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-check-up_1098-1512.jpg", alt: "Young woman receiving dental check-up"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-isolated-portrait-cheerful-happy-young-man-with-afro-hairstyle-casual-white-t-shirt-smiling-brightly-looking-camera-with-excited-joyful-expression_176420-12985.jpg",
|
||||
alt: "Cheerful happy young man with afro hairstyle",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-isolated-portrait-cheerful-happy-young-man-with-afro-hairstyle-casual-white-t-shirt-smiling-brightly-looking-camera-with-excited-joyful-expression_176420-12985.jpg", alt: "Cheerful happy young man with afro hairstyle"},
|
||||
]}
|
||||
avatarText="Join 5000+ satisfied patients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Professional Care",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Professional Care", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Affordable Pricing",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Affordable Pricing", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Modern Equipment",
|
||||
icon: Activity,
|
||||
type: "text-icon", text: "Modern Equipment", icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Oriented",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Family Oriented", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Emergency Support",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Emergency Support", icon: Heart,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -136,6 +101,7 @@ export default function LandingPage() {
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[]}
|
||||
title="10% DISCOUNT FOR THIS FESTIVE PERIOD STARTING FROM NOVEMBER"
|
||||
description="Book your appointment early to take advantage of our holiday season offer."
|
||||
/>
|
||||
@@ -149,40 +115,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Oral Consultation",
|
||||
description: "Expert dental diagnosis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-guy-visiting-dentist-s-office-prevention-oral-cavity-man-famale-doctor-while-checkup-teeth_1157-42062.jpg",
|
||||
},
|
||||
title: "Oral Consultation", description: "Expert dental diagnosis.", imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-guy-visiting-dentist-s-office-prevention-oral-cavity-man-famale-doctor-while-checkup-teeth_1157-42062.jpg"},
|
||||
{
|
||||
title: "Scaling & Polishing",
|
||||
description: "Advanced plaque removal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66780.jpg",
|
||||
},
|
||||
title: "Scaling & Polishing", description: "Advanced plaque removal.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66780.jpg"},
|
||||
{
|
||||
title: "Filling",
|
||||
description: "Professional cavity restoration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-assistant-care-background-adult_1303-1836.jpg",
|
||||
},
|
||||
title: "Filling", description: "Professional cavity restoration.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-assistant-care-background-adult_1303-1836.jpg"},
|
||||
{
|
||||
title: "Curettage",
|
||||
description: "Deep cleaning treatment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-teeth-with-mouth-mirror_107420-65279.jpg",
|
||||
},
|
||||
title: "Curettage", description: "Deep cleaning treatment.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-teeth-with-mouth-mirror_107420-65279.jpg"},
|
||||
{
|
||||
title: "Extraction",
|
||||
description: "Safe dental removal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-woman-teeth-with-diagnostic-microscope_651396-1870.jpg",
|
||||
},
|
||||
title: "Extraction", description: "Safe dental removal.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-woman-teeth-with-diagnostic-microscope_651396-1870.jpg"},
|
||||
{
|
||||
title: "Dentures",
|
||||
description: "Custom dental appliances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-fig-fruits-home_23-2150304445.jpg",
|
||||
},
|
||||
title: "Dentures", description: "Custom dental appliances.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-fig-fruits-home_23-2150304445.jpg"},
|
||||
{
|
||||
title: "Fluoride treatment",
|
||||
description: "Enamel health support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-eating-yogurt_1301-2362.jpg",
|
||||
},
|
||||
title: "Fluoride treatment", description: "Enamel health support.", imageSrc: "http://img.b2bpic.net/free-photo/female-eating-yogurt_1301-2362.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive dental care for your entire family."
|
||||
@@ -196,16 +141,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Daily Hours",
|
||||
value: "8:30AM - 5:00PM",
|
||||
icon: Clock,
|
||||
id: "1", title: "Daily Hours", value: "8:30AM - 5:00PM", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Saturday",
|
||||
value: "9:00AM - 2:00PM",
|
||||
icon: Calendar,
|
||||
id: "2", title: "Saturday", value: "9:00AM - 2:00PM", icon: Calendar,
|
||||
},
|
||||
]}
|
||||
title="Hours of Operation"
|
||||
@@ -219,20 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer same-day appointments?",
|
||||
content: "Yes, we prioritize emergency cases and routine visits same-day.",
|
||||
},
|
||||
id: "1", title: "Do you offer same-day appointments?", content: "Yes, we prioritize emergency cases and routine visits same-day."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash and bank transfers via our official accounts.",
|
||||
},
|
||||
id: "2", title: "What payment methods do you accept?", content: "We accept cash and bank transfers via our official accounts."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is your clinic accessible?",
|
||||
content: "Yes, we are located conveniently in Bodija.",
|
||||
},
|
||||
id: "3", title: "Is your clinic accessible?", content: "Yes, we are located conveniently in Bodija."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Learn more about our dental care process."
|
||||
@@ -250,16 +180,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Happy Patients",
|
||||
value: "5000+",
|
||||
icon: Smile,
|
||||
id: "1", title: "Happy Patients", value: "5000+", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Years Service",
|
||||
value: "10+",
|
||||
icon: Award,
|
||||
id: "2", title: "Years Service", value: "10+", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -274,45 +198,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
handle: "@sarah",
|
||||
testimonial: "Excellent service and painless treatment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18574.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah", handle: "@sarah", testimonial: "Excellent service and painless treatment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18574.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tunde",
|
||||
handle: "@tunde",
|
||||
testimonial: "Very professional and friendly staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-cheerful-dark-skinned-american-man-with-curly-hair-white-t-shirt-leather-jacket-smiling-brightly-looking-camera-with-happy-excited-face-expression_176420-12963.jpg",
|
||||
},
|
||||
id: "2", name: "Tunde", handle: "@tunde", testimonial: "Very professional and friendly staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-cheerful-dark-skinned-american-man-with-curly-hair-white-t-shirt-leather-jacket-smiling-brightly-looking-camera-with-happy-excited-face-expression_176420-12963.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Funke",
|
||||
handle: "@funke",
|
||||
testimonial: "Best dental hub in Ibadan.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-old-woman_23-2149031323.jpg",
|
||||
},
|
||||
id: "3", name: "Funke", handle: "@funke", testimonial: "Best dental hub in Ibadan.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-worker-taking-care-old-woman_23-2149031323.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bayo",
|
||||
handle: "@bayo",
|
||||
testimonial: "Quick and effective treatment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
},
|
||||
id: "4", name: "Bayo", handle: "@bayo", testimonial: "Quick and effective treatment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chidi",
|
||||
handle: "@chidi",
|
||||
testimonial: "Highly recommend their services.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-patient_23-2149941524.jpg",
|
||||
},
|
||||
id: "5", name: "Chidi", handle: "@chidi", testimonial: "Highly recommend their services.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-patient_23-2149941524.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Patient Reviews"
|
||||
@@ -327,15 +226,9 @@ export default function LandingPage() {
|
||||
description="No. 100 U.I Bodija Road Opp, Preboye Complex. Phone: 08033583335 | 07062999641"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email Address"},
|
||||
]}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-tools_107420-74183.jpg"
|
||||
@@ -347,29 +240,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/2348033583335",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/2348033583335"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:latrosdentalmedhub@gmail.com",
|
||||
},
|
||||
label: "Email", href: "mailto:latrosdentalmedhub@gmail.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user