Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-12 15:11:52 +00:00
3 changed files with 57 additions and 166 deletions

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Cosmetic Dentistry", href: "#cosmetic" },
{ label: "Restorative Care", href: "#restorative" },
{ label: "Orthodontics", href: "#ortho" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Blog", href: "#blog" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Patient Resources", href: "#resources" },
{ label: "FAQs", href: "#faq" },
{ label: "Appointment", href: "/contact" },
@@ -46,8 +43,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "HIPAA", href: "#hipaa" },
@@ -63,7 +59,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -74,9 +70,7 @@ export default function ContactPage() {
brandName="Luminous Dental"
navItems={navItems}
button={{
text: "Book Appointment",
href: "/contact",
}}
text: "Book Appointment", href: "/contact"}}
animateOnLoad={true}
navItemClassName="text-foreground font-light hover:text-primary-cta transition-colors"
buttonClassName="bg-primary-cta hover:shadow-lg transition-all"
@@ -91,7 +85,7 @@ export default function ContactPage() {
description="Join thousands of satisfied patients who have discovered their ideal smile. Our appointment coordinators are ready to find the perfect time for your visit."
tagIcon={Calendar}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Request Appointment"
@@ -114,15 +108,10 @@ export default function ContactPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content:
"How to Reach Us\n\n📍 Location\nLuminous Dental Practice\n1234 Smile Avenue\nPremium District, CA 90210\n\n📞 Phone\nMain: (555) 123-4567\nEmergency: (555) 123-4568\n\n⏰ Hours\nMonday Friday: 8:00 AM 6:00 PM\nSaturday: 9:00 AM 2:00 PM\nSunday: Closed\n\nWe're conveniently located with ample parking and easy access from major transportation routes.",
},
type: "text", content:
"How to Reach Us\n\n📍 Location\nLuminous Dental Practice\n1234 Smile Avenue\nPremium District, CA 90210\n\n📞 Phone\nMain: (555) 123-4567\nEmergency: (555) 123-4568\n\n⏰ Hours\nMonday Friday: 8:00 AM 6:00 PM\nSaturday: 9:00 AM 2:00 PM\nSunday: Closed\n\nWe're conveniently located with ample parking and easy access from major transportation routes."},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19618.jpg",
alt: "Dental practice location",
},
type: "image", src: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19618.jpg", alt: "Dental practice location"},
]}
buttons={[
{ text: "Back to Home", href: "/" },

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Cosmetic Dentistry", href: "#cosmetic" },
{ label: "Restorative Care", href: "#restorative" },
{ label: "Orthodontics", href: "#ortho" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Blog", href: "#blog" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Patient Resources", href: "#resources" },
{ label: "FAQs", href: "#faq" },
{ label: "Appointment", href: "/contact" },
@@ -50,8 +47,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "HIPAA", href: "#hipaa" },
@@ -67,7 +63,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -78,9 +74,7 @@ export default function HomePage() {
brandName="Luminous Dental"
navItems={navItems}
button={{
text: "Book Appointment",
href: "/contact",
}}
text: "Book Appointment", href: "/contact"}}
animateOnLoad={true}
navItemClassName="text-foreground font-light hover:text-primary-cta transition-colors"
buttonClassName="bg-primary-cta hover:shadow-lg transition-all"
@@ -95,7 +89,7 @@ export default function HomePage() {
tag="Excellence in Dentistry"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
kpis={[
{ value: "25+", label: "Years of Excellence" },
{ value: "15K+", label: "Smiles Transformed" },
@@ -137,35 +131,14 @@ export default function HomePage() {
animationType="slide-up"
products={[
{
id: "cosmetic-whitening",
brand: "Premium Care",
name: "Professional Teeth Whitening",
price: "Starting at $299",
rating: 5,
reviewCount: "500+",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg?_wi=1",
imageAlt: "Professional teeth whitening treatment",
},
id: "cosmetic-whitening", brand: "Premium Care", name: "Professional Teeth Whitening", price: "Starting at $299", rating: 5,
reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg", imageAlt: "Professional teeth whitening treatment"},
{
id: "implants",
brand: "Advanced Restoration",
name: "Dental Implants",
price: "Custom Pricing",
rating: 5,
reviewCount: "450+",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg?_wi=1",
imageAlt: "Advanced implant restoration",
},
id: "implants", brand: "Advanced Restoration", name: "Dental Implants", price: "Custom Pricing", rating: 5,
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg", imageAlt: "Advanced implant restoration"},
{
id: "orthodontics",
brand: "Modern Alignment",
name: "Invisible Aligners",
price: "Starting at $1,999",
rating: 5,
reviewCount: "380+",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg?_wi=1",
imageAlt: "Modern orthodontic treatment",
},
id: "orthodontics", brand: "Modern Alignment", name: "Invisible Aligners", price: "Starting at $1,999", rating: 5,
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg", imageAlt: "Modern orthodontic treatment"},
]}
buttons={[
{ text: "Explore All Services", href: "/about" },
@@ -184,15 +157,10 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content:
"About Luminous Dental\n\nOur practice represents the pinnacle of modern dentistry, combining state-of-the-art technology with a genuine commitment to patient care. We believe every smile deserves to shine.\n\nFounded on principles of clinical excellence and compassionate service, our team of specialists has transformed thousands of smiles while maintaining the highest standards of safety and comfort. Your journey to optimal oral health and a confident smile begins here.",
},
type: "text", content:
"About Luminous Dental\n\nOur practice represents the pinnacle of modern dentistry, combining state-of-the-art technology with a genuine commitment to patient care. We believe every smile deserves to shine.\n\nFounded on principles of clinical excellence and compassionate service, our team of specialists has transformed thousands of smiles while maintaining the highest standards of safety and comfort. Your journey to optimal oral health and a confident smile begins here."},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19618.jpg",
alt: "Luxury dental practice environment",
},
type: "image", src: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19618.jpg", alt: "Luxury dental practice environment"},
]}
buttons={[
{ text: "Meet Our Team", href: "/about" },
@@ -220,26 +188,14 @@ export default function HomePage() {
animationType="scale-rotate"
features={[
{
title: "Sedation Dentistry",
description:
"Experience dentistry in complete comfort with our professional sedation options, perfect for anxious patients and complex procedures.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-dentist_23-2148396150.jpg?_wi=1",
imageAlt: "Comfortable sedation dental treatment",
},
title: "Sedation Dentistry", description:
"Experience dentistry in complete comfort with our professional sedation options, perfect for anxious patients and complex procedures.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-dentist_23-2148396150.jpg", imageAlt: "Comfortable sedation dental treatment"},
{
title: "3D Digital Imaging",
description:
"Utilizing the latest diagnostic technology for precise treatment planning and optimal outcomes with minimal radiation exposure.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg?_wi=1",
imageAlt: "Advanced dental imaging technology",
},
title: "3D Digital Imaging", description:
"Utilizing the latest diagnostic technology for precise treatment planning and optimal outcomes with minimal radiation exposure.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg", imageAlt: "Advanced dental imaging technology"},
{
title: "Hospital-Grade Sterilization",
description:
"Your safety is paramount. We exceed all infection control standards with advanced sterilization protocols.",
imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg?_wi=1",
imageAlt: "Professional sterilization standards",
},
title: "Hospital-Grade Sterilization", description:
"Your safety is paramount. We exceed all infection control standards with advanced sterilization protocols.", imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg", imageAlt: "Professional sterilization standards"},
]}
buttons={[
{ text: "View All Features", href: "/about" },
@@ -265,64 +221,28 @@ export default function HomePage() {
animationType="opacity"
testimonials={[
{
id: "testimonial-1",
name: "Sarah Mitchell",
handle: "@sarahsmile",
testimonial:
"Dr. Patel's expertise and compassion completely transformed my smile. The entire experience was professional, comfortable, and exceeded my expectations.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
icon: Heart,
id: "testimonial-1", name: "Sarah Mitchell", handle: "@sarahsmile", testimonial:
"Dr. Patel's expertise and compassion completely transformed my smile. The entire experience was professional, comfortable, and exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageAlt: "Sarah Mitchell", icon: Heart,
},
{
id: "testimonial-2",
name: "James Richardson",
handle: "@james_r",
testimonial:
"I was terrified of dental work, but the sedation dentistry option made everything painless and relaxing. I finally have the smile I always wanted.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg?_wi=1",
imageAlt: "James Richardson",
icon: ThumbsUp,
id: "testimonial-2", name: "James Richardson", handle: "@james_r", testimonial:
"I was terrified of dental work, but the sedation dentistry option made everything painless and relaxing. I finally have the smile I always wanted.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg", imageAlt: "James Richardson", icon: ThumbsUp,
},
{
id: "testimonial-3",
name: "Emily Chen",
handle: "@emilychen_dental",
testimonial:
"The attention to detail and use of advanced technology made my implant procedure seamless. The results are absolutely stunning.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg?_wi=1",
imageAlt: "Emily Chen",
icon: Star,
id: "testimonial-3", name: "Emily Chen", handle: "@emilychen_dental", testimonial:
"The attention to detail and use of advanced technology made my implant procedure seamless. The results are absolutely stunning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", imageAlt: "Emily Chen", icon: Star,
},
{
id: "testimonial-4",
name: "Michael Torres",
handle: "@michael_smiles",
testimonial:
"Best decision I ever made. The team at Luminous Dental treated me like family while delivering exceptional results.",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
imageAlt: "Michael Torres",
icon: Smile,
id: "testimonial-4", name: "Michael Torres", handle: "@michael_smiles", testimonial:
"Best decision I ever made. The team at Luminous Dental treated me like family while delivering exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Michael Torres", icon: Smile,
},
{
id: "testimonial-5",
name: "Jessica Liu",
handle: "@jess_liu",
testimonial:
"The invisible aligners changed my life! Clear results, comfortable fit, and a team that genuinely cares about your journey.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg",
imageAlt: "Jessica Liu",
icon: Zap,
id: "testimonial-5", name: "Jessica Liu", handle: "@jess_liu", testimonial:
"The invisible aligners changed my life! Clear results, comfortable fit, and a team that genuinely cares about your journey.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg", imageAlt: "Jessica Liu", icon: Zap,
},
{
id: "testimonial-6",
name: "David Anderson",
handle: "@david_a",
testimonial:
"Professional, thorough, and incredibly kind. The cosmetic whitening procedure was quick and the results lasted much longer than I expected.",
imageSrc: "http://img.b2bpic.net/free-photo/excited-student-girl-showing-thumbs-up_273609-13835.jpg",
imageAlt: "David Anderson",
icon: Award,
id: "testimonial-6", name: "David Anderson", handle: "@david_a", testimonial:
"Professional, thorough, and incredibly kind. The cosmetic whitening procedure was quick and the results lasted much longer than I expected.", imageSrc: "http://img.b2bpic.net/free-photo/excited-student-girl-showing-thumbs-up_273609-13835.jpg", imageAlt: "David Anderson", icon: Award,
},
]}
speed={40}
@@ -343,7 +263,7 @@ export default function HomePage() {
description="Join thousands of satisfied patients who have discovered their ideal smile. Our appointment coordinators are ready to find the perfect time for your visit."
tagIcon={Calendar}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Request Appointment"

View File

@@ -20,8 +20,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Cosmetic Dentistry", href: "/services#cosmetic" },
{ label: "Restorative Care", href: "/services#restorative" },
{ label: "Orthodontics", href: "/services#ortho" },
@@ -29,8 +28,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Our Team", href: "/" },
{ label: "Blog", href: "/" },
@@ -38,8 +36,7 @@ export default function ServicesPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Patient Resources", href: "/" },
{ label: "FAQs", href: "/" },
{ label: "Appointment", href: "/" },
@@ -47,8 +44,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "HIPAA", href: "/" },
@@ -64,7 +60,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -75,9 +71,7 @@ export default function ServicesPage() {
brandName="Luminous Dental"
navItems={navItems}
button={{
text: "Book Appointment",
href: "/contact",
}}
text: "Book Appointment", href: "/contact"}}
animateOnLoad={true}
navItemClassName="text-foreground font-light hover:text-primary-cta transition-colors"
buttonClassName="bg-primary-cta hover:shadow-lg transition-all"
@@ -92,7 +86,7 @@ export default function ServicesPage() {
tag="Expert Care"
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
kpis={[
{ value: "50+", label: "Specialized Procedures" },
{ value: "99.8%", label: "Success Rate" },
@@ -104,7 +98,7 @@ export default function ServicesPage() {
{ text: "Back to Home", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg"
imageAlt="Comprehensive dental services showcase"
mediaAnimation="opacity"
imagePosition="right"
@@ -134,25 +128,13 @@ export default function ServicesPage() {
animationType="scale-rotate"
features={[
{
title: "Cosmetic Dentistry",
description: "Enhance your smile with professional whitening, veneers, bonding, and smile design services that bring out your natural beauty.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg?_wi=2",
imageAlt: "Cosmetic dentistry services",
button: { text: "Learn More", href: "/services" },
title: "Cosmetic Dentistry", description: "Enhance your smile with professional whitening, veneers, bonding, and smile design services that bring out your natural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg", imageAlt: "Cosmetic dentistry services", button: { text: "Learn More", href: "/services" },
},
{
title: "Restorative Treatments",
description: "Advanced procedures including implants, crowns, bridges, and root canal therapy to restore function and aesthetics to damaged teeth.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg?_wi=2",
imageAlt: "Restorative dental procedures",
button: { text: "Explore Options", href: "/services" },
title: "Restorative Treatments", description: "Advanced procedures including implants, crowns, bridges, and root canal therapy to restore function and aesthetics to damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg", imageAlt: "Restorative dental procedures", button: { text: "Explore Options", href: "/services" },
},
{
title: "Orthodontic Solutions",
description: "Invisible aligners and advanced braces for achieving perfectly aligned teeth and a confident smile in months, not years.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg?_wi=2",
imageAlt: "Orthodontic alignment solutions",
button: { text: "Get Started", href: "/services" },
title: "Orthodontic Solutions", description: "Invisible aligners and advanced braces for achieving perfectly aligned teeth and a confident smile in months, not years.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg", imageAlt: "Orthodontic alignment solutions", button: { text: "Get Started", href: "/services" },
},
]}
buttons={[{ text: "Schedule Consultation", href: "/contact" }]}
@@ -173,7 +155,7 @@ export default function ServicesPage() {
description="Our expert team is ready to discuss your specific needs and create a personalized treatment plan. Take the first step toward your ideal smile."
tagIcon={Calendar}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Request Appointment"