Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8113a7cad1 | |||
| da12002466 | |||
| 6775e4f294 | |||
| 94a5727d02 | |||
| 406c9a1346 | |||
| c0bc8432be |
172
src/app/page.tsx
172
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Doctor",
|
name: "Doctor", id: "doctor"},
|
||||||
id: "doctor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Klinik Lim WT"
|
brandName="Klinik Lim WT"
|
||||||
/>
|
/>
|
||||||
@@ -54,70 +46,45 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Trusted Pediatric Care for Your Child’s Health"
|
title="Trusted Pediatric Care for Your Child’s Health"
|
||||||
description="Experienced pediatric specialist providing reliable, gentle care for your little ones in the heart of Malacca."
|
description="Experienced pediatric specialist providing reliable, gentle care for your little ones in the heart of Malacca."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:+6062328803"},
|
||||||
href: "tel:+6061234567",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Book Appointment",
|
text: "Book Appointment", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-aa-meeting-space-with-chairs-circle-prepared-group-therapy-nobody-office-decorated-with-furniture-rehabilitation-program-session-with-therapist-treating-alcoholism_482257-27825.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/empty-aa-meeting-space-with-chairs-circle-prepared-group-therapy-nobody-office-decorated-with-furniture-rehabilitation-program-session-with-therapist-treating-alcoholism_482257-27825.jpg"
|
||||||
imageAlt="Klinik Pakar Kanak-kanak Lim WT"
|
imageAlt="Klinik Pakar Kanak-kanak Lim WT"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224182.jpg",
|
src: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224182.jpg", alt: "Parent testimonial 1"},
|
||||||
alt: "Parent testimonial 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-baby_52683-97562.jpg",
|
src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-baby_52683-97562.jpg", alt: "Parent testimonial 2"},
|
||||||
alt: "Parent testimonial 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/waist-up-smiling-mother-father-hugging-their-little-son-while-staying-outdoors-together_132075-10370.jpg",
|
src: "http://img.b2bpic.net/free-photo/waist-up-smiling-mother-father-hugging-their-little-son-while-staying-outdoors-together_132075-10370.jpg", alt: "Parent testimonial 3"},
|
||||||
alt: "Parent testimonial 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-father-daughter_23-2147615879.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-father-daughter_23-2147615879.jpg", alt: "Parent testimonial 4"},
|
||||||
alt: "Parent testimonial 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/take-two-pills-day-you-ll-be-fine_329181-7656.jpg",
|
src: "http://img.b2bpic.net/free-photo/take-two-pills-day-you-ll-be-fine_329181-7656.jpg", alt: "Parent testimonial 5"},
|
||||||
alt: "Parent testimonial 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by over 500+ happy families"
|
avatarText="Trusted by over 500+ happy families"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Expert Pediatric Care"},
|
||||||
text: "Expert Pediatric Care",
|
{
|
||||||
|
type: "text-icon", text: "Vaccination Programs", icon: Droplet,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "General Check-ups", icon: Activity,
|
||||||
text: "Vaccination Programs",
|
|
||||||
icon: Droplet,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Respiratory Specialists", icon: Activity,
|
||||||
text: "General Check-ups",
|
|
||||||
icon: Activity,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text", text: "Child Development Support"},
|
||||||
text: "Respiratory Specialists",
|
|
||||||
icon: Activity,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Child Development Support",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -129,38 +96,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "s1",
|
id: "s1", title: "General Consultation", author: "Dr. Lim", description: "Comprehensive health assessment for infants, children, and adolescents.", tags: [
|
||||||
title: "General Consultation",
|
"Health", "Care"],
|
||||||
author: "Dr. Lim",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vu1983&_wi=1"},
|
||||||
description: "Comprehensive health assessment for infants, children, and adolescents.",
|
|
||||||
tags: [
|
|
||||||
"Health",
|
|
||||||
"Care",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vu1983&_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s2",
|
id: "s2", title: "Vaccination Services", author: "Nursing Team", description: "Complete immunization programs to protect your child from preventable diseases.", tags: [
|
||||||
title: "Vaccination Services",
|
"Immunity", "Safety"],
|
||||||
author: "Nursing Team",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vu1983&_wi=2"},
|
||||||
description: "Complete immunization programs to protect your child from preventable diseases.",
|
|
||||||
tags: [
|
|
||||||
"Immunity",
|
|
||||||
"Safety",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vu1983&_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s3",
|
id: "s3", title: "Respiratory Care", author: "Dr. Lim", description: "Expert treatment for coughs, asthma, and other respiratory conditions.", tags: [
|
||||||
title: "Respiratory Care",
|
"Expertise", "Treatment"],
|
||||||
author: "Dr. Lim",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vu1983&_wi=3"},
|
||||||
description: "Expert treatment for coughs, asthma, and other respiratory conditions.",
|
|
||||||
tags: [
|
|
||||||
"Expertise",
|
|
||||||
"Treatment",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vu1983&_wi=3",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Specialized Pediatric Services"
|
title="Our Specialized Pediatric Services"
|
||||||
description="We offer a wide range of pediatric medical services to ensure your child grows up healthy and strong."
|
description="We offer a wide range of pediatric medical services to ensure your child grows up healthy and strong."
|
||||||
@@ -186,45 +132,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Caring Doctor", quote: "Dr. Lim is incredibly patient and great with my son. Highly recommend!", name: "Sarah J.", role: "Mother", imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224182.jpg"},
|
||||||
title: "Caring Doctor",
|
|
||||||
quote: "Dr. Lim is incredibly patient and great with my son. Highly recommend!",
|
|
||||||
name: "Sarah J.",
|
|
||||||
role: "Mother",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224182.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Quick Recovery", quote: "The treatment worked wonders. Very thankful for the professional service.", name: "Michael K.", role: "Father", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-baby_52683-97562.jpg"},
|
||||||
title: "Quick Recovery",
|
|
||||||
quote: "The treatment worked wonders. Very thankful for the professional service.",
|
|
||||||
name: "Michael K.",
|
|
||||||
role: "Father",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-baby_52683-97562.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Professional Team", quote: "Clean clinic, short waiting times, and very informative doctor.", name: "Emily R.", role: "Mother", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-smiling-mother-father-hugging-their-little-son-while-staying-outdoors-together_132075-10370.jpg"},
|
||||||
title: "Professional Team",
|
|
||||||
quote: "Clean clinic, short waiting times, and very informative doctor.",
|
|
||||||
name: "Emily R.",
|
|
||||||
role: "Mother",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-smiling-mother-father-hugging-their-little-son-while-staying-outdoors-together_132075-10370.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Great Experience", quote: "Really appreciate the extra time Dr. Lim took to explain everything.", name: "David W.", role: "Father", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-daughter_23-2147615879.jpg"},
|
||||||
title: "Great Experience",
|
|
||||||
quote: "Really appreciate the extra time Dr. Lim took to explain everything.",
|
|
||||||
name: "David W.",
|
|
||||||
role: "Father",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-daughter_23-2147615879.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Reliable Care", quote: "We have been visiting this clinic for years. Always consistent quality.", name: "Jane D.", role: "Mother", imageSrc: "http://img.b2bpic.net/free-photo/take-two-pills-day-you-ll-be-fine_329181-7656.jpg"},
|
||||||
title: "Reliable Care",
|
|
||||||
quote: "We have been visiting this clinic for years. Always consistent quality.",
|
|
||||||
name: "Jane D.",
|
|
||||||
role: "Mother",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/take-two-pills-day-you-ll-be-fine_329181-7656.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Local Families"
|
title="Trusted by Local Families"
|
||||||
description="Hear what our patients and parents have to say about our clinic."
|
description="Hear what our patients and parents have to say about our clinic."
|
||||||
@@ -237,20 +153,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Do I need an appointment?", content: "Yes, we encourage bookings to minimize your wait time, though emergencies are attended to."},
|
||||||
title: "Do I need an appointment?",
|
|
||||||
content: "Yes, we encourage bookings to minimize your wait time, though emergencies are attended to.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "What are your opening hours?", content: "We are open Monday to Friday, 9:00 AM to 6:00 PM."},
|
||||||
title: "What are your opening hours?",
|
|
||||||
content: "We are open Monday to Friday, 9:00 AM to 6:00 PM.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "What conditions do you treat?", content: "We cover a full range of pediatric care including fever, respiratory issues, and check-ups."},
|
||||||
title: "What conditions do you treat?",
|
|
||||||
content: "We cover a full range of pediatric care including fever, respiratory issues, and check-ups.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Common queries regarding our clinic services and procedures."
|
description="Common queries regarding our clinic services and procedures."
|
||||||
@@ -262,8 +169,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Schedule Your Appointment"
|
title="Schedule Your Appointment"
|
||||||
description="Contact us to secure a visit for your child. Our team is ready to assist."
|
description="Contact us to secure a visit for your child. Our team is ready to assist."
|
||||||
buttonText="Send Request"
|
buttonText="Send Request"
|
||||||
@@ -278,13 +184,11 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Phone,
|
icon: Phone,
|
||||||
href: "tel:+6061234567",
|
href: "tel:+6062328803", ariaLabel: "Call us"},
|
||||||
ariaLabel: "Call us",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user