Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0c62d1dbb | |||
| c6dda02f24 | |||
| 5d78660dd7 | |||
| 34d5ad1e33 | |||
| bdda56b20a | |||
| 011388d43c | |||
| 28b6dca2ba | |||
| f6c731832f | |||
| d06c1bec95 | |||
| d942ce87e2 | |||
| 38cc94c978 | |||
| 63ab00f704 | |||
| 050d9a150f | |||
| e7d00c41ab | |||
| 0c1230c6ed | |||
| 4ba7fef801 | |||
| 9a12a5d2b4 | |||
| f1bc017e19 | |||
| 820c54de46 | |||
| f397e38d46 | |||
| 89d0142527 | |||
| 8b81db06b9 | |||
| 758bc5458c | |||
| b9428efc1c |
@@ -19,13 +19,14 @@ export default function ProductsPage() {
|
||||
const navItems = [
|
||||
{ name: "Featured", id: "featured" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Daily Offers", id: "daily-offers" },
|
||||
{ name: "Specs", id: "specs" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Products", items: [
|
||||
title: "Products",
|
||||
items: [
|
||||
{ label: "Gaming PCs", href: "/products" },
|
||||
{ label: "Gaming Laptops", href: "/products" },
|
||||
{ label: "Custom Builds", href: "/products" },
|
||||
@@ -33,7 +34,8 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Our Team", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -41,7 +43,8 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Contact Us", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Warranty", href: "#" },
|
||||
@@ -79,22 +82,52 @@ export default function ProductsPage() {
|
||||
tag="Full Selection"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "UltraForce Elite RTX 4090", price: "$3,499.00", imageSrc: "http://img.b2bpic.net/free-photo/dangerous-hacker-with-his-team-doing-cyber-crimes-from-his-apartment_482257-21831.jpg?_wi=2", imageAlt: "UltraForce Elite RTX 4090 gaming PC", initialQuantity: 1,
|
||||
id: "1",
|
||||
name: "UltraForce Elite RTX 4090",
|
||||
price: "$3,499.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dangerous-hacker-with-his-team-doing-cyber-crimes-from-his-apartment_482257-21831.jpg?_wi=2",
|
||||
imageAlt: "UltraForce Elite RTX 4090 gaming PC",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "ProGamer Titanium RTX 4080", price: "$2,299.00", imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-controller_23-2149529372.jpg?_wi=2", imageAlt: "ProGamer Titanium RTX 4080 laptop", initialQuantity: 1,
|
||||
id: "2",
|
||||
name: "ProGamer Titanium RTX 4080",
|
||||
price: "$2,299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-controller_23-2149529372.jpg?_wi=2",
|
||||
imageAlt: "ProGamer Titanium RTX 4080 laptop",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "StreamMaster Pro RTX 4070", price: "$1,799.00", imageSrc: "http://img.b2bpic.net/free-photo/computerchip-technology-electronics-industry_93675-128229.jpg?_wi=2", imageAlt: "StreamMaster Pro RTX 4070 system", initialQuantity: 1,
|
||||
id: "3",
|
||||
name: "StreamMaster Pro RTX 4070",
|
||||
price: "$1,799.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computerchip-technology-electronics-industry_93675-128229.jpg?_wi=2",
|
||||
imageAlt: "StreamMaster Pro RTX 4070 system",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4", name: "GamingEssentials RTX 3080", price: "$1,299.00", imageSrc: "http://img.b2bpic.net/free-photo/dangerous-hacker-with-his-team-doing-cyber-crimes-from-his-apartment_482257-21831.jpg?_wi=3", imageAlt: "GamingEssentials RTX 3080 system", initialQuantity: 1,
|
||||
id: "4",
|
||||
name: "GamingEssentials RTX 3080",
|
||||
price: "$1,299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dangerous-hacker-with-his-team-doing-cyber-crimes-from-his-apartment_482257-21831.jpg?_wi=3",
|
||||
imageAlt: "GamingEssentials RTX 3080 system",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5", name: "EsportsMaster RTX 3070 Ti", price: "$999.00", imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-controller_23-2149529372.jpg?_wi=3", imageAlt: "EsportsMaster RTX 3070 Ti system", initialQuantity: 1,
|
||||
id: "5",
|
||||
name: "EsportsMaster RTX 3070 Ti",
|
||||
price: "$999.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-controller_23-2149529372.jpg?_wi=3",
|
||||
imageAlt: "EsportsMaster RTX 3070 Ti system",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6", name: "BudgetGamer RTX 3060", price: "$699.00", imageSrc: "http://img.b2bpic.net/free-photo/computerchip-technology-electronics-industry_93675-128229.jpg?_wi=3", imageAlt: "BudgetGamer RTX 3060 system", initialQuantity: 1,
|
||||
id: "6",
|
||||
name: "BudgetGamer RTX 3060",
|
||||
price: "$699.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computerchip-technology-electronics-industry_93675-128229.jpg?_wi=3",
|
||||
imageAlt: "BudgetGamer RTX 3060 system",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -112,13 +145,19 @@ export default function ProductsPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Unbeatable Performance", description: "Latest-generation GPUs and CPUs deliver exceptional frame rates and responsiveness for competitive advantage."},
|
||||
title: "Unbeatable Performance",
|
||||
description: "Latest-generation GPUs and CPUs deliver exceptional frame rates and responsiveness for competitive advantage.",
|
||||
},
|
||||
{
|
||||
icon: Thermometer,
|
||||
title: "Expert Thermal Management", description: "Advanced cooling solutions ensure optimal temperatures even during marathon gaming sessions and streaming."},
|
||||
title: "Expert Thermal Management",
|
||||
description: "Advanced cooling solutions ensure optimal temperatures even during marathon gaming sessions and streaming.",
|
||||
},
|
||||
{
|
||||
icon: Cpu,
|
||||
title: "Premium Components", description: "We partner with industry leaders like NVIDIA, AMD, and Intel to source the best components available."},
|
||||
title: "Premium Components",
|
||||
description: "We partner with industry leaders like NVIDIA, AMD, and Intel to source the best components available.",
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user