Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-02 04:59:16 +00:00

View File

@@ -4,12 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import SplitAbout from '@/components/sections/about/SplitAbout';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Award, CheckCircle, Smile } from "lucide-react";
export default function LandingPage() {
@@ -31,6 +33,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Team", id: "#team" },
{ name: "Testimonials", id: "#testimonials" },
@@ -58,22 +61,39 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<SplitAbout
title="Our Dedication to Your Smile"
description="At Lumina, we blend clinical precision with artistic vision to ensure every patient achieves their healthiest, most beautiful smile in a serene environment."
tag="Our Philosophy"
imageSrc="http://img.b2bpic.net/free-photo/dentist-showing-x-ray-her-patient_107420-74178.jpg"
textboxLayout="split"
/>
</div>
<div id="services" data-section="services">
<FeatureCardThree
<FeatureCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
gridVariant="two-items-per-row"
features={[
{
id: "f1", title: "Cosmetic Dentistry", description: "Achieve your perfect smile through advanced whitening and porcelain veneers.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-her-patient_107420-74178.jpg"},
title: "Advanced Whitening", description: "Brighten your smile with state-of-the-art non-abrasive treatments.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-her-patient_107420-74178.jpg"
},
{
id: "f2", title: "Restorative Care", description: "Precision implants and crowns engineered for lasting function and aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-approving-dental-work_23-2148338139.jpg"},
{
id: "f3", title: "Orthodontics", description: "Discreet, effective alignment solutions for a perfectly balanced smile.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-dentist-showing-teeth-model-patient_23-2147879178.jpg"},
title: "Porcelain Veneers", description: "Custom crafted to provide a perfect and natural look.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-approving-dental-work_23-2148338139.jpg"
}
]}
title="Our Specialized Services"
description="Bespoke treatments tailored to your unique needs using the latest in dental innovation."
title="Precision Treatments"
description="Specialized care designed to last a lifetime."
/>
</div>
<div id="social" data-section="social">
<SocialProofOne
title="Trusted by Industry Leaders"
names={["American Dental Association", "Global Health Care", "Modern Dental Tech", "Advanced Orthodontics"]}
textboxLayout="default"
/>
</div>
@@ -81,7 +101,6 @@ export default function LandingPage() {
<MetricCardThree
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", title: "Years of Experience", value: "25+", icon: Award },
{ id: "m2", title: "Patient Consultations", value: "10k+", icon: Smile },
@@ -99,8 +118,6 @@ export default function LandingPage() {
{ id: "t1", name: "Elena Thorne", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg?_wi=1" },
{ id: "t2", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-32774.jpg" },
{ id: "t3", name: "Sophia Valez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149093347.jpg" },
{ id: "t4", name: "Julian Reed", imageSrc: "http://img.b2bpic.net/free-photo/old-man-smiling_1149-1117.jpg" },
{ id: "t5", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg?_wi=2" },
]}
cardTitle="Patient Experiences"
cardTag="Luxury Care"
@@ -114,7 +131,6 @@ export default function LandingPage() {
faqs={[
{ id: "q1", title: "What makes your clinic premium?", content: "We offer concierge service, advanced digital diagnostics, and world-class dental materials." },
{ id: "q2", title: "Do you offer financing?", content: "We provide bespoke financial planning to ensure our services fit your investment preferences." },
{ id: "q3", title: "How long is a consultation?", content: "Private sessions are 60-90 minutes to ensure thorough diagnostic evaluation and discussion." },
]}
sideTitle="Common Questions"
faqsAnimation="blur-reveal"
@@ -136,7 +152,7 @@ export default function LandingPage() {
{
items: [
{ label: "Services", href: "#services" },
{ label: "Philosophy", href: "#" },
{ label: "Philosophy", href: "#about" },
],
},
{
@@ -145,12 +161,6 @@ export default function LandingPage() {
{ label: "Patient Portal", href: "#" },
],
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
logoText="Lumina Dental"
/>