Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 19:20:14 +00:00

View File

@@ -68,6 +68,7 @@ export default function LandingPage() {
imageSrc="https://images.unsplash.com/photo-1631815589968-fdb09a223b1e?w=1600&q=85&fit=crop"
imageAlt="Modern podiatry clinic"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
kpis={[
{ value: "HPCSA Registered", label: "Professional Credentials" },
{ value: "20+ Years", label: "Clinical Experience" },
@@ -157,7 +158,7 @@ export default function LandingPage() {
{ id: "credentials", title: "HPCSA", subtitle: "Registered", category: "Professional", value: "Registration: CH0004006" }
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -170,10 +171,10 @@ export default function LandingPage() {
tagIcon={MapPin}
tagAnimation="slide-up"
products={[
{ id: "century-city", name: "Century City", price: "021 552 5984", variant: "Mon & Thu Afternoons", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop&_wi=1", imageAlt: "Century City clinic location" },
{ id: "panorama", name: "Panorama", price: "021 552 5984", variant: "Full Week Available", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop&_wi=2", imageAlt: "Panorama clinic location" },
{ id: "fish-hoek", name: "Fish Hoek", price: "060 775 6768", variant: "Flexible Hours", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop&_wi=3", imageAlt: "Fish Hoek clinic location" },
{ id: "plattekloof", name: "Plattekloof", price: "079 653 0846", variant: "By Appointment", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop&_wi=4", imageAlt: "Plattekloof clinic location" }
{ id: "century-city", name: "Century City", price: "021 552 5984", variant: "Mon & Thu Afternoons", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop", imageAlt: "Century City clinic location" },
{ id: "panorama", name: "Panorama", price: "021 552 5984", variant: "Full Week Available", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop", imageAlt: "Panorama clinic location" },
{ id: "fish-hoek", name: "Fish Hoek", price: "060 775 6768", variant: "Flexible Hours", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop", imageAlt: "Fish Hoek clinic location" },
{ id: "plattekloof", name: "Plattekloof", price: "079 653 0846", variant: "By Appointment", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop", imageAlt: "Plattekloof clinic location" }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -233,7 +234,7 @@ export default function LandingPage() {
description="Expert foot care starts with a consultation. Contact us to schedule your appointment at any of our Cape Town locations."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Schedule Consultation"