From d5bcc5aae54864b3d3191034256657d8d5048286 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:19:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 233 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa4897a..bb84fd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,84 +28,35 @@ export default function LandingPage() {
@@ -114,7 +65,7 @@ export default function LandingPage() { @@ -127,60 +78,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Veloura", - name: "Classic Tote", - price: "$890", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916732.jpg?_wi=1", - }, - { - id: "p2", - brand: "Veloura", - name: "Heritage Satchel", - price: "$750", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/hand-luggage-prepared-trips_23-2148927424.jpg", - }, - { - id: "p3", - brand: "Veloura", - name: "Minimalist Clutch", - price: "$450", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/levitating-product-display-with-handbag_23-2149670640.jpg", - }, - { - id: "p4", - brand: "Veloura", - name: "Structured Crossbody", - price: "$620", - rating: 5, - reviewCount: "112", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-accessories-details-stylish-woman-walking-city-warm-fur-coat-holding-black-leather-bag-winter-season_285396-4714.jpg", - }, - { - id: "p5", - brand: "Veloura", - name: "Evening Purse", - price: "$590", - rating: 5, - reviewCount: "72", - imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916679.jpg", - }, - { - id: "p6", - brand: "Veloura", - name: "Modern Hobo", - price: "$820", - rating: 5, - reviewCount: "145", - imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073531.jpg?_wi=1", - }, + { id: "p1", brand: "Luxe", name: "Classic Tote", price: "$890", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916732.jpg?_wi=1" }, + { id: "p2", brand: "Luxe", name: "Heritage Satchel", price: "$750", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/hand-luggage-prepared-trips_23-2148927424.jpg" }, + { id: "p3", brand: "Luxe", name: "Minimalist Clutch", price: "$450", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/levitating-product-display-with-handbag_23-2149670640.jpg" }, + { id: "p4", brand: "Luxe", name: "Structured Crossbody", price: "$620", rating: 5, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accessories-details-stylish-woman-walking-city-warm-fur-coat-holding-black-leather-bag-winter-season_285396-4714.jpg" }, + { id: "p5", brand: "Luxe", name: "Evening Purse", price: "$590", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916679.jpg" }, + { id: "p6", brand: "Luxe", name: "Modern Hobo", price: "$820", rating: 5, reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073531.jpg?_wi=1" }, ]} title="Our Signature Collection" description="A curated range of timeless essentials designed for the modern lifestyle." @@ -191,33 +94,13 @@ export default function LandingPage() { @@ -231,26 +114,8 @@ export default function LandingPage() { title="Editorial Series" description="Insights into the world of luxury design, material science, and the art of fine leatherwork." blogs={[ - { - id: "b1", - category: "Craftsmanship", - title: "The Art of the Stitch", - excerpt: "Exploring the ancient techniques that keep Veloura bags timeless.", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916732.jpg?_wi=2", - authorName: "Elena Rossi", - authorAvatar: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", - date: "Oct 12, 2024", - }, - { - id: "b2", - category: "Sustainability", - title: "Leather for the Future", - excerpt: "How we source ethically to ensure our legacy remains positive.", - imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073531.jpg?_wi=2", - authorName: "Marcus Chen", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male_23-2148884378.jpg", - date: "Oct 15, 2024", - }, + { id: "b1", category: "Craftsmanship", title: "The Art of the Stitch", excerpt: "Exploring the ancient techniques that keep our bags timeless.", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916732.jpg?_wi=2", authorName: "Elena Rossi", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", date: "Oct 12, 2024" }, + { id: "b2", category: "Sustainability", title: "Leather for the Future", excerpt: "How we source ethically to ensure our legacy remains positive.", imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073531.jpg?_wi=2", authorName: "Marcus Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male_23-2148884378.jpg", date: "Oct 15, 2024" }, ]} /> @@ -258,35 +123,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1