diff --git a/src/app/page.tsx b/src/app/page.tsx index 20bf4f7..01a9cd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,13 +24,15 @@ import { Sparkles, TrendingUp, Users, + Clock, + Gift, } from "lucide-react"; export default function HomePage() { const navItems = [ { name: "Featured", id: "featured" }, { name: "Products", id: "products" }, - { name: "Specs", id: "specs" }, + { name: "Daily Offers", id: "daily-offers" }, { name: "Pricing", id: "pricing" }, ]; @@ -111,13 +113,13 @@ export default function HomePage() { tag="Best Sellers" 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", 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=1", 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", 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=1", 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", 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=1", imageAlt: "StreamMaster Pro RTX 4070 system", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -158,24 +160,24 @@ export default function HomePage() { /> -