From 72817f54aaa22da017d6377283b9021de7c61f54 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:38:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1a6f2b..f157094 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; @@ -87,21 +87,22 @@ export default function LandingPage() { />
- console.log('Crimson Glide quantity:', quantity) }, + { id: "tactile-emerald", name: "Emerald Tact Tactile", price: "$0.70/switch", imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-computer-keyboard_53876-42525.jpg", imageAlt: "Emerald Tact Tactile Switch", initialQuantity: 1, onQuantityChange: (quantity) => console.log('Emerald Tact quantity:', quantity) }, + { id: "clicky-sapphire", name: "Sapphire Click Clicky", price: "$0.75/switch", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-colorful-condoms-with-copy-space_23-2148495965.jpg", imageAlt: "Sapphire Click Clicky Switch", initialQuantity: 1, onQuantityChange: (quantity) => console.log('Sapphire Click quantity:', quantity) }, + { id: "silent-onyx", name: "Onyx Silent Linear", price: "$0.80/switch", imageSrc: "http://img.b2bpic.net/free-photo/concept-creativity-organized-colorful-domino-blocks_181624-60191.jpg", imageAlt: "Onyx Silent Switch", initialQuantity: 1, onQuantityChange: (quantity) => console.log('Onyx Silent quantity:', quantity) }, + { id: "pro-gold", name: "Pro Gold Heavy Tactile", price: "$0.85/switch", imageSrc: "http://img.b2bpic.net/free-photo/brunette-blogger-writing-laptop_23-2148192346.jpg", imageAlt: "Pro Gold Tactile Switch", initialQuantity: 1, onQuantityChange: (quantity) => console.log('Pro Gold quantity:', quantity) }, + { id: "speed-silver", name: "Silver Speed Linear", price: "$0.68/switch", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-keyboard-with-lights_23-2149680252.jpg", imageAlt: "Silver Speed Linear Switch", initialQuantity: 1, onQuantityChange: (quantity) => console.log('Silver Speed quantity:', quantity) } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} + carouselMode="buttons" />
@@ -176,4 +177,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1