Update src/app/about/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<div id="stats" data-section="stats">
|
||||
<MetricCardEleven
|
||||
title="10 Years of Smiles"
|
||||
description="Our track record speaks for itself."
|
||||
tag="By The Numbers"
|
||||
tagIcon={Zap}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "3,000+", title: "Happy Patients", description: "Patients served since our founding.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-surprised-curly-haired-woman-keeps-mouth-widely-opened-reacts-awesome-surprise-has-overjoyed-expression-dressed-orange-knitted-sweater_273609-46781.jpg" },
|
||||
{ id: "2", value: "10+ Years", title: "Experience", description: "Dedicated to your dental health.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15260.jpg" },
|
||||
@@ -109,10 +117,13 @@ export default function AboutPage() {
|
||||
<div id="meet-the-team" data-section="meet-the-team">
|
||||
<TeamCardSix
|
||||
title="The People Behind Your Smile"
|
||||
description="Meet our professional dental team dedicated to your care."
|
||||
tag="Our Team"
|
||||
tagIcon={Users}
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Dr. Nidia Olivas", role: "Lead Dentist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor_23-2148480369.jpg" },
|
||||
{ id: "2", name: "Dr. Pablo Sarabia", role: "Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor_23-2148480369.jpg" },
|
||||
@@ -131,6 +142,7 @@ export default function AboutPage() {
|
||||
buttonText="Send Us a Message"
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user