diff --git a/src/app/page.tsx b/src/app/page.tsx index fce55aa..c7e8dde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { textboxLayout="split" gridVariant="bento-grid" useInvertedBackground={false} - buttons={[{ text: "Customize Your Own Build", href: "#wizard" }]} + buttons={[{ text: "Start Your Custom Build", href: "#wizard" }]} 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: "2", name: "Intel Core i9-14900K", price: "$589", variant: "CPU", imageSrc: "http://img.b2bpic.net/free-photo/cpu-processor-motherboard_53876-96834.jpg" },