Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bcfe023363 | |||
| 9a99e3f30d | |||
| e106c8c5ad |
@@ -102,31 +102,21 @@ export default function LandingPage() {
|
|||||||
<div id="product-showcase" data-section="product-showcase">
|
<div id="product-showcase" data-section="product-showcase">
|
||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
carouselMode="buttons"
|
|
||||||
products={[
|
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: "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"
|
||||||
{
|
}
|
||||||
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"}
|
|
||||||
]}
|
]}
|
||||||
title="FLAXR: Igniting Precision"
|
title="Introducing FLAXR Initium: The Genesis of Control"
|
||||||
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."
|
description="Experience the pinnacle of mechanical keyboard engineering. FLAXR Initium, our Founders Edition, redefines precision, craftsmanship, and personalized performance."
|
||||||
tag="The Collection"
|
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now", href: "#product-showcase"}
|
text: "Shop Now", href: "#product-showcase"}
|
||||||
]}
|
]}
|
||||||
|
carouselMode="buttons"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user