Merge version_3 into main #3
@@ -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>
|
||||
|
||||
|
||||
@@ -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() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted By Thousands of Patients"
|
||||
description="Our clinic has served thousands of patients over the past 10 years."
|
||||
names={["⭐ 5.0 Google Rating", "3,000+ Happy Patients", "10+ Years of Experience", "Bilingual Team", "Open 24 Hours"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -102,6 +103,8 @@ export default function LandingPage() {
|
||||
title="Why Patients Choose Us"
|
||||
description="Expert care, cutting-edge technology, and a warm bilingual team delivering results that change lives."
|
||||
tag="Our Process"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Free Consultation", description: "We start with a full evaluation and X-rays at no cost. Our bilingual team explains every option clearly so you can make the best decision for your smile.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg" },
|
||||
{ title: "Expert Treatment", description: "Our dentists use the latest technology and highest-quality materials — the same as top US clinics — at a fraction of the price.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15260.jpg" },
|
||||
@@ -115,6 +118,8 @@ export default function LandingPage() {
|
||||
title="Real Patients. Real Smiles."
|
||||
description="Thousands of patients from the US and Canada trust Nidia Olivas Dental for their dental care every year."
|
||||
tag="Patient Stories"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Sarah M. — Arizona", description: "", imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-woman-laughs-happily-keeps-arms-folded-expresses-positive-emotions-grins-from-happiness-dressed-casual-jumper-isolated-blue-wall-has-fun-hears-funny-joke_273609-44695.jpg" },
|
||||
{ title: "John D. — California", description: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg" },
|
||||
@@ -133,6 +138,8 @@ export default function LandingPage() {
|
||||
title="The Numbers Behind Our Smiles"
|
||||
description="Every number represents a patient who left our clinic happier than when they arrived."
|
||||
tag="By The Numbers"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "5.0★", title: "Google Star Rating", description: "Hundreds of five-star reviews from real patients across the US and Canada.", imageSrc: "http://img.b2bpic.net/free-photo/illustration-dental-care-application-digital-tablet_53876-125399.jpg" },
|
||||
{ id: "2", value: "3,000+", title: "Happy Patients", description: "Over three thousand patients have trusted us with their smiles and keep coming back.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-applauding-while-attending-healthcare-seminar_637285-9160.jpg" }
|
||||
@@ -146,6 +153,8 @@ export default function LandingPage() {
|
||||
title="The Nidia Olivas Blog"
|
||||
description="Expert tips on oral health, dental tourism, and how to get the most out of your visit to Los Algodones."
|
||||
tag="Dental Tips"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{ id: "1", category: "Dental Tourism", title: "5 Reasons Why Los Algodones Is The Best Dental Destination", excerpt: "Discover why thousands of Americans cross the border every year for world-class dental care at unbeatable prices.", imageSrc: "http://img.b2bpic.net/free-photo/digital-composite-doctor-with-white-graph-with-flare-against-blurry-background-with-light-blue-overlay_1258-84253.jpg", authorName: "Dr. Nidia Olivas", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-doctor_23-2148480369.jpg", date: "May 2026" },
|
||||
{ id: "2", category: "Oral Health", title: "How To Keep Your Teeth White After a Whitening Treatment", excerpt: "Simple daily habits that help you maintain your bright smile for months after your professional whitening session.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-mid-adult-man-with-ultraviolet-light-dental-clinic_662251-2565.jpg", authorName: "Dr. Nidia Olivas", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-doctor_23-2148480369.jpg", date: "April 2026" },
|
||||
@@ -160,6 +169,8 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know before your first visit to Nidia Olivas Dental in Los Algodones."
|
||||
tag="FAQ"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Is it safe to get dental work done in Los Algodones?", content: "Absolutely. Our clinic uses the same materials and technology as top US clinics. Dr. Nidia Olivas has over 10 years of experience treating thousands of American and Canadian patients." },
|
||||
{ id: "2", title: "How much can I save compared to US prices?", content: "Most patients save between 50% and 70%. A dental implant that costs $3,000–$4,000 in the US starts at $850 at our clinic — with the same quality." },
|
||||
@@ -186,6 +197,7 @@ export default function LandingPage() {
|
||||
textarea={{ name: "concerns", placeholder: "Tell us about your dental concerns or questions..." }}
|
||||
buttonText="Send Message"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-pensive-beautiful-young-woman-wearing-white-shirt-talking-mobile-phone-standing-co-working-space_74855-15196.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user