3 Commits

Author SHA1 Message Date
b778290d78 Merge version_4 into main
Merge version_4 into main
2026-04-28 18:11:32 +00:00
807fcaea45 Update src/app/page.tsx 2026-04-28 18:11:26 +00:00
df0a4ecff0 Merge version_3 into main
Merge version_3 into main
2026-04-28 18:10:24 +00:00

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "Customize Your Own Build", href: "#wizard" }]} buttons={[{ text: "Start Your Custom Build", href: "#wizard" }]}
products={[ products={[
{ id: "1", name: "NVIDIA GeForce RTX 4080", price: "$1,199", variant: "GPU", imageSrc: "http://img.b2bpic.net/free-photo/cryptocurrency-mining-farm_23-2151954729.jpg" }, { id: "1", name: "NVIDIA GeForce RTX 4080", price: "$1,199", variant: "GPU", imageSrc: "http://img.b2bpic.net/free-photo/cryptocurrency-mining-farm_23-2151954729.jpg" },
{ id: "2", name: "Intel Core i9-14900K", price: "$589", variant: "CPU", imageSrc: "http://img.b2bpic.net/free-photo/cpu-processor-motherboard_53876-96834.jpg" }, { id: "2", name: "Intel Core i9-14900K", price: "$589", variant: "CPU", imageSrc: "http://img.b2bpic.net/free-photo/cpu-processor-motherboard_53876-96834.jpg" },