From dbc618686ba7e0529666efd1c69dc92dcf799b54 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 06:43:36 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { -- 2.49.1 From 5705ad63e11c97484d76b9bca00a890590ba3401 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 06:43:37 +0000 Subject: [PATCH 2/4] 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 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" } ]} /> -- 2.49.1 From d6ea3a33298d1853144b1bbd3a91f283a1d20cd5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 06:43:37 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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) { -- 2.49.1 From 2ebcfb0de19938dce3065313a6dd52ddea4f058d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 06:43:38 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() { -- 2.49.1