Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-05 10:53:37 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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"},
]}
/>
</div>
@@ -204,4 +210,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}