Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 807fcaea45 | |||
| df0a4ecff0 | |||
| fb84560225 | |||
| 0b90163691 | |||
| 32a4290b3e | |||
| 0cd0618712 |
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user