Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-10 19:09:59 +00:00

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67020.jpg"
imageSrc="http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67020.jpg?_wi=1"
imageAlt="Modern luxury dental office"
mediaAnimation="slide-up"
imagePosition="right"
@@ -77,11 +77,11 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Cosmetic Solutions", name: "Professional Teeth Whitening", price: "From $299", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg", imageAlt: "Professional teeth whitening procedure"
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg?_wi=1", imageAlt: "Professional teeth whitening procedure"
},
{
id: "2", brand: "Restorative Care", name: "Dental Implants", price: "From $1,599", rating: 5,
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-explaining-proper-dental-hygiene-using-teeth-skeleton-stomatology-appointment_482257-4910.jpg", imageAlt: "Advanced dental implant procedure"
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-explaining-proper-dental-hygiene-using-teeth-skeleton-stomatology-appointment_482257-4910.jpg?_wi=1", imageAlt: "Advanced dental implant procedure"
},
{
id: "3", brand: "Orthodontic Experts", name: "Modern Braces & Aligners", price: "From $3,499", rating: 5,
@@ -120,16 +120,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Advanced Technology", description: "State-of-the-art digital imaging and CAD/CAM technology for precise, efficient treatments.", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-explaining-proper-dental-hygiene-using-teeth-skeleton-stomatology-appointment_482257-4910.jpg", imageAlt: "Advanced dental technology"
title: "Advanced Technology", description: "State-of-the-art digital imaging and CAD/CAM technology for precise, efficient treatments.", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-explaining-proper-dental-hygiene-using-teeth-skeleton-stomatology-appointment_482257-4910.jpg?_wi=2", imageAlt: "Advanced dental technology"
},
{
title: "Expert Team", description: "Board-certified dentists with decades of combined experience in all specialties.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67020.jpg", imageAlt: "Professional dental team"
title: "Expert Team", description: "Board-certified dentists with decades of combined experience in all specialties.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67020.jpg?_wi=2", imageAlt: "Professional dental team"
},
{
title: "Comfort First", description: "Relaxing environment with sedation options to ensure your complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-vector/office-interior-realistic-composition-with-reception-counter-leather-sofa-journal-table_1284-58643.jpg", imageAlt: "Comfortable dental setting"
title: "Comfort First", description: "Relaxing environment with sedation options to ensure your complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-vector/office-interior-realistic-composition-with-reception-counter-leather-sofa-journal-table_1284-58643.jpg?_wi=1", imageAlt: "Comfortable dental setting"
},
{
title: "Preventive Care", description: "Comprehensive wellness programs to maintain optimal oral health for life.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg", imageAlt: "Preventive dental care"
title: "Preventive Care", description: "Comprehensive wellness programs to maintain optimal oral health for life.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg?_wi=2", imageAlt: "Preventive dental care"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -146,10 +146,10 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "Marketing Director", testimonial: "Dr. Chen transformed my smile completely. The professionalism and care exceeded all expectations. Highly recommend Radiance Dental!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2758.jpg", imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", handle: "Marketing Director", testimonial: "Dr. Chen transformed my smile completely. The professionalism and care exceeded all expectations. Highly recommend Radiance Dental!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2758.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "Michael Torres", handle: "Business Executive", testimonial: "After years of hesitation, I finally got my implants done here. The entire process was seamless and painless. Best decision ever!", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2625.jpg", imageAlt: "Michael Torres"
id: "2", name: "Michael Torres", handle: "Business Executive", testimonial: "After years of hesitation, I finally got my implants done here. The entire process was seamless and painless. Best decision ever!", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2625.jpg?_wi=1", imageAlt: "Michael Torres"
},
{
id: "3", name: "Jennifer Adams", handle: "Healthcare Professional", testimonial: "The team's attention to detail and patient-centric approach is remarkable. My teeth have never looked better, and I feel so confident.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-while-having-coffee-working_23-2148661181.jpg", imageAlt: "Jennifer Adams"
@@ -158,10 +158,10 @@ export default function LandingPage() {
id: "4", name: "David Rodriguez", handle: "Financial Advisor", testimonial: "I've visited many dental practices, but Radiance stands out for their expertise and genuine care. Staff made me feel valued every visit.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-mature-man_23-2148465219.jpg", imageAlt: "David Rodriguez"
},
{
id: "5", name: "Michelle Wong", handle: "Entrepreneur", testimonial: "The cosmetic work they did is absolutely stunning. I get compliments on my smile constantly. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2758.jpg", imageAlt: "Michelle Wong"
id: "5", name: "Michelle Wong", handle: "Entrepreneur", testimonial: "The cosmetic work they did is absolutely stunning. I get compliments on my smile constantly. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2758.jpg?_wi=2", imageAlt: "Michelle Wong"
},
{
id: "6", name: "James Bennett", handle: "Attorney", testimonial: "Professional, courteous, and results-oriented. This is exactly what you want in a dental practice. Five stars, no question.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2625.jpg", imageAlt: "James Bennett"
id: "6", name: "James Bennett", handle: "Attorney", testimonial: "Professional, courteous, and results-oriented. This is exactly what you want in a dental practice. Five stars, no question.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2625.jpg?_wi=2", imageAlt: "James Bennett"
}
]}
speed={40}
@@ -177,7 +177,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "aurora" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/office-interior-realistic-composition-with-reception-counter-leather-sofa-journal-table_1284-58643.jpg"
imageSrc="http://img.b2bpic.net/free-vector/office-interior-realistic-composition-with-reception-counter-leather-sofa-journal-table_1284-58643.jpg?_wi=2"
imageAlt="Dental office reception"
mediaAnimation="slide-up"
mediaPosition="right"