From 001ed85628816b39049052f0d8f271e7d4049996 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:22:45 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 99 +++++++++++++++---------------------------- 1 file changed, 33 insertions(+), 66 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1965839..af0929c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -25,45 +25,27 @@ export default function LandingPage() { @@ -72,70 +54,55 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + title="Latest Insights & Resources" + description="Stay informed with cutting-edge medical aesthetics news, wellness tips, and expert advice from TREAT Medspa." + blogs={[ + { + id: "1", category: "Anti-Aging", title: "The Science Behind Youthful Skin: New Breakthroughs", excerpt: "Discover the latest scientific advancements in anti-aging treatments and how they can rejuvenate your complexion.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-young-woman-freelancer-white-towel-sits-bathroom-uses-laptop_1153-7362.jpg", imageAlt: "Youthful skin science", authorName: "TREAT Experts", authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg", date: "May 20, 2024"}, + { + id: "2", category: "Injectables", title: "Your Guide to Dermal Fillers: What to Expect", excerpt: "Demystify dermal fillers with our comprehensive guide, covering benefits, procedures, and post-treatment care.", imageSrc: "http://img.b2bpic.net/free-photo/sun-protection-woman-with-lens-ray-laser-her-skin_633478-23.jpg", imageAlt: "Dermal fillers guide", authorName: "TREAT Experts", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", date: "May 15, 2024"}, + { + id: "3", category: "Body Contouring", title: "Achieve Your Ideal Silhouette: Body Contouring Options", excerpt: "Explore effective body contouring solutions designed to sculpt your body and enhance your natural curves.", imageSrc: "http://img.b2bpic.net/free-photo/female-pink-bathrobe-holding-white-sign-cream_140725-25601.jpg", imageAlt: "Body contouring options", authorName: "TREAT Experts", authorAvatar: "http://img.b2bpic.net/free-photo/fashionable-gray-haired-female-real-estate-agent-white-shirt-posing-indoors-happy-stylish-woman-manager-standing-office-desk-working-day_343059-3730.jpg", date: "May 10, 2024"}, + ]} />