Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-17 06:24:24 +00:00

View File

@@ -33,68 +33,43 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="PodologyClinic"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "plain",
}}
variant: "plain"}}
title="Professional Foot & Ankle Care"
description="Providing expert podiatric services to help you walk pain-free. Book your appointment today with our experienced specialists."
buttons={[
{
text: "View Services",
href: "#services",
},
text: "View Services", href: "#services"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-osteopathic-therapist-checking-female-patient-s-toes_23-2148846626.jpg",
imageAlt: "Clinic care",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-osteopathic-therapist-checking-female-patient-s-toes_23-2148846626.jpg", imageAlt: "Clinic care"},
{
imageSrc: "http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg",
imageAlt: "Clinic care",
},
imageSrc: "http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg", imageAlt: "Clinic care"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780730.jpg",
imageAlt: "Clinic care",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780730.jpg", imageAlt: "Clinic care"},
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg",
imageAlt: "Clinic care",
},
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg", imageAlt: "Clinic care"},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-patient-doctor-looking-camera_1170-2179.jpg",
imageAlt: "Clinic care",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-patient-doctor-looking-camera_1170-2179.jpg", imageAlt: "Clinic care"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-near-window_23-2148253970.jpg",
imageAlt: "Clinic care",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-near-window_23-2148253970.jpg", imageAlt: "Clinic care"},
]}
/>
</div>
@@ -104,49 +79,20 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
animationType="blur-reveal"
products={[
{
id: "s1",
name: "Routine Nail Care",
price: "From $50",
variant: "Check-up",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-dentist-dental-office_627829-9495.jpg",
},
id: "s1", name: "Routine Nail Care", price: "From $50", variant: "Check-up", imageSrc: "http://img.b2bpic.net/free-photo/glasses-dentist-dental-office_627829-9495.jpg"},
{
id: "s2",
name: "Orthotic Consultation",
price: "From $120",
variant: "Custom fit",
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4428.jpg",
},
id: "s2", name: "Orthotic Consultation", price: "From $120", variant: "Custom fit", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4428.jpg"},
{
id: "s3",
name: "Ingrown Nail Removal",
price: "From $80",
variant: "Procedure",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-medical-equipment_23-2149283805.jpg",
},
id: "s3", name: "Ingrown Nail Removal", price: "From $80", variant: "Procedure", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-medical-equipment_23-2149283805.jpg"},
{
id: "s4",
name: "Corn & Callus Removal",
price: "From $60",
variant: "Comfort",
imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-performs-ultrasound-therapy-female-patient-knee-joint-rehabilitation_169016-71516.jpg",
},
id: "s4", name: "Corn & Callus Removal", price: "From $60", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-performs-ultrasound-therapy-female-patient-knee-joint-rehabilitation_169016-71516.jpg"},
{
id: "s5",
name: "Sports Injury Therapy",
price: "From $90",
variant: "Rehab",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-nail-polish-bottle_23-2148879280.jpg",
},
id: "s5", name: "Sports Injury Therapy", price: "From $90", variant: "Rehab", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-nail-polish-bottle_23-2148879280.jpg"},
{
id: "s6",
name: "Diabetic Foot Care",
price: "From $70",
variant: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/heart-rate-monitor_93675-128308.jpg",
},
id: "s6", name: "Diabetic Foot Care", price: "From $70", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/heart-rate-monitor_93675-128308.jpg"},
]}
title="Our Clinical Services"
description="Comprehensive care for your foot and ankle needs."
@@ -158,18 +104,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Specialists in ",
},
type: "text", content: "Specialists in "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/patient-receiving-medical-treatment-from-doctor-checkup-visit-medic-giving-bottle-pills-prescription-paper-medicine-against-sickness-adult-specialist-giving-medication_482257-42660.jpg",
alt: "Clinic",
},
type: "image", src: "http://img.b2bpic.net/free-photo/patient-receiving-medical-treatment-from-doctor-checkup-visit-medic-giving-bottle-pills-prescription-paper-medicine-against-sickness-adult-specialist-giving-medication_482257-42660.jpg", alt: "Clinic"},
{
type: "text",
content: " Foot Health",
},
type: "text", content: " Foot Health"},
]}
/>
</div>
@@ -178,22 +117,17 @@ export default function LandingPage() {
<FeatureHoverPattern
textboxLayout="split"
useInvertedBackground={false}
animationType="blur-reveal"
features={[
{
icon: CheckCircle,
title: "Licensed Professionals",
description: "Board-certified specialists with years of experience.",
},
title: "Licensed Professionals", description: "Board-certified specialists with years of experience."},
{
icon: Shield,
title: "Sterilized Environment",
description: "Maintaining the highest hygiene standards for your safety.",
},
title: "Sterilized Environment", description: "Maintaining the highest hygiene standards for your safety."},
{
icon: Star,
title: "Patient Satisfaction",
description: "Over 10,000 satisfied patients served to date.",
},
title: "Patient Satisfaction", description: "Over 10,000 satisfied patients served to date."},
]}
title="Why Choose Us?"
description="Patient-centered care designed for your specific needs."
@@ -206,20 +140,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do I need a referral?",
content: "No, you do not need a referral to book a consultation.",
},
id: "f1", title: "Do I need a referral?", content: "No, you do not need a referral to book a consultation."},
{
id: "f2",
title: "How long is a session?",
content: "Standard sessions typically last about 30-45 minutes.",
},
id: "f2", title: "How long is a session?", content: "Standard sessions typically last about 30-45 minutes."},
{
id: "f3",
title: "Do you accept insurance?",
content: "We accept major insurance plans; please check with our front desk.",
},
id: "f3", title: "Do you accept insurance?", content: "We accept major insurance plans; please check with our front desk."},
]}
title="Common Questions"
description="Learn more about our practice and care standards."
@@ -235,25 +160,15 @@ export default function LandingPage() {
author="Sarah M."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-women-enjoying-blue-matcha-home_23-2150687587.jpg",
alt: "Sarah",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-women-enjoying-blue-matcha-home_23-2150687587.jpg", alt: "Sarah"},
{
src: "http://img.b2bpic.net/free-photo/patient-getting-nonsurgical-treatment-with-shock-waves-plantar-fasciitis_169016-39478.jpg",
alt: "Mark",
},
src: "http://img.b2bpic.net/free-photo/patient-getting-nonsurgical-treatment-with-shock-waves-plantar-fasciitis_169016-39478.jpg", alt: "Mark"},
{
src: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg",
alt: "John",
},
src: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg", alt: "John"},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-doctor-with-tablet_23-2149103568.jpg",
alt: "Elena",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-doctor-with-tablet_23-2149103568.jpg", alt: "Elena"},
{
src: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-talking-couple-while-analyzing-their-medical-reports-consultations-clinic_637285-1761.jpg",
alt: "Robert",
},
src: "http://img.b2bpic.net/free-photo/smiling-black-female-doctor-talking-couple-while-analyzing-their-medical-reports-consultations-clinic_637285-1761.jpg", alt: "Robert"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -264,39 +179,16 @@ export default function LandingPage() {
<BlogCardThree
textboxLayout="split"
useInvertedBackground={false}
animationType="blur-reveal"
title="Recent Insights"
description="Tips for keeping your feet healthy every day."
blogs={[
{
id: "b1",
category: "Wellness",
title: "Footwear Tips",
excerpt: "How to choose the perfect shoes for long-term health.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-mobile-support-film_23-2148360114.jpg",
authorName: "Dr. Smith",
authorAvatar: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg",
date: "Jan 2025",
},
id: "b1", category: "Wellness", title: "Footwear Tips", excerpt: "How to choose the perfect shoes for long-term health.", imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-mobile-support-film_23-2148360114.jpg", authorName: "Dr. Smith", authorAvatar: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", date: "Jan 2025"},
{
id: "b2",
category: "Safety",
title: "Diabetic Care",
excerpt: "Essential habits for preventing long-term complications.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shaving-leg_23-2150256981.jpg",
authorName: "Dr. Smith",
authorAvatar: "http://img.b2bpic.net/free-photo/woman-nurse-medical-uniform-with-stethoscope-holding-hands-together-looking-exited-waiting-surprise-standing-isolated-white_141793-19520.jpg",
date: "Feb 2025",
},
id: "b2", category: "Safety", title: "Diabetic Care", excerpt: "Essential habits for preventing long-term complications.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shaving-leg_23-2150256981.jpg", authorName: "Dr. Smith", authorAvatar: "http://img.b2bpic.net/free-photo/woman-nurse-medical-uniform-with-stethoscope-holding-hands-together-looking-exited-waiting-surprise-standing-isolated-white_141793-19520.jpg", date: "Feb 2025"},
{
id: "b3",
category: "Recovery",
title: "Sports Tips",
excerpt: "Quick recovery advice for runners.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-setting-phone-filming-support_23-2148360127.jpg",
authorName: "Dr. Smith",
authorAvatar: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-smiling-looking-camera_197531-33823.jpg",
date: "Mar 2025",
},
id: "b3", category: "Recovery", title: "Sports Tips", excerpt: "Quick recovery advice for runners.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-setting-phone-filming-support_23-2148360127.jpg", authorName: "Dr. Smith", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-smiling-looking-camera_197531-33823.jpg", date: "Mar 2025"},
]}
/>
</div>
@@ -305,8 +197,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Ready to take the first step towards pain-free movement? Contact us today to schedule your visit."
/>
</div>
@@ -317,29 +208,19 @@ export default function LandingPage() {
logoText="PodologyClinic"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Address",
href: "#",
},
label: "Address", href: "#"},
{
label: "Call Us",
href: "#",
},
label: "Call Us", href: "#"},
],
},
]}