9 Commits

Author SHA1 Message Date
00a8571f5c Update src/app/page.tsx 2026-03-08 08:14:26 +00:00
676a07d901 Update src/app/layout.tsx 2026-03-08 08:14:25 +00:00
0ec2c00f11 Update src/app/contact/page.tsx 2026-03-08 08:14:24 +00:00
ecc34c2d77 Update src/app/about/page.tsx 2026-03-08 08:14:24 +00:00
8f53b77ab1 Update src/app/page.tsx 2026-03-08 08:11:27 +00:00
8f62dae22f Update src/app/products/page.tsx 2026-03-08 08:08:41 +00:00
c693ae8fdc Update src/app/page.tsx 2026-03-08 08:08:41 +00:00
a5c801add6 Update src/app/contact/page.tsx 2026-03-08 08:08:40 +00:00
2bbf9e2fd7 Update src/app/about/page.tsx 2026-03-08 08:08:40 +00:00

View File

@@ -19,14 +19,13 @@ export default function ProductsPage() {
const navItems = [
{ name: "Featured", id: "featured" },
{ name: "Products", id: "products" },
{ name: "Specs", id: "specs" },
{ name: "Daily Offers", id: "daily-offers" },
{ 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" },
@@ -34,8 +33,7 @@ export default function ProductsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Our Team", href: "#" },
{ label: "Careers", href: "#" },
@@ -43,8 +41,7 @@ export default function ProductsPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "#" },
{ label: "FAQ", href: "#" },
{ label: "Warranty", href: "#" },
@@ -82,52 +79,22 @@ 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"
@@ -145,19 +112,13 @@ 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"