Merge version_1 into main #2
@@ -24,7 +24,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -50,7 +50,7 @@ export default function AboutPage() {
|
||||
description="Learn about our mission to provide compassionate, expert dental care that transforms smiles and builds lasting relationships with our patients."
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "/contact" },
|
||||
{ text: "Learn More", href: "/services" },
|
||||
@@ -58,29 +58,19 @@ export default function AboutPage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg?_wi=2",
|
||||
imageAlt: "Professional dental team together",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", imageAlt: "Professional dental team together"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg?_wi=2",
|
||||
imageAlt: "Modern dental office interior",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg", imageAlt: "Modern dental office interior"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=2",
|
||||
imageAlt: "Dentist caring for patient",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Dentist caring for patient"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg?_wi=2",
|
||||
imageAlt: "Happy family at dental clinic",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg", imageAlt: "Happy family at dental clinic"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg?_wi=2",
|
||||
imageAlt: "Smiling patient portrait",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg", imageAlt: "Smiling patient portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
141
src/app/page.tsx
141
src/app/page.tsx
@@ -25,6 +25,7 @@ import {
|
||||
Quote,
|
||||
Phone,
|
||||
Mail,
|
||||
Heart,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -35,7 +36,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -60,8 +61,8 @@ export default function HomePage() {
|
||||
title="Healthy Smiles Start Here"
|
||||
description="Experience compassionate, expert dental care for your entire family. We provide comfort-focused solutions for general, cosmetic, and emergency dental needs."
|
||||
tag="Welcome to Bright Smile Dental"
|
||||
tagIcon={Smile}
|
||||
background={{ variant: "blurBottom" }}
|
||||
tagIcon={Heart}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "/contact" },
|
||||
{ text: "Call (555) 123-4567", href: "tel:5551234567" },
|
||||
@@ -69,29 +70,19 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg?_wi=1",
|
||||
imageAlt: "Happy family smiling at dental clinic",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg", imageAlt: "Happy family smiling at dental clinic"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg?_wi=1",
|
||||
imageAlt: "Modern, bright dental treatment room",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg", imageAlt: "Modern, bright dental treatment room"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=1",
|
||||
imageAlt: "Dentist providing patient care",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Dentist providing patient care"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg?_wi=1",
|
||||
imageAlt: "Professional dental team",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", imageAlt: "Professional dental team"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg?_wi=1",
|
||||
imageAlt: "Bright teeth after cosmetic whitening",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg", imageAlt: "Bright teeth after cosmetic whitening"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,55 +112,37 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "General Dentistry",
|
||||
description:
|
||||
"Routine cleanings, exams, and preventive care to keep your smile healthy.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "General Dentistry", description:
|
||||
"Routine cleanings, exams, and preventive care to keep your smile healthy.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Sparkles, label: "Professional Cleanings", value: "Every 6 months" },
|
||||
{ icon: CheckCircle, label: "Cavity Prevention", value: "Advanced Detection" },
|
||||
{ icon: Shield, label: "Gum Health", value: "Comprehensive Care" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Cosmetic Dentistry",
|
||||
description:
|
||||
"Enhance your smile with veneers, bonding, and other aesthetic treatments.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Cosmetic Dentistry", description:
|
||||
"Enhance your smile with veneers, bonding, and other aesthetic treatments.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Zap, label: "Teeth Whitening", value: "Professional Grade" },
|
||||
{ icon: Star, label: "Veneers & Bonding", value: "Natural Looking" },
|
||||
{ icon: Award, label: "Smile Design", value: "Customized Plan" },
|
||||
{ icon: Heart, label: "Smile Design", value: "Customized Plan" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Dental Implants",
|
||||
description:
|
||||
"Permanent tooth replacement solution that looks and functions like natural teeth.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Dental Implants", description:
|
||||
"Permanent tooth replacement solution that looks and functions like natural teeth.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Orthodontics",
|
||||
description:
|
||||
"Straighten your teeth with traditional braces or modern clear aligners.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Orthodontics", description:
|
||||
"Straighten your teeth with traditional braces or modern clear aligners.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Emergency Dental Care",
|
||||
description: "Same-day treatment for urgent dental problems. Available 24/7.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Emergency Dental Care", description: "Same-day treatment for urgent dental problems. Available 24/7.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: AlertCircle, label: "Emergency Response", value: "Same-Day Service" },
|
||||
{ icon: Clock, label: "Extended Hours", value: "24/7 Availability" },
|
||||
{ icon: Phone, label: "Direct Line", value: "(555) 123-4567" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Preventive Care",
|
||||
description:
|
||||
"Proactive treatments to prevent future dental issues and maintain oral health.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Preventive Care", description:
|
||||
"Proactive treatments to prevent future dental issues and maintain oral health.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: CheckCircle, label: "Regular Exams", value: "Bi-annual Screening" },
|
||||
{ icon: Droplet, label: "Fluoride Treatment", value: "Cavity Protection" },
|
||||
{ icon: Layers, label: "Sealants", value: "Long-lasting" },
|
||||
@@ -191,71 +164,35 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial:
|
||||
"Dr. Martinez and the team made my entire family feel so comfortable. My kids actually look forward to their dental appointments now!",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial:
|
||||
"Dr. Martinez and the team made my entire family feel so comfortable. My kids actually look forward to their dental appointments now!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson testimonial portrait",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson testimonial portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial:
|
||||
"The emergency root canal service saved my day. I called at 6 PM and was being treated by 7 PM. Exceptional care and professionalism.",
|
||||
rating: 5,
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial:
|
||||
"The emergency root canal service saved my day. I called at 6 PM and was being treated by 7 PM. Exceptional care and professionalism.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen testimonial portrait",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg", imageAlt: "Michael Chen testimonial portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrodriguez",
|
||||
testimonial:
|
||||
"My teeth whitening results were amazing! The staff explained everything clearly and made me feel informed throughout the process.",
|
||||
rating: 5,
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial:
|
||||
"My teeth whitening results were amazing! The staff explained everything clearly and made me feel informed throughout the process.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez testimonial portrait",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg", imageAlt: "Emily Rodriguez testimonial portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim_",
|
||||
testimonial:
|
||||
"As a senior patient, I appreciate how patient and careful Dr. Martinez is. The office is clean, modern, and very welcoming.",
|
||||
rating: 5,
|
||||
id: "4", name: "David Kim", handle: "@dkim_", testimonial:
|
||||
"As a senior patient, I appreciate how patient and careful Dr. Martinez is. The office is clean, modern, and very welcoming.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg?_wi=1",
|
||||
imageAlt: "David Kim testimonial portrait",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg", imageAlt: "David Kim testimonial portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Thompson",
|
||||
handle: "@jthompson",
|
||||
testimonial:
|
||||
"Best dental experience ever! The staff remembered my preferences, and the care I received was top-notch. Highly recommended.",
|
||||
rating: 5,
|
||||
id: "5", name: "Jessica Thompson", handle: "@jthompson", testimonial:
|
||||
"Best dental experience ever! The staff remembered my preferences, and the care I received was top-notch. Highly recommended.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
|
||||
imageAlt: "Jessica Thompson testimonial portrait",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Jessica Thompson testimonial portrait"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Williams",
|
||||
handle: "@rwilliams",
|
||||
testimonial:
|
||||
"Affordable pricing and excellent results. I've tried many dentists in the area, and Bright Smile Dental is by far the best.",
|
||||
rating: 5,
|
||||
id: "6", name: "Robert Williams", handle: "@rwilliams", testimonial:
|
||||
"Affordable pricing and excellent results. I've tried many dentists in the area, and Bright Smile Dental is by far the best.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
imageAlt: "Robert Williams testimonial portrait",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert Williams testimonial portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user