Update src/app/products/page.tsx
This commit is contained in:
@@ -17,9 +17,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
};
|
||||
text: "Shop Now", href: "/products"};
|
||||
|
||||
export default function ProductsPage() {
|
||||
return (
|
||||
@@ -56,75 +54,27 @@ export default function ProductsPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Premium Wireless Headphones",
|
||||
price: "$299",
|
||||
variant: "Matte Black - 2 Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=3",
|
||||
imageAlt: "Premium Wireless Headphones",
|
||||
isFavorited: false,
|
||||
id: "1", name: "Premium Wireless Headphones", price: "$299", variant: "Matte Black - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg", imageAlt: "Premium Wireless Headphones", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Designer Watch Collection",
|
||||
price: "$599",
|
||||
variant: "Silver Steel - 4 Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg?_wi=3",
|
||||
imageAlt: "Designer Watch Collection",
|
||||
isFavorited: false,
|
||||
id: "2", name: "Designer Watch Collection", price: "$599", variant: "Silver Steel - 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg", imageAlt: "Designer Watch Collection", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Advanced Camera Lens",
|
||||
price: "$1,299",
|
||||
variant: "Professional Grade - 3 Variants",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg?_wi=3",
|
||||
imageAlt: "Advanced Camera Lens",
|
||||
isFavorited: false,
|
||||
id: "3", name: "Advanced Camera Lens", price: "$1,299", variant: "Professional Grade - 3 Variants", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg", imageAlt: "Advanced Camera Lens", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luxury Leather Backpack",
|
||||
price: "$449",
|
||||
variant: "Cognac Brown - 5 Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg?_wi=2",
|
||||
imageAlt: "Luxury Leather Backpack",
|
||||
isFavorited: false,
|
||||
id: "4", name: "Luxury Leather Backpack", price: "$449", variant: "Cognac Brown - 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg", imageAlt: "Luxury Leather Backpack", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Smart Home Hub Pro",
|
||||
price: "$199",
|
||||
variant: "Charcoal - 2 Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg?_wi=2",
|
||||
imageAlt: "Smart Home Hub Pro",
|
||||
isFavorited: false,
|
||||
id: "5", name: "Smart Home Hub Pro", price: "$199", variant: "Charcoal - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg", imageAlt: "Smart Home Hub Pro", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Premium Sunglasses",
|
||||
price: "$349",
|
||||
variant: "Classic Aviator - 6 Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349189.jpg?_wi=2",
|
||||
imageAlt: "Premium Sunglasses",
|
||||
isFavorited: false,
|
||||
id: "6", name: "Premium Sunglasses", price: "$349", variant: "Classic Aviator - 6 Colors", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349189.jpg", imageAlt: "Premium Sunglasses", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Flagship Smartphone",
|
||||
price: "$999",
|
||||
variant: "Graphite - Ultra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=4",
|
||||
imageAlt: "Flagship Smartphone",
|
||||
},
|
||||
id: "7", name: "Flagship Smartphone", price: "$999", variant: "Graphite - Ultra", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg", imageAlt: "Flagship Smartphone"},
|
||||
{
|
||||
id: "8",
|
||||
name: "Gaming Laptop",
|
||||
price: "$2,499",
|
||||
variant: "RGB Edition - Pro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg?_wi=4",
|
||||
imageAlt: "Gaming Laptop",
|
||||
},
|
||||
id: "8", name: "Gaming Laptop", price: "$2,499", variant: "RGB Edition - Pro", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg", imageAlt: "Gaming Laptop"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,29 +109,11 @@ export default function ProductsPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "9",
|
||||
name: "Wireless Earbuds Pro",
|
||||
price: "$249",
|
||||
variant: "Pearl White - Max",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg?_wi=4",
|
||||
imageAlt: "Wireless Earbuds Pro",
|
||||
},
|
||||
id: "9", name: "Wireless Earbuds Pro", price: "$249", variant: "Pearl White - Max", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg", imageAlt: "Wireless Earbuds Pro"},
|
||||
{
|
||||
id: "10",
|
||||
name: "Portable Charger Ultra",
|
||||
price: "$89",
|
||||
variant: "Space Gray - Fast Charge",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg?_wi=3",
|
||||
imageAlt: "Portable Charger Ultra",
|
||||
},
|
||||
id: "10", name: "Portable Charger Ultra", price: "$89", variant: "Space Gray - Fast Charge", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg", imageAlt: "Portable Charger Ultra"},
|
||||
{
|
||||
id: "11",
|
||||
name: "Premium Screen Protector",
|
||||
price: "$29",
|
||||
variant: "Tempered Glass - Anti-Glare",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg?_wi=3",
|
||||
imageAlt: "Premium Screen Protector",
|
||||
},
|
||||
id: "11", name: "Premium Screen Protector", price: "$29", variant: "Tempered Glass - Anti-Glare", imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg", imageAlt: "Premium Screen Protector"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user