6 Commits

Author SHA1 Message Date
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
fb84560225 Update src/app/page.tsx 2026-04-28 18:10:21 +00:00
0b90163691 Merge version_2 into main
Merge version_2 into main
2026-04-28 18:08:58 +00:00
32a4290b3e Update src/app/page.tsx 2026-04-28 18:08:55 +00:00
0cd0618712 Merge version_1 into main
Merge version_1 into main
2026-04-28 18:07:00 +00:00

View File

@@ -73,6 +73,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
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" },
@@ -138,9 +139,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "1", title: "Is the builder free?", content: "Yes, our build recommendations are 100% free." }, { id: "1", title: "Is the builder free to use?", content: "Yes, our build recommendations are 100% free." },
{ id: "2", title: "How is compatibility checked?", content: "Our logic validates power draw, socket types, and case dimensions." }, { id: "2", title: "How does the compatibility check work?", content: "Our logic validates power draw, socket types, and case dimensions." },
{ id: "3", title: "Can I regenerate builds?", content: "Yes, use the 'Regenerate Build' button after viewing results." } { id: "3", title: "Can I regenerate my build?", content: "Yes, use the 'Regenerate Build' button after viewing results." }
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Get answers about our build logic and site features." description="Get answers about our build logic and site features."