From 904e98877b3c53e4114152f946919d632b432ff7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 06:44:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27550ee..b1ef1b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1