diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0336236..31ddb1a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,6 +47,7 @@ export default function AboutPage() { description="For over 10 years we have been helping American and Canadian patients get the dental care they deserve — at prices that actually make sense." tag="About Us" tagIcon={Sparkles} + background={{ variant: "plain" }} buttons={[ { text: "Book Free Consultation", href: "/contact" }, { text: "Our Services", href: "/services" } @@ -68,6 +69,8 @@ export default function AboutPage() { description="Our clinic was founded on the belief that everyone deserves high-quality, accessible dental care." tag="Our Story" tagIcon={Target} + textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Mission", description: "To bridge the gap between expensive US dental care and high-quality, affordable treatments in Mexico.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-applauding-while-attending-healthcare-seminar_637285-9160.jpg" }, { title: "Experience", description: "With a decade of specialized practice, our team has transformed thousands of smiles.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor_23-2148480369.jpg" }, @@ -83,6 +86,8 @@ export default function AboutPage() { tag="Los Algodones" tagIcon={MapPin} animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Save Up To 70%", description: "Experience the same world-class quality at a fraction of the cost found in the United States.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-mid-adult-man-with-ultraviolet-light-dental-clinic_662251-2565.jpg" }, { title: "Minutes From The US Border", description: "Easy access and convenient for patients coming from Arizona, California, and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg" }, @@ -94,9 +99,12 @@ export default function AboutPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx index 349f22d..8c958e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { background={{ variant: "plain" }} buttons={[ { text: "Book Your Appointment", href: "/contact" }, - { text: "Our Services", href: "/services" } + { text: "Our Services", href: "/services" }} ]} buttonAnimation="slide-up" carouselItems={[ @@ -71,6 +71,7 @@ export default function LandingPage() {