Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ value: "99.8%", label: "Treatment Success" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg?_wi=1"
|
||||
imageAlt="Luxury dental office interior"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -79,13 +79,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Advanced Care", name: "Cosmetic Dentistry", price: "Professional", rating: 5,
|
||||
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Cosmetic dental treatment"},
|
||||
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=1", imageAlt: "Cosmetic dental treatment"},
|
||||
{
|
||||
id: "2", brand: "Premium Solutions", name: "Dental Implants", price: "Specialized", rating: 5,
|
||||
reviewCount: "923", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-nurse-finishing-oral-care-procedure-with-patient-dentistry-office-dentist-giving-mirror-man-look-denture-results-after-surgery-dental-examination_482257-38936.jpg", imageAlt: "Dental implant procedure"},
|
||||
reviewCount: "923", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-nurse-finishing-oral-care-procedure-with-patient-dentistry-office-dentist-giving-mirror-man-look-denture-results-after-surgery-dental-examination_482257-38936.jpg?_wi=1", imageAlt: "Dental implant procedure"},
|
||||
{
|
||||
id: "3", brand: "Alignment Experts", name: "Orthodontics", price: "Comprehensive", rating: 5,
|
||||
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/diversion-gente-alegria-felicidad-mujer_1301-1617.jpg", imageAlt: "Orthodontic treatment"},
|
||||
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/diversion-gente-alegria-felicidad-mujer_1301-1617.jpg?_wi=1", imageAlt: "Orthodontic treatment"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,13 +120,13 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Technology", description: "Utilizing cutting-edge digital imaging, intraoral cameras, and computer-guided procedures for precision diagnostics and treatment.", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-nurse-finishing-oral-care-procedure-with-patient-dentistry-office-dentist-giving-mirror-man-look-denture-results-after-surgery-dental-examination_482257-38936.jpg", imageAlt: "Advanced dental technology"},
|
||||
title: "Advanced Technology", description: "Utilizing cutting-edge digital imaging, intraoral cameras, and computer-guided procedures for precision diagnostics and treatment.", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-nurse-finishing-oral-care-procedure-with-patient-dentistry-office-dentist-giving-mirror-man-look-denture-results-after-surgery-dental-examination_482257-38936.jpg?_wi=2", imageAlt: "Advanced dental technology"},
|
||||
{
|
||||
title: "Personalized Treatment Plans", description: "Each patient receives a customized treatment strategy addressing their unique needs, concerns, and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Personalized dental care"},
|
||||
title: "Personalized Treatment Plans", description: "Each patient receives a customized treatment strategy addressing their unique needs, concerns, and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=2", imageAlt: "Personalized dental care"},
|
||||
{
|
||||
title: "Comfort & Relaxation", description: "Our luxury spa-like environment features nitrous oxide, amenities, and caring staff to ensure a stress-free experience.", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg", imageAlt: "Comfortable dental office"},
|
||||
title: "Comfort & Relaxation", description: "Our luxury spa-like environment features nitrous oxide, amenities, and caring staff to ensure a stress-free experience.", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg?_wi=2", imageAlt: "Comfortable dental office"},
|
||||
{
|
||||
title: "Specialized Expertise", description: "Our team includes prosthodontists, orthodontists, and implant specialists with advanced training and credentials.", imageSrc: "http://img.b2bpic.net/free-photo/diversion-gente-alegria-felicidad-mujer_1301-1617.jpg", imageAlt: "Dental specialists"},
|
||||
title: "Specialized Expertise", description: "Our team includes prosthodontists, orthodontists, and implant specialists with advanced training and credentials.", imageSrc: "http://img.b2bpic.net/free-photo/diversion-gente-alegria-felicidad-mujer_1301-1617.jpg?_wi=2", imageAlt: "Dental specialists"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user