Merge version_1 into main #1
207
src/app/page.tsx
207
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Shield, Smile } from "lucide-react";
|
||||
import { Award, Shield, Smile, Zap, Heart } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,36 +31,16 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="THE DENTIST"
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,9 +50,7 @@ export default function LandingPage() {
|
||||
description="Experience advanced, painless treatments backed by top hygiene standards and a caring, experienced doctor who puts your comfort first."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683479.jpg"
|
||||
@@ -87,19 +65,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Patients",
|
||||
value: "5,000+",
|
||||
},
|
||||
label: "Happy Patients", value: "5,000+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Safety Rating",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Safety Rating", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -111,28 +83,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Painless Treatments",
|
||||
description: "Using the latest sedation technology for a anxiety-free experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-boy-s-teeth-with-dental-mirror_23-2147905968.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Painless Treatments", description: "Using the latest sedation technology for a anxiety-free experience.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-boy-s-teeth-with-dental-mirror_23-2147905968.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Sterile Environment",
|
||||
description: "Highest hygiene standards ensuring complete patient safety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-s-hand-holding-dental-tools_23-2147905972.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Sterile Environment", description: "Highest hygiene standards ensuring complete patient safety.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-s-hand-holding-dental-tools_23-2147905972.jpg", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Patient Centric",
|
||||
description: "A welcoming atmosphere designed to put you at ease immediately.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-21024.jpg",
|
||||
buttonIcon: "Heart",
|
||||
title: "Patient Centric", description: "A welcoming atmosphere designed to put you at ease immediately.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-21024.jpg", buttonIcon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Advanced Dentistry",
|
||||
description: "Comprehensive care including whitening, implants, and root canals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-hair-accessories_23-2149871682.jpg",
|
||||
buttonIcon: "Award",
|
||||
title: "Advanced Dentistry", description: "Comprehensive care including whitening, implants, and root canals.", imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-hair-accessories_23-2149871682.jpg", buttonIcon: Award,
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
@@ -147,37 +107,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$99",
|
||||
subtitle: "Annual Checkup & Cleaning",
|
||||
features: [
|
||||
"Comprehensive Exam",
|
||||
"Professional Cleaning",
|
||||
"X-Rays included",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "$99", subtitle: "Annual Checkup & Cleaning", features: [
|
||||
"Comprehensive Exam", "Professional Cleaning", "X-Rays included"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "$299",
|
||||
subtitle: "Teeth Whitening Plus",
|
||||
features: [
|
||||
"Professional Whitening",
|
||||
"Sensitivity Protection",
|
||||
"Follow-up consultation",
|
||||
],
|
||||
id: "pro", badge: "Popular", price: "$299", subtitle: "Teeth Whitening Plus", features: [
|
||||
"Professional Whitening", "Sensitivity Protection", "Follow-up consultation"],
|
||||
},
|
||||
{
|
||||
id: "advanced",
|
||||
badge: "Premium",
|
||||
price: "Custom",
|
||||
subtitle: "Advanced Restorative Care",
|
||||
features: [
|
||||
"Root Canal Therapy",
|
||||
"Dental Implants",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "advanced", badge: "Premium", price: "Custom", subtitle: "Advanced Restorative Care", features: [
|
||||
"Root Canal Therapy", "Dental Implants", "Priority Support"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -191,55 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
date: "Oct 2024",
|
||||
title: "Root Canal",
|
||||
quote: "I was terrified, but they made it completely painless. Highly recommend!",
|
||||
tag: "Excellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/male-dentist-showing-dental-jaw-happy-female-patient_23-2147862035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-woman-receives-unexpected-pleasant-news_273609-20535.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", date: "Oct 2024", title: "Root Canal", quote: "I was terrified, but they made it completely painless. Highly recommend!", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/male-dentist-showing-dental-jaw-happy-female-patient_23-2147862035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-woman-receives-unexpected-pleasant-news_273609-20535.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
date: "Sep 2024",
|
||||
title: "Routine Care",
|
||||
quote: "The cleanest clinic I have ever visited. Very professional staff.",
|
||||
tag: "Reliable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-dentist-holding-toothbrush_107420-65594.jpg",
|
||||
},
|
||||
id: "2", name: "John Doe", date: "Sep 2024", title: "Routine Care", quote: "The cleanest clinic I have ever visited. Very professional staff.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-dentist-holding-toothbrush_107420-65594.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
date: "Aug 2024",
|
||||
title: "Whitening",
|
||||
quote: "My smile has never looked better! The procedure was quick and comfortable.",
|
||||
tag: "Satisfied",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/after-eating-habit_1098-14132.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Chen", date: "Aug 2024", title: "Whitening", quote: "My smile has never looked better! The procedure was quick and comfortable.", tag: "Satisfied", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageSrc: "http://img.b2bpic.net/free-photo/after-eating-habit_1098-14132.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
date: "Jul 2024",
|
||||
title: "Checkup",
|
||||
quote: "Professional, efficient, and very kind doctor. Great experience.",
|
||||
tag: "Happy",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-taking-break-with-smartphone_23-2150522187.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-approving-dental-work_23-2148338139.jpg",
|
||||
},
|
||||
id: "4", name: "Mark Wilson", date: "Jul 2024", title: "Checkup", quote: "Professional, efficient, and very kind doctor. Great experience.", tag: "Happy", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-taking-break-with-smartphone_23-2150522187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-approving-dental-work_23-2148338139.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Adams",
|
||||
date: "Jun 2024",
|
||||
title: "Consultation",
|
||||
quote: "They really take the time to explain everything. Very patient.",
|
||||
tag: "Wonderful",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-woman-leaning-wall_1262-1743.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-communicating-through-sign-language_23-2148681074.jpg",
|
||||
},
|
||||
id: "5", name: "Linda Adams", date: "Jun 2024", title: "Consultation", quote: "They really take the time to explain everything. Very patient.", tag: "Wonderful", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-woman-leaning-wall_1262-1743.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-communicating-through-sign-language_23-2148681074.jpg"},
|
||||
]}
|
||||
title="Patient Success Stories"
|
||||
description="What our patients say about their experience at THE DENTIST clinic."
|
||||
@@ -251,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept dental insurance?",
|
||||
content: "Yes, we accept most major dental insurance plans. Please contact us to confirm your specific coverage.",
|
||||
},
|
||||
id: "f1", title: "Do you accept dental insurance?", content: "Yes, we accept most major dental insurance plans. Please contact us to confirm your specific coverage."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the procedure painful?",
|
||||
content: "We prioritize painless dentistry and offer various sedation options to ensure you remain completely comfortable.",
|
||||
},
|
||||
id: "f2", title: "Is the procedure painful?", content: "We prioritize painless dentistry and offer various sedation options to ensure you remain completely comfortable."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I book an appointment?",
|
||||
content: "You can easily book online via our website or call our reception directly to schedule your visit.",
|
||||
},
|
||||
id: "f3", title: "How do I book an appointment?", content: "You can easily book online via our website or call our reception directly to schedule your visit."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -275,20 +165,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to get started?"
|
||||
title="Book Your Appointment Today"
|
||||
description="Take the first step towards a healthy, beautiful smile. Our team is here to assist you with any questions or appointment scheduling needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1000000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1000000000"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:hello@thedentist.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:hello@thedentist.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -299,33 +184,21 @@ export default function LandingPage() {
|
||||
logoText="THE DENTIST"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user