Update src/app/page.tsx

This commit is contained in:
2026-06-10 16:09:16 +00:00
parent 9a99e3f30d
commit bcfe023363

View File

@@ -102,31 +102,21 @@ export default function LandingPage() {
<div id="product-showcase" data-section="product-showcase">
<ProductCardFour
textboxLayout="default"
gridVariant="bento-grid"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
carouselMode="buttons"
products={[
{
id: "prod-1", name: "FLAXR ONE 60 - Obsidian", price: "$349", variant: "Gaming", imageSrc: "http://img.b2bpic.net/free-photo/glowing-fire-flames-black-background_181624-43666.jpg", imageAlt: "FLAXR ONE 60 keyboard cinematic render, fire effect"},
{
id: "prod-2", name: "FLAXR ONE 60 - Ember", price: "$349", variant: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/glowing-abstract-flame-black-background_181624-43665.jpg", imageAlt: "FLAXR ONE 60 keyboard cinematic render, glowing ember effect"},
{
id: "prod-3", name: "FLAXR ONE 60 - Inferno", price: "$349", variant: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/hot-flame-darkness-abstract-wallpaper_181624-52648.jpg", imageAlt: "Close-up of FLAXR ONE 60 PBT keycaps, fire sparks"},
{
id: "prod-4", name: "FLAXR ONE 60 - Phoenix", price: "$349", variant: "Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/fiery-abstract-background-glowing-effect_181624-41133.jpg?_wi=1", imageAlt: "FLAXR ONE 60 hot-swappable switch, fiery glow"},
{
id: "prod-5", name: "FLAXR ONE 60 - Spectre", price: "$349", variant: "Stealth", imageSrc: "http://img.b2bpic.net/free-photo/fiery-abstract-background-glowing-effect_181624-41133.jpg?_wi=2", imageAlt: "FLAXR ONE 60 keyboard with orange backlight, fire reflection"},
{
id: "prod-6", name: "FLAXR ONE 60 - Origin", price: "$349", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-blue-keyboard-with-lights_23-2149680230.jpg", imageAlt: "FLAXR ONE 60 keyboard in a minimalist desk setup, soft glow"}
id: "flaxr-initium", name: "FLAXR Initium", price: "$499", variant: "Founders Edition", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-gaming-keyboard_482257-25139.jpg", imageAlt: "FLAXR Initium Founders Edition mechanical keyboard"
}
]}
title="FLAXR: Igniting Precision"
description="Immerse yourself in a world where design meets raw power. Our curated collection embodies the spirit of innovation, with each product a masterpiece of engineering and aesthetics, presented with cinematic detail."
tag="The Collection"
title="Introducing FLAXR Initium: The Genesis of Control"
description="Experience the pinnacle of mechanical keyboard engineering. FLAXR Initium, our Founders Edition, redefines precision, craftsmanship, and personalized performance."
animationType="blur-reveal"
buttons={[
{
text: "Shop Now", href: "#product-showcase"}
]}
carouselMode="buttons"
/>
</div>