6 Commits

Author SHA1 Message Date
ce4962fd45 Update src/app/page.tsx 2026-04-02 05:00:08 +00:00
4173fb61b7 Update src/app/page.tsx 2026-04-02 04:59:44 +00:00
d6924a4fb7 Update src/app/page.tsx 2026-04-02 04:59:13 +00:00
da49c49631 Merge version_1 into main
Merge version_1 into main
2026-04-02 04:54:08 +00:00
782b0bf70b Merge version_1 into main
Merge version_1 into main
2026-04-02 04:53:44 +00:00
ea7c875993 Merge version_1 into main
Merge version_1 into main
2026-04-02 04:53:17 +00:00

View File

@@ -4,12 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; 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 FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; 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"; import { Award, CheckCircle, Smile } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -31,6 +33,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "Home", id: "#hero" }, { name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" }, { name: "Services", id: "#services" },
{ name: "Team", id: "#team" }, { name: "Team", id: "#team" },
{ name: "Testimonials", id: "#testimonials" }, { name: "Testimonials", id: "#testimonials" },
@@ -58,22 +61,47 @@ export default function LandingPage() {
/> />
</div> </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?_wi=1"
textboxLayout="split"
useInvertedBackground={false}
bulletPoints={[
{ title: "Luxury Standards", description: "High-end care in every procedure." },
{ title: "Artistic Vision", description: "Perfecting smiles with detail." }
]}
/>
</div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardThree <FeatureCardOne
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
gridVariant="two-columns-alternating-heights" gridVariant="two-items-per-row"
useInvertedBackground={true} useInvertedBackground={false}
features={[ 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?_wi=2"
},
{ {
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"}, 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"
{ }
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="Our Specialized Services" title="Precision Treatments"
description="Bespoke treatments tailored to your unique needs using the latest in dental innovation." 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"
useInvertedBackground={false}
description="Partnering with world-class dental networks."
/> />
</div> </div>
@@ -99,8 +127,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: "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: "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: "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" cardTitle="Patient Experiences"
cardTag="Luxury Care" cardTag="Luxury Care"
@@ -114,7 +140,6 @@ export default function LandingPage() {
faqs={[ faqs={[
{ id: "q1", title: "What makes your clinic premium?", content: "We offer concierge service, advanced digital diagnostics, and world-class dental materials." }, { 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: "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" sideTitle="Common Questions"
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
@@ -136,7 +161,7 @@ export default function LandingPage() {
{ {
items: [ items: [
{ label: "Services", href: "#services" }, { label: "Services", href: "#services" },
{ label: "Philosophy", href: "#" }, { label: "Philosophy", href: "#about" },
], ],
}, },
{ {
@@ -145,12 +170,6 @@ export default function LandingPage() {
{ label: "Patient Portal", href: "#" }, { label: "Patient Portal", href: "#" },
], ],
}, },
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]} ]}
logoText="Lumina Dental" logoText="Lumina Dental"
/> />