Merge version_1 into main #2
343
src/app/page.tsx
343
src/app/page.tsx
@@ -26,257 +26,110 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Partnership",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Success",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="MB2 Dental"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Partnership", id: "features" },
|
||||
{ name: "Success", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="MB2 Dental"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Empowering Dental Excellence"
|
||||
description="MB2 Dental partners with dental practices to provide the infrastructure, technology, and support you need to focus on what matters most: patient care."
|
||||
tag="MB2 Dental Partnership"
|
||||
buttons={[
|
||||
{
|
||||
text: "Partner With Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-nurse-walking-hall_23-2148894864.jpg",
|
||||
imageAlt: "Dental Facility",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-woman-nurse-meeting-video-call-with-patient-doing-oral-care-consultation-dentistry-cabinet-stomatology-assistant-attending-online-videoconference-remote-conversation_482257-38924.jpg",
|
||||
imageAlt: "Dental Team",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dentition-x-ray-scan-comparing-radiography_482257-22998.jpg?_wi=1",
|
||||
imageAlt: "Medical Technology",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentists-choose-equipment-table_1150-19653.jpg?_wi=1",
|
||||
imageAlt: "Treatment Room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-businessman-doctor-shaking-hands-while-greeting-hallway-hospital_637285-4635.jpg?_wi=1",
|
||||
imageAlt: "Partnership Meeting",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Empowering Dental Excellence"
|
||||
description="MB2 Dental partners with dental practices to provide the infrastructure, technology, and support you need to focus on what matters most: patient care."
|
||||
tag="MB2 Dental Partnership"
|
||||
buttons={[{ text: "Partner With Us", href: "#contact" }, { text: "Learn More", href: "#about" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-nurse-walking-hall_23-2148894864.jpg", imageAlt: "Dental Facility" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pov-woman-nurse-meeting-video-call-with-patient-doing-oral-care-consultation-dentistry-cabinet-stomatology-assistant-attending-online-videoconference-remote-conversation_482257-38924.jpg", imageAlt: "Dental Team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dentition-x-ray-scan-comparing-radiography_482257-22998.jpg", imageAlt: "Medical Technology" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Mission"
|
||||
title="Built by Dentists, for Dentists"
|
||||
description="We understand the unique challenges of running a dental practice. Our model provides the freedom to maintain clinical independence while leveraging our collective business strength."
|
||||
subdescription="With a focus on mentorship and operational excellence, we are setting the standard for the future of dentistry."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-female-patient-looking-doctor_23-2148328407.jpg"
|
||||
imageAlt="About MB2 Dental"
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Heart}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Mission"
|
||||
title="Built by Dentists, for Dentists"
|
||||
description="We understand the unique challenges of running a dental practice. Our model provides the freedom to maintain clinical independence while leveraging our collective business strength."
|
||||
subdescription="With a focus on mentorship and operational excellence, we are setting the standard for the future of dentistry."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-female-patient-looking-doctor_23-2148328407.jpg"
|
||||
imageAlt="About MB2 Dental"
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Heart}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Operational Support",
|
||||
description: "Streamlined HR, accounting, and marketing solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dentition-x-ray-scan-comparing-radiography_482257-22998.jpg?_wi=2",
|
||||
imageAlt: "Support",
|
||||
},
|
||||
{
|
||||
title: "Clinical Freedom",
|
||||
description: "Complete control over your clinical decisions and patient care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentists-choose-equipment-table_1150-19653.jpg?_wi=2",
|
||||
imageAlt: "Freedom",
|
||||
},
|
||||
{
|
||||
title: "Growth Acceleration",
|
||||
description: "Strategic tools for expansion and practice optimization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-team-drawing-graph-glass-screen_1262-1961.jpg",
|
||||
imageAlt: "Growth",
|
||||
},
|
||||
{
|
||||
title: "Advanced Tech",
|
||||
description: "Access to cutting-edge digital dentistry and scanning equipment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dentition-x-ray-scan-comparing-radiography_482257-22998.jpg?_wi=3",
|
||||
imageAlt: "Technology",
|
||||
},
|
||||
{
|
||||
title: "Peer Mentorship",
|
||||
description: "Connect with industry leaders and successful practice owners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-businessman-doctor-shaking-hands-while-greeting-hallway-hospital_637285-4635.jpg?_wi=2",
|
||||
imageAlt: "Mentorship",
|
||||
},
|
||||
]}
|
||||
title="Why Choose MB2?"
|
||||
description="We offer comprehensive support services that allow our partners to grow faster and more profitably."
|
||||
tag="Our Core Strengths"
|
||||
tagIcon={Zap}
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Operational Support", description: "Streamlined HR, accounting, and marketing solutions.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dentition-x-ray-scan-comparing-radiography_482257-22998.jpg", imageAlt: "Support" },
|
||||
{ title: "Clinical Freedom", description: "Complete control over your clinical decisions and patient care.", imageSrc: "http://img.b2bpic.net/free-photo/dentists-choose-equipment-table_1150-19653.jpg", imageAlt: "Freedom" }
|
||||
]}
|
||||
title="Why Choose MB2?"
|
||||
description="We offer comprehensive support services that allow our partners to grow faster and more profitably."
|
||||
tag="Our Core Strengths"
|
||||
tagIcon={Zap}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Sarah Miller",
|
||||
role: "Owner",
|
||||
company: "Bright Smiles",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-young-woman-posing-with-expressions_1301-6723.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. James Wilson",
|
||||
role: "Owner",
|
||||
company: "Elite Dental",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-shaking-hands-with-her-doctor-after-consultations-clinic_637285-1912.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Elena Rodriguez",
|
||||
role: "Partner",
|
||||
company: "Metro Dentistry",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. Mark Stevens",
|
||||
role: "Owner",
|
||||
company: "Legacy Smiles",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medicine-health-female-aged-sheltered_1303-511.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dr. Linda Chang",
|
||||
role: "Partner",
|
||||
company: "Smile First",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Partner Practices",
|
||||
},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Partner Retention",
|
||||
},
|
||||
{
|
||||
value: "12+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
]}
|
||||
title="Partner Success Stories"
|
||||
description="See why top dental practices choose to partner with MB2 Dental."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Dr. Sarah Miller", role: "Owner", company: "Bright Smiles", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-young-woman-posing-with-expressions_1301-6723.jpg" },
|
||||
{ id: "2", name: "Dr. James Wilson", role: "Owner", company: "Elite Dental", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-shaking-hands-with-her-doctor-after-consultations-clinic_637285-1912.jpg" },
|
||||
{ id: "3", name: "Dr. Elena Rodriguez", role: "Partner", company: "Metro Dentistry", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Partner Practices" },
|
||||
{ value: "95%", label: "Partner Retention" },
|
||||
{ value: "12+", label: "Years Experience" }
|
||||
]}
|
||||
title="Partner Success Stories"
|
||||
description="See why top dental practices choose to partner with MB2 Dental."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Join Us"
|
||||
title="Ready to Transform Your Practice?"
|
||||
description="Get in touch with our partnership team today to explore how we can help you achieve your goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
tagIcon={Mail}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Join Us"
|
||||
title="Ready to Transform Your Practice?"
|
||||
description="Get in touch with our partnership team today to explore how we can help you achieve your goals."
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
tagIcon={Mail}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Success Stories",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Partnership",
|
||||
items: [
|
||||
{
|
||||
label: "Our Support",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 MB2 Dental. All rights reserved."
|
||||
bottomRightText="Privacy Policy"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Success Stories", href: "#testimonials" }] },
|
||||
{ title: "Partnership", items: [{ label: "Our Support", href: "#features" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 MB2 Dental. All rights reserved."
|
||||
bottomRightText="Privacy Policy"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user