Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2921af2ade | |||
| f9651f3b5a | |||
| bee76d8fb8 | |||
| 1337a621bd | |||
| 9ad9e64dbe | |||
| 5139f5f57a | |||
| 1000cff9ca | |||
| d988765f6d | |||
| bb1e12bd87 | |||
| 3b10b10495 |
122
src/app/page.tsx
122
src/app/page.tsx
@@ -2,31 +2,31 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||||
import { LineChart, Navigation, Scan } from "lucide-react";
|
import { LineChart, Navigation, Scan } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="icon-arrow"
|
defaultButtonVariant="icon-arrow"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="pill"
|
borderRadius="soft"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLarge"
|
sizing="large"
|
||||||
background="aurora"
|
background="none"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="outline"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="light"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
@@ -45,12 +45,12 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="DentBiotech"
|
logoText="DentBiotech"
|
||||||
description="The industry standard in high-precision surgical guidance and diagnostic analytics. Built for high-volume implant practices demanding zero-compromise accuracy and workflow efficiency."
|
description="Precision diagnostic and surgical ecosystems for modern implantology. Delivering zero-compromise accuracy and workflow efficiency for clinical excellence."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request Clinical Demo", href: "#contact" },
|
{ text: "Request Clinical Demo", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/professional-device-rejuvenation-medicine-blue-bottles-botox-cosmetology-therapy-preparation-operation_197531-2782.jpg?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-89oqvvyx.jpg?_wi=1"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureBorderGlow
|
<FeatureCardMedia
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -74,13 +74,13 @@ export default function LandingPage() {
|
|||||||
description="A modular biotech platform that standardizes surgical outcomes across your entire practice, optimizing everything from diagnostics to patient post-op management."
|
description="A modular biotech platform that standardizes surgical outcomes across your entire practice, optimizing everything from diagnostics to patient post-op management."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Advanced Imaging", description: "High-resolution, AI-augmented 3D diagnostic modeling.", icon: Scan,
|
id: "f1", title: "Advanced Imaging", description: "High-resolution, AI-augmented 3D diagnostic modeling.", tag: "3D", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-89oqvvyx.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Surgical Navigation", description: "Precision-guided navigation for real-time procedural support.", icon: Navigation,
|
id: "f2", title: "Surgical Navigation", description: "Precision-guided navigation for real-time procedural support.", tag: "Guided", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-qslgumqd.jpg?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Outcome Analytics", description: "Evidence-based performance tracking for continuous improvement.", icon: LineChart,
|
id: "f3", title: "Outcome Analytics", description: "Evidence-based performance tracking for continuous improvement.", tag: "Data", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-uerzf0js.jpg"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -93,9 +93,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", brand: "DentBiotech", name: "Pro-Implant Kit", price: "$4,200", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tray-with-medical-scalpel-tools_23-2149299224.jpg?_wi=1"},
|
{ id: "p1", brand: "DentBiotech", name: "Pro-Implant Kit", price: "$4,200", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-ujl63g3w.jpg?_wi=1"},
|
||||||
{ id: "p2", brand: "DentBiotech", name: "Surgical Guide System", price: "$8,500", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/jar-cotton-rolls-orthodontic-instruments-dental-procedure_651396-3108.jpg?_wi=1"},
|
{ id: "p2", brand: "DentBiotech", name: "Surgical Guide System", price: "$8,500", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-qslgumqd.jpg?_wi=2"},
|
||||||
{ id: "p3", brand: "DentBiotech", name: "Precision Handpiece", price: "$2,900", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4416.jpg?_wi=1"},
|
{ id: "p3", brand: "DentBiotech", name: "Precision Handpiece", price: "$2,900", rating: 4, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-uerzf0js.jpg?_wi=1"},
|
||||||
]}
|
]}
|
||||||
title="Clinical Solutions Suite"
|
title="Clinical Solutions Suite"
|
||||||
description="Optimized hardware and software tools designed specifically for high-efficiency implant centers."
|
description="Optimized hardware and software tools designed specifically for high-efficiency implant centers."
|
||||||
@@ -103,66 +103,74 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardFourteen
|
<MetricCardTwo
|
||||||
|
title="Operational Performance"
|
||||||
|
description="Proven results in clinical efficiency and outcome accuracy."
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Operational Success"
|
|
||||||
title="Proven Operational Performance"
|
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", value: "25%", description: "Reduction in average operative time" },
|
{ id: "m1", value: "25%", description: "Reduction in operative time" },
|
||||||
{ id: "m2", value: "98%", description: "Enhanced clinical precision rate" },
|
{ id: "m2", value: "98%", description: "Precision rate" },
|
||||||
{ id: "m3", value: "1500+", description: "Clinical implant surgeries facilitated" },
|
{ id: "m3", value: "1500+", description: "Surgeries facilitated" },
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardSixteen
|
||||||
textboxLayout="default"
|
title="Global Practice Leaders"
|
||||||
|
description="Trusted by premier dental implant centers worldwide."
|
||||||
|
kpiItems={[
|
||||||
|
{ value: "50+", label: "Clinics" },
|
||||||
|
{ value: "99%", label: "Satisfaction" },
|
||||||
|
{ value: "10k", label: "Implants" }
|
||||||
|
]}
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "t1", name: "Dr. Sarah Miller", date: "Oct 2024", title: "Implant Surgeon", quote: "DentBiotech transformed our surgical workflow. The accuracy is absolute.", tag: "Clinical Excellence", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-surgeon-operation-theater-looking-camera-doctor-scrubs-medical-mask-modern-hospital-operating-room_657921-1053.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-device-rejuvenation-medicine-blue-bottles-botox-cosmetology-therapy-preparation-operation_197531-2782.jpg?_wi=2"},
|
{ id: "t1", name: "Dr. Sarah Miller", role: "Implant Surgeon", company: "Miller Dental", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-89oqvvyx.jpg?_wi=3" },
|
||||||
{ id: "t2", name: "Dr. James Chen", date: "Sept 2024", title: "Practice Owner", quote: "The analytics engine provides clarity on surgical outcomes that we simply didn't have before.", tag: "Strategic ROI", avatarSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19444.jpg"},
|
{ id: "t2", name: "Dr. James Chen", role: "Owner", company: "Chen Implantology", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-qslgumqd.jpg?_wi=3" },
|
||||||
]}
|
]}
|
||||||
title="Global Practice Leaders"
|
|
||||||
description="Trusted by premier dental implant centers worldwide to drive efficiency and clinical superiority."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqBase
|
||||||
useInvertedBackground={false}
|
title="Technical Support"
|
||||||
sideTitle="Technical Support & Implementation"
|
description="Clinical standards and platform integration."
|
||||||
sideDescription="Detailed answers regarding platform integration, compliance standards, and continuing education for your clinical team."
|
textboxLayout="split"
|
||||||
faqs={[
|
|
||||||
{ id: "f1", title: "Seamless Integration", content: "Our dedicated implementation specialists ensure your practice workflow experiences minimal disruption during deployment." },
|
|
||||||
{ id: "f2", title: "Regulatory Compliance", content: "All DentBiotech systems are fully certified to meet and exceed local and international clinical regulatory standards." },
|
|
||||||
{ id: "f3", title: "Comprehensive Training", content: "Access our certified training portal for ongoing staff education and platform certification modules." },
|
|
||||||
]}
|
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
faqs={[
|
||||||
|
{ id: "f1", title: "Integration", content: "Seamless practice disruption minimalization." },
|
||||||
|
{ id: "f2", title: "Compliance", content: "Exceeding all international standards." },
|
||||||
|
{ id: "f3", title: "Training", content: "Certified staff educational portal." },
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactCTA
|
||||||
|
tag="Consultation"
|
||||||
|
title="Digital Transformation"
|
||||||
|
description="Speak with our regional clinical advisors regarding your practice integration."
|
||||||
|
buttons={[{ text: "Request Demo" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Start Your Digital Transformation"
|
background={{ variant: "plain" }}
|
||||||
description="Request a private consultation with our regional clinical advisors to discuss your practice requirements."
|
|
||||||
inputs={[
|
|
||||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
|
||||||
{ name: "clinic", type: "text", placeholder: "Clinic Name", required: true },
|
|
||||||
{ name: "email", type: "email", placeholder: "Work Email", required: true },
|
|
||||||
]}
|
|
||||||
textarea={{ name: "message", placeholder: "Describe your specific clinical goals", rows: 4 }}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744722.jpg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterMedia
|
||||||
logoText="DentBiotech"
|
logoText="DentBiotech"
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-ujl63g3w.jpg?_wi=3"
|
||||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
columns={[
|
||||||
|
{ title: "Solutions", items: [{ label: "Diagnostic", href: "#" }, { label: "Surgical", href: "#" }] },
|
||||||
|
{ title: "Company", items: [{ label: "Support", href: "#" }, { label: "Privacy", href: "#" }] }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f0fdf4;
|
--background: #f5f4f0;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #064e3b;
|
--foreground: #1a1a1a;
|
||||||
--primary-cta: #047857;
|
--primary-cta: #2c2c2c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f5f4f0;
|
||||||
--secondary-cta-text: #064e3b;
|
--secondary-cta-text: #064e3b;
|
||||||
--accent: #34d399;
|
--accent: #8a8a8a;
|
||||||
--background-accent: #ecfdf5;
|
--background-accent: #e8e6e1;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user