From 05093dda436cfbd32927429a393a26df89e9c578 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:53:33 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bff20b3..48dec24 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 4718c58cfb86a8a20ef4a7738dfd193b5f5bda0c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:53:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 053489b..0f459ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,6 +158,12 @@ export default function LandingPage() { { id: "2", category: ["Winter", "Premium"], title: "Winter Fashion Guide", excerpt: "Elevate your cold-weather wardrobe with our curated winter collection featuring luxurious coats, stylish sweaters, and timeless accessories.", imageSrc: "http://img.b2bpic.net/free-photo/two-girls-walking-together-winter-park_1303-12959.jpg", authorName: "Style Editor", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-double-ok-gesture-with_1298-451.jpg", date: "10 Jan 2025"}, + { + id: "3", category: ["Spring", "Casual"], + title: "Spring Essentials Collection", excerpt: "Refresh your wardrobe with our spring collection featuring lightweight layers, pastel colors, and versatile pieces perfect for transitional weather.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-down-street_1303-24594.jpg", authorName: "Trend Curator", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "05 Jan 2025"}, + { + id: "4", category: ["Formal", "Premium"], + title: "Elegant Formal Wear", excerpt: "Discover our premium formal collection designed for special occasions with sophisticated styles, premium fabrics, and impeccable tailoring.", imageSrc: "http://img.b2bpic.net/free-photo/wide-assortment-jeans-hanging-store_627829-6053.jpg", authorName: "Fashion Stylist", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", date: "01 Jan 2025"}, ]} /> @@ -204,4 +210,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file