Merge version_1 into main #3
@@ -32,22 +32,22 @@ export default function HomePage() {
|
||||
const featuredProducts = [
|
||||
{
|
||||
id: "1", brand: "TechNova Elite", name: "Gaming PC Pro Max", price: "$2,499.00", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-man-play-spaceship-flying-game_482257-121661.jpg", imageAlt: "premium gaming PC tower RGB lighting"},
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-man-play-spaceship-flying-game_482257-121661.jpg?_wi=1", imageAlt: "premium gaming PC tower RGB lighting"},
|
||||
{
|
||||
id: "2", brand: "TechNova Office", name: "Business Workstation", price: "$1,299.00", rating: 4,
|
||||
reviewCount: "89", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "professional office workstation"},
|
||||
reviewCount: "89", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "professional office workstation"},
|
||||
{
|
||||
id: "3", brand: "TechNova Mobile", name: "Ultra-thin Laptop 15\"", price: "$1,599.00", rating: 5,
|
||||
reviewCount: "203", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "ultra-thin laptop 15 inch"},
|
||||
reviewCount: "203", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "ultra-thin laptop 15 inch"},
|
||||
{
|
||||
id: "4", brand: "TechNova Components", name: "RTX 4090 Graphics Card", price: "$1,799.00", rating: 5,
|
||||
reviewCount: "342", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "RTX 4090 graphics card"},
|
||||
reviewCount: "342", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "RTX 4090 graphics card"},
|
||||
{
|
||||
id: "5", brand: "TechNova Components", name: "Intel Core i9 Processor", price: "$599.00", rating: 5,
|
||||
reviewCount: "127", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Intel Core i9 processor"},
|
||||
reviewCount: "127", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Intel Core i9 processor"},
|
||||
{
|
||||
id: "6", brand: "TechNova Parts", name: "32GB DDR5 RAM Kit", price: "$399.00", rating: 4,
|
||||
reviewCount: "95", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "32GB DDR5 RAM kit"},
|
||||
reviewCount: "95", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "32GB DDR5 RAM kit"},
|
||||
];
|
||||
|
||||
const features = [
|
||||
@@ -55,27 +55,27 @@ export default function HomePage() {
|
||||
title: "High Performance Computers", description: "Top-tier processors, graphics cards, and components for gaming, work, and creativity", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-microchip-processor-background_52683-58485.jpg", imageAlt: "CPU processor computer chip technology"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-microchip-processor-background_52683-58485.jpg?_wi=1", imageAlt: "CPU processor computer chip technology"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-with-powerful-computer-online-competition-streaming-chair_482257-2063.jpg", imageAlt: "gaming graphics card RTX professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-with-powerful-computer-online-competition-streaming-chair_482257-2063.jpg?_wi=1", imageAlt: "gaming graphics card RTX professional"},
|
||||
] as [MediaItem, MediaItem],
|
||||
},
|
||||
{
|
||||
title: "Trusted Local Store", description: "Been serving the community for years with honest advice and fair prices", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-using-computer-library_23-2147678845.jpg", imageAlt: "local computer store professional staff"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-using-computer-library_23-2147678845.jpg?_wi=1", imageAlt: "local computer store professional staff"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg", imageAlt: "customer service support team helpdesk"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=1", imageAlt: "customer service support team helpdesk"},
|
||||
] as [MediaItem, MediaItem],
|
||||
},
|
||||
{
|
||||
title: "Warranty & Support", description: "Comprehensive warranty coverage and dedicated technical support team", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-signing-business-contract_53876-65436.jpg", imageAlt: "warranty certificate guarantee document"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-signing-business-contract_53876-65436.jpg?_wi=1", imageAlt: "warranty certificate guarantee document"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-woman-analyzes-designs-computer_482257-121307.jpg", imageAlt: "technical support specialist helping customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-woman-analyzes-designs-computer_482257-121307.jpg?_wi=1", imageAlt: "technical support specialist helping customer"},
|
||||
] as [MediaItem, MediaItem],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -19,28 +19,28 @@ export default function ProductsPage() {
|
||||
const allProducts = [
|
||||
{
|
||||
id: "1", brand: "TechNova Elite", name: "Gaming PC Pro Max", price: "$2,499.00", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-man-play-spaceship-flying-game_482257-121661.jpg", imageAlt: "premium gaming PC tower RGB lighting"},
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-man-play-spaceship-flying-game_482257-121661.jpg?_wi=2", imageAlt: "premium gaming PC tower RGB lighting"},
|
||||
{
|
||||
id: "2", brand: "TechNova Office", name: "Business Workstation", price: "$1,299.00", rating: 4,
|
||||
reviewCount: "89", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "professional office workstation"},
|
||||
reviewCount: "89", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "professional office workstation"},
|
||||
{
|
||||
id: "3", brand: "TechNova Mobile", name: "Ultra-thin Laptop 15\"", price: "$1,599.00", rating: 5,
|
||||
reviewCount: "203", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "ultra-thin laptop 15 inch"},
|
||||
reviewCount: "203", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "ultra-thin laptop 15 inch"},
|
||||
{
|
||||
id: "4", brand: "TechNova Components", name: "RTX 4090 Graphics Card", price: "$1,799.00", rating: 5,
|
||||
reviewCount: "342", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "RTX 4090 graphics card"},
|
||||
reviewCount: "342", imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "RTX 4090 graphics card"},
|
||||
{
|
||||
id: "5", brand: "TechNova Components", name: "Intel Core i9 Processor", price: "$599.00", rating: 5,
|
||||
reviewCount: "127", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Intel Core i9 processor"},
|
||||
reviewCount: "127", imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Intel Core i9 processor"},
|
||||
{
|
||||
id: "6", brand: "TechNova Parts", name: "32GB DDR5 RAM Kit", price: "$399.00", rating: 4,
|
||||
reviewCount: "95", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "32GB DDR5 RAM kit"},
|
||||
reviewCount: "95", imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "32GB DDR5 RAM kit"},
|
||||
{
|
||||
id: "7", brand: "TechNova Storage", name: "2TB NVMe SSD", price: "$249.00", rating: 5,
|
||||
reviewCount: "234", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "2TB NVMe SSD storage"},
|
||||
reviewCount: "234", imageSrc: "/placeholders/placeholder1.webp?_wi=11", imageAlt: "2TB NVMe SSD storage"},
|
||||
{
|
||||
id: "8", brand: "TechNova Cooling", name: "Liquid Cooling System", price: "$329.00", rating: 5,
|
||||
reviewCount: "178", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "liquid cooling system"},
|
||||
reviewCount: "178", imageSrc: "/placeholders/placeholder1.webp?_wi=12", imageAlt: "liquid cooling system"},
|
||||
];
|
||||
|
||||
interface MediaItem {
|
||||
@@ -53,27 +53,27 @@ export default function ProductsPage() {
|
||||
title: "Gaming Performance", description: "High-end gaming PCs with the latest graphics cards and processors", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-microchip-processor-background_52683-58485.jpg", imageAlt: "CPU processor computer chip technology"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-microchip-processor-background_52683-58485.jpg?_wi=2", imageAlt: "CPU processor computer chip technology"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-with-powerful-computer-online-competition-streaming-chair_482257-2063.jpg", imageAlt: "gaming graphics card RTX professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-with-powerful-computer-online-competition-streaming-chair_482257-2063.jpg?_wi=2", imageAlt: "gaming graphics card RTX professional"},
|
||||
] as [MediaItem, MediaItem],
|
||||
},
|
||||
{
|
||||
title: "Professional Workstations", description: "Designed for creative professionals and business users", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-using-computer-library_23-2147678845.jpg", imageAlt: "local computer store professional staff"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-using-computer-library_23-2147678845.jpg?_wi=2", imageAlt: "local computer store professional staff"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg", imageAlt: "customer service support team helpdesk"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=2", imageAlt: "customer service support team helpdesk"},
|
||||
] as [MediaItem, MediaItem],
|
||||
},
|
||||
{
|
||||
title: "Components & Upgrades", description: "Individual components for custom PC builds and system upgrades", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-signing-business-contract_53876-65436.jpg", imageAlt: "warranty certificate guarantee document"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-signing-business-contract_53876-65436.jpg?_wi=2", imageAlt: "warranty certificate guarantee document"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-woman-analyzes-designs-computer_482257-121307.jpg", imageAlt: "technical support specialist helping customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-woman-analyzes-designs-computer_482257-121307.jpg?_wi=2", imageAlt: "technical support specialist helping customer"},
|
||||
] as [MediaItem, MediaItem],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user