Merge version_1_1781520692159 into main #1
@@ -13,324 +13,153 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Clinical Precision"
|
||||
title="Precision instruments for surgical beauty excellence"
|
||||
description="Trusted by leading aesthetic practitioners worldwide. Premium-grade surgical tools designed for flawless results and maximum efficiency."
|
||||
primaryButton={{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-medical-equipment_23-2149283861.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scalpel-with-other-medical-instruments_23-2149299225.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-patient_23-2149103627.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orthopedic-bandage-tweezers-mask-syringe-iv-bottle-blue-background_23-2147874868.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-medical-white-robe-putting-glove-looking-thoughtful_176474-8646.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Clinical Precision"
|
||||
title="Precision instruments for surgical beauty excellence"
|
||||
description="Trusted by leading aesthetic practitioners worldwide. Premium-grade surgical tools designed for flawless results and maximum efficiency."
|
||||
primaryButton={{ text: "Explore Collection", href: "#products" }}
|
||||
secondaryButton={{ text: "Contact Sales", href: "#contact" }}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-medical-equipment_23-2149283861.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scalpel-with-other-medical-instruments_23-2149299225.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-patient_23-2149103627.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/orthopedic-bandage-tweezers-mask-syringe-iv-bottle-blue-background_23-2147874868.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-medical-white-robe-putting-glove-looking-thoughtful_176474-8646.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
tag="Our Commitment"
|
||||
title="Advanced Engineering for Modern Aesthetics"
|
||||
description="We blend years of clinical research with state-of-the-art metallurgy to create instruments that perform consistently under rigorous surgical demands. Our commitment to sterilization excellence ensures every tool exceeds industry standards for patient safety."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4425.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Commitment"
|
||||
title="Advanced Engineering for Modern Aesthetics"
|
||||
description="We blend years of clinical research with state-of-the-art metallurgy to create instruments that perform consistently under rigorous surgical demands. Our commitment to sterilization excellence ensures every tool exceeds industry standards for patient safety."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4425.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesDetailedCards
|
||||
tag="Why Choose Us"
|
||||
title="Uncompromised Quality"
|
||||
description="Engineered for surgeons, by surgeons."
|
||||
items={[
|
||||
{
|
||||
title: "Ergonomic Design",
|
||||
description: "Designed to reduce fatigue during complex, lengthy procedures.",
|
||||
tags: [
|
||||
"Ergonomics",
|
||||
"Design",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-multiple-metallic-scalpels_23-2149299215.jpg",
|
||||
},
|
||||
{
|
||||
title: "Sterilization Integrity",
|
||||
description: "Manufactured from high-grade alloys that withstand high-pressure autoclave cycles.",
|
||||
tags: [
|
||||
"Safety",
|
||||
"Sterile",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-ophthalmology-clinic_23-2149082489.jpg",
|
||||
},
|
||||
{
|
||||
title: "Micro-Precision",
|
||||
description: "Extreme focus on edge sharpness for flawless tissue incisions.",
|
||||
tags: [
|
||||
"Precision",
|
||||
"Accuracy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/several-surgical-instruments-lie-white-table_1153-3919.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Why Choose Us"
|
||||
title="Uncompromised Quality"
|
||||
description="Engineered for surgeons, by surgeons."
|
||||
items={[
|
||||
{ title: "Ergonomic Design", description: "Designed to reduce fatigue during complex, lengthy procedures.", tags: ["Ergonomics", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-multiple-metallic-scalpels_23-2149299215.jpg" },
|
||||
{ title: "Sterilization Integrity", description: "Manufactured from high-grade alloys that withstand high-pressure autoclave cycles.", tags: ["Safety", "Sterile"], imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-ophthalmology-clinic_23-2149082489.jpg" },
|
||||
{ title: "Micro-Precision", description: "Extreme focus on edge sharpness for flawless tissue incisions.", tags: ["Precision", "Accuracy"], imageSrc: "http://img.b2bpic.net/free-photo/several-surgical-instruments-lie-white-table_1153-3919.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Instrument Catalog"
|
||||
title="Essential Surgical Toolkits"
|
||||
description="Explore our comprehensive range of specialized surgical instruments."
|
||||
items={[
|
||||
{
|
||||
title: "Scalpels",
|
||||
description: "Premium blades for precise incisions.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg",
|
||||
},
|
||||
{
|
||||
title: "Scissors",
|
||||
description: "High-durability precision scissors.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scissors-with-thimbles-textile_23-2148527960.jpg",
|
||||
},
|
||||
{
|
||||
title: "Forceps",
|
||||
description: "Grip control surgical instruments.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053267.jpg",
|
||||
},
|
||||
{
|
||||
title: "Needle Holders",
|
||||
description: "Superior grip and control.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-adjusts-rehab-machine-with-female-patient-resting-therapy-setup-moment_169016-70856.jpg",
|
||||
},
|
||||
{
|
||||
title: "Retractors",
|
||||
description: "Optimal tissue visualization.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/instrument-pills-device-diagnosis-treatment-diagnostic_1291-190.jpg",
|
||||
},
|
||||
{
|
||||
title: "Curettes",
|
||||
description: "Specialized excision instruments.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-medical-equipment_23-2149283838.jpg",
|
||||
},
|
||||
{
|
||||
title: "Rasps",
|
||||
description: "Fine shaping tools for aesthetics.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-nail-care-products_23-2148974565.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Instrument Catalog"
|
||||
title="Essential Surgical Toolkits"
|
||||
description="Explore our comprehensive range of specialized surgical instruments."
|
||||
items={[
|
||||
{ title: "Scalpels", description: "Premium blades for precise incisions.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg" },
|
||||
{ title: "Scissors", description: "High-durability precision scissors.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-scissors-with-thimbles-textile_23-2148527960.jpg" },
|
||||
{ title: "Forceps", description: "Grip control surgical instruments.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053267.jpg" },
|
||||
{ title: "Needle Holders", description: "Superior grip and control.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-adjusts-rehab-machine-with-female-patient-resting-therapy-setup-moment_169016-70856.jpg" },
|
||||
{ title: "Retractors", description: "Optimal tissue visualization.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/instrument-pills-device-diagnosis-treatment-diagnostic_1291-190.jpg" },
|
||||
{ title: "Curettes", description: "Specialized excision instruments.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-medical-equipment_23-2149283838.jpg" },
|
||||
{ title: "Rasps", description: "Fine shaping tools for aesthetics.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-nail-care-products_23-2148974565.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsSimpleCards
|
||||
tag="Impact"
|
||||
title="Trusted Excellence"
|
||||
description="Proven performance in clinical settings worldwide."
|
||||
metrics={[
|
||||
{
|
||||
value: "2000+",
|
||||
description: "Instruments Supplied",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
description: "Clinics Partnered",
|
||||
},
|
||||
{
|
||||
value: "99.9%",
|
||||
description: "Sterilization Compliance",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Impact"
|
||||
title="Trusted Excellence"
|
||||
description="Proven performance in clinical settings worldwide."
|
||||
metrics={[
|
||||
{ value: "2000+", description: "Instruments Supplied" },
|
||||
{ value: "500+", description: "Clinics Partnered" },
|
||||
{ value: "99.9%", description: "Sterilization Compliance" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingSplitCards
|
||||
tag="B2B Solutions"
|
||||
title="Clinical Procurement Options"
|
||||
description="Flexible plans designed for clinics and large practices."
|
||||
plans={[
|
||||
{
|
||||
tag: "Starter Kit",
|
||||
price: "$1,200",
|
||||
period: "/per set",
|
||||
description: "Essential instruments for a basic aesthetic startup kit.",
|
||||
primaryButton: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included Items",
|
||||
features: [
|
||||
"Basic Scalpel Handle",
|
||||
"3 Pairs Forceps",
|
||||
"Standard Scissors",
|
||||
"Carrying Case",
|
||||
],
|
||||
},
|
||||
{
|
||||
tag: "Premium Suite",
|
||||
price: "$3,500",
|
||||
period: "/per set",
|
||||
description: "Comprehensive full-suite solution for high-volume surgeons.",
|
||||
primaryButton: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included Items",
|
||||
features: [
|
||||
"Full Surgical Scalpel Kit",
|
||||
"Comprehensive Forceps",
|
||||
"Professional Retractors",
|
||||
"2-Year Warranty",
|
||||
"Priority Restock",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="B2B Solutions"
|
||||
title="Clinical Procurement Options"
|
||||
description="Flexible plans designed for clinics and large practices."
|
||||
plans={[
|
||||
{ tag: "Starter Kit", price: "$1,200", period: "/per set", description: "Essential instruments for a basic aesthetic startup kit.", primaryButton: { text: "Inquire", href: "#contact" }, featuresTitle: "Included Items", features: ["Basic Scalpel Handle", "3 Pairs Forceps", "Standard Scissors", "Carrying Case"] },
|
||||
{ tag: "Premium Suite", price: "$3,500", period: "/per set", description: "Comprehensive full-suite solution for high-volume surgeons.", primaryButton: { text: "Inquire", href: "#contact" }, featuresTitle: "Included Items", features: ["Full Surgical Scalpel Kit", "Comprehensive Forceps", "Professional Retractors", "2-Year Warranty", "Priority Restock"] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialOverlayCards
|
||||
tag="Client Stories"
|
||||
title="Excellence in Practice"
|
||||
description="Hear what surgeons are saying about their toolkit upgrade."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Dr. Sarah Miller",
|
||||
role: "Head Surgeon",
|
||||
company: "Elite Aesthetics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-entrepreneur-working-from-home_1098-15111.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dr. Mark Wilson",
|
||||
role: "Dermatologist",
|
||||
company: "Skin Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67076.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dr. Elena Rossi",
|
||||
role: "Plastic Surgeon",
|
||||
company: "Aesthetic Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-medical-doctor-posing-against-white-background_1157-44782.jpg",
|
||||
},
|
||||
{
|
||||
name: "John Doe",
|
||||
role: "Clinic Manager",
|
||||
company: "Global Medical",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dr. Jane Smith",
|
||||
role: "Nurse Practitioner",
|
||||
company: "Advanced Beauty",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-doctor-cosmetology-studio_1157-33838.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Client Stories"
|
||||
title="Excellence in Practice"
|
||||
description="Hear what surgeons are saying about their toolkit upgrade."
|
||||
testimonials={[
|
||||
{ name: "Dr. Sarah Miller", role: "Head Surgeon", company: "Elite Aesthetics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-entrepreneur-working-from-home_1098-15111.jpg" },
|
||||
{ name: "Dr. Mark Wilson", role: "Dermatologist", company: "Skin Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67076.jpg" },
|
||||
{ name: "Dr. Elena Rossi", role: "Plastic Surgeon", company: "Aesthetic Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-medical-doctor-posing-against-white-background_1157-44782.jpg" },
|
||||
{ name: "John Doe", role: "Clinic Manager", company: "Global Medical", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg" },
|
||||
{ name: "Dr. Jane Smith", role: "Nurse Practitioner", company: "Advanced Beauty", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-doctor-cosmetology-studio_1157-33838.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Industry Trusted"
|
||||
title="Standards We Meet"
|
||||
names={[
|
||||
"ISO 13485 Certified",
|
||||
"CE Marked",
|
||||
"FDA Registered",
|
||||
"GMP Compliance",
|
||||
"ASTM Standards",
|
||||
"World Aesthetic Society",
|
||||
"Clinical Quality Assured",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Industry Trusted"
|
||||
title="Standards We Meet"
|
||||
description="We follow international quality guidelines."
|
||||
names={["ISO 13485 Certified", "CE Marked", "FDA Registered", "GMP Compliance", "ASTM Standards", "World Aesthetic Society", "Clinical Quality Assured"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Support"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our instruments."
|
||||
items={[
|
||||
{
|
||||
question: "Are your instruments autoclave safe?",
|
||||
answer: "Yes, all our stainless steel tools are designed to withstand industry-standard autoclave sterilization.",
|
||||
},
|
||||
{
|
||||
question: "Do you offer bulk discounts?",
|
||||
answer: "We provide tailored pricing for large practices and clinic groups. Please contact our sales team for an estimate.",
|
||||
},
|
||||
{
|
||||
question: "What is the typical shipping turnaround?",
|
||||
answer: "In-stock orders ship within 48 hours to any medical facility within our service network.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Support"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our instruments."
|
||||
items={[
|
||||
{ question: "Are your instruments autoclave safe?", answer: "Yes, all our stainless steel tools are designed to withstand industry-standard autoclave sterilization." },
|
||||
{ question: "Do you offer bulk discounts?", answer: "We provide tailored pricing for large practices and clinic groups. Please contact our sales team for an estimate." },
|
||||
{ question: "What is the typical shipping turnaround?", answer: "In-stock orders ship within 48 hours to any medical facility within our service network." }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Get Started"
|
||||
text="Equip your aesthetic practice for surgical excellence."
|
||||
primaryButton={{
|
||||
text: "Contact Our Team",
|
||||
href: "mailto:info@surgiaesthetic.com",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Download Catalog",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Get Started"
|
||||
text="Equip your aesthetic practice for surgical excellence."
|
||||
primaryButton={{ text: "Contact Our Team", href: "mailto:info@surgiaesthetic.com" }}
|
||||
secondaryButton={{ text: "Download Catalog", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user