Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-02-28 06:44:27 +00:00

View File

@@ -176,16 +176,16 @@ export default function LandingPage() {
tagIcon={Award}
team={[
{
id: "1", name: "Dr. James Anderson", role: "Chief Surgeon, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", imageAlt: "Dr. James Anderson"
id: "1", name: "Dr. James Anderson", role: "Chief Surgeon, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg?_wi=1", imageAlt: "Dr. James Anderson"
},
{
id: "2", name: "Dr. Isabella Martinez", role: "Facial Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg", imageAlt: "Dr. Isabella Martinez"
id: "2", name: "Dr. Isabella Martinez", role: "Facial Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg?_wi=1", imageAlt: "Dr. Isabella Martinez"
},
{
id: "3", name: "Dr. Michael Chen", role: "Body Contouring Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", imageAlt: "Dr. Michael Chen"
id: "3", name: "Dr. Michael Chen", role: "Body Contouring Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg?_wi=2", imageAlt: "Dr. Michael Chen"
},
{
id: "4", name: "Dr. Rachel Thompson", role: "Reconstructive Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg", imageAlt: "Dr. Rachel Thompson"
id: "4", name: "Dr. Rachel Thompson", role: "Reconstructive Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg?_wi=2", imageAlt: "Dr. Rachel Thompson"
}
]}
/>
@@ -206,10 +206,10 @@ export default function LandingPage() {
id: "1", category: "Rhinoplasty", title: "Refined Profile Transformation", excerpt: "A subtle rhinoplasty enhanced facial harmony while preserving natural character and expression.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123614.jpg", imageAlt: "Before and after rhinoplasty results", authorName: "Dr. James Anderson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", date: "15 Jan 2025"
},
{
id: "2", category: "Facelift", title: "Timeless Beauty Restored", excerpt: "A comprehensive facelift combined with skin resurfacing delivered dramatic yet natural-looking rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123622.jpg", imageAlt: "Before and after facelift results", authorName: "Dr. Isabella Martinez", authorAvatar: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg", date: "10 Jan 2025"
id: "2", category: "Facelift", title: "Timeless Beauty Restored", excerpt: "A comprehensive facelift combined with skin resurfacing delivered dramatic yet natural-looking rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123622.jpg?_wi=1", imageAlt: "Before and after facelift results", authorName: "Dr. Isabella Martinez", authorAvatar: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg", date: "10 Jan 2025"
},
{
id: "3", category: "Body Contouring", title: "Sculpted Confidence", excerpt: "Strategic liposuction and body contouring created stunning definition while maintaining natural proportions.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123622.jpg", imageAlt: "Before and after body contouring results", authorName: "Dr. Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", date: "5 Jan 2025"
id: "3", category: "Body Contouring", title: "Sculpted Confidence", excerpt: "Strategic liposuction and body contouring created stunning definition while maintaining natural proportions.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123622.jpg?_wi=2", imageAlt: "Before and after body contouring results", authorName: "Dr. Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", date: "5 Jan 2025"
}
]}
/>