diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index edffd7d..69e0ffe 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -64,8 +64,8 @@ export default function BlogPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index b1ef1b0..27550ee 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_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: "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: "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" + 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" } ]} /> diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 79f2497..0873d36 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -112,8 +112,8 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -167,8 +167,8 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -246,8 +246,8 @@ function ProductPageContent({ params }: ProductPageProps) { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 84a8bab..46d7665 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -54,8 +54,8 @@ function ShopPageContent() { @@ -107,8 +107,8 @@ function ShopPageContent() {