diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index cb9c853..d7f4a3e 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -44,64 +44,28 @@ export default function ShopPage() { tagAnimation="opacity" products={[ { - id: "1", - brand: "Studio Luxe", - name: "Modern White Sectional", - price: "$2,850", - rating: 5, - reviewCount: "342", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg?_wi=2", - imageAlt: "Modern white sectional sofa" + id: "1", brand: "Studio Luxe", name: "Modern White Sectional", price: "$2,850", rating: 5, + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg", imageAlt: "Modern white sectional sofa" }, { - id: "2", - brand: "Studio Luxe", - name: "Marble Dining Table", - price: "$1,650", - rating: 5, - reviewCount: "218", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg?_wi=3", - imageAlt: "Marble dining table with brass legs" + id: "2", brand: "Studio Luxe", name: "Marble Dining Table", price: "$1,650", rating: 5, + reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg", imageAlt: "Marble dining table with brass legs" }, { - id: "3", - brand: "Studio Luxe", - name: "Sculpted Lounge Chair", - price: "$945", - rating: 5, - reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg?_wi=2", - imageAlt: "Designer lounge chair in cream" + id: "3", brand: "Studio Luxe", name: "Sculpted Lounge Chair", price: "$945", rating: 5, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg", imageAlt: "Designer lounge chair in cream" }, { - id: "4", - brand: "Studio Luxe", - name: "Walnut Bookshelf", - price: "$1,420", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg?_wi=2", - imageAlt: "Modern walnut shelving unit" + id: "4", brand: "Studio Luxe", name: "Walnut Bookshelf", price: "$1,420", rating: 5, + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg", imageAlt: "Modern walnut shelving unit" }, { - id: "5", - brand: "Studio Luxe", - name: "Glass Coffee Table", - price: "$725", - rating: 5, - reviewCount: "267", - imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg?_wi=2", - imageAlt: "Minimalist glass coffee table" + id: "5", brand: "Studio Luxe", name: "Glass Coffee Table", price: "$725", rating: 5, + reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg", imageAlt: "Minimalist glass coffee table" }, { - id: "6", - brand: "Studio Luxe", - name: "Pendant Light Collection", - price: "$385", - rating: 5, - reviewCount: "421", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg?_wi=2", - imageAlt: "Designer pendant lighting" + id: "6", brand: "Studio Luxe", name: "Pendant Light Collection", price: "$385", rating: 5, + reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg", imageAlt: "Designer pendant lighting" } ]} gridVariant="four-items-2x2-equal-grid" @@ -117,34 +81,16 @@ export default function ShopPage() { description="Specialty selections organized by room and design aesthetic." products={[ { - id: "7", - brand: "Studio Luxe", - name: "Minimalist Living Set", - price: "$4,200", - rating: 5, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg?_wi=2", - imageAlt: "Minimalist living room set" + id: "7", brand: "Studio Luxe", name: "Minimalist Living Set", price: "$4,200", rating: 5, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg", imageAlt: "Minimalist living room set" }, { - id: "8", - brand: "Studio Luxe", - name: "Luxury Bedroom Suite", - price: "$3,600", - rating: 5, - reviewCount: "64", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg?_wi=2", - imageAlt: "Luxury bedroom furniture" + id: "8", brand: "Studio Luxe", name: "Luxury Bedroom Suite", price: "$3,600", rating: 5, + reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg", imageAlt: "Luxury bedroom furniture" }, { - id: "9", - brand: "Studio Luxe", - name: "Contemporary Home Office", - price: "$2,950", - rating: 5, - reviewCount: "102", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=2", - imageAlt: "Modern home office setup" + id: "9", brand: "Studio Luxe", name: "Contemporary Home Office", price: "$2,950", rating: 5, + reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Modern home office setup" } ]} gridVariant="three-columns-all-equal-width" @@ -158,8 +104,7 @@ export default function ShopPage() {