diff --git a/src/app/page.tsx b/src/app/page.tsx index af762c4..7df0ce6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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"