Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e57639201 | |||
| 45d162407e | |||
| f09ecd5d12 | |||
| 47f25cee94 | |||
| 771ee77d04 | |||
| bcfe023363 | |||
| 9a99e3f30d | |||
| e106c8c5ad |
@@ -26,31 +26,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
]}
|
||||
brandName="FLAXR"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,22 +49,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "vision",
|
||||
title: "Our Vision: Redefining Interaction",
|
||||
content: "FLAXR envisions a future where human-computer interaction is seamless, intuitive, and deeply personal. We craft tools that don't just perform tasks but enhance your capabilities and elevate your experience.",
|
||||
},
|
||||
id: "vision", title: "Our Vision: Redefining Interaction", content: "FLAXR envisions a future where human-computer interaction is seamless, intuitive, and deeply personal. We craft tools that don't just perform tasks but enhance your capabilities and elevate your experience."},
|
||||
{
|
||||
id: "craftsmanship",
|
||||
title: "The Art of Craftsmanship",
|
||||
content: "Every FLAXR keyboard is a masterpiece of engineering, meticulously designed and built from the finest materials. Our commitment to craftsmanship ensures unparalleled quality, durability, and a premium feel in every touch.",
|
||||
},
|
||||
id: "craftsmanship", title: "The Art of Craftsmanship", content: "Every FLAXR keyboard is a masterpiece of engineering, meticulously designed and built from the finest materials. Our commitment to craftsmanship ensures unparalleled quality, durability, and a premium feel in every touch."},
|
||||
{
|
||||
id: "innovation",
|
||||
title: "Driven by Innovation",
|
||||
content: "Innovation is the heartbeat of FLAXR. We continuously push the boundaries of mechanical keyboard technology, from hot-swappable switches to advanced connectivity, ensuring you're always ahead of the curve.",
|
||||
},
|
||||
id: "innovation", title: "Driven by Innovation", content: "Innovation is the heartbeat of FLAXR. We continuously push the boundaries of mechanical keyboard technology, from hot-swappable switches to advanced connectivity, ensuring you're always ahead of the curve."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-businesswomen-working-with-laptops_74855-2591.jpg"
|
||||
imageSrc="https://dummyimage.com/800x600/000/fff&text=FLAXR_team_designing_keyboard"
|
||||
imageAlt="FLAXR team collaborating on keyboard design"
|
||||
mediaAnimation="slide-up"
|
||||
title="Our Commitment to Excellence"
|
||||
@@ -90,15 +69,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"IGN",
|
||||
"PC Gamer",
|
||||
"TechRadar",
|
||||
"Gamespot",
|
||||
"CNET",
|
||||
"Digital Trends",
|
||||
"Tom's Guide",
|
||||
"Esports Insider",
|
||||
]}
|
||||
"IGN", "PC Gamer", "TechRadar", "Gamespot", "CNET", "Digital Trends", "Tom's Guide", "Esports Insider"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="FLAXR is the keyboard of choice for top tech reviewers, professional gamers, and leading eSports organizations worldwide."
|
||||
showCard={false}
|
||||
@@ -109,67 +80,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "FLAXR ONE 60",
|
||||
href: "/products#one-60",
|
||||
},
|
||||
label: "FLAXR ONE 60", href: "/products#one-60"},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "/products#accessories",
|
||||
},
|
||||
label: "Accessories", href: "/products#accessories"},
|
||||
{
|
||||
label: "Shop All",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Shop All", href: "/shop"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Warranty",
|
||||
href: "#",
|
||||
},
|
||||
label: "Warranty", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -62,10 +62,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piano-keys-synthesizer-black-background-flat-lay_169016-20983.jpg", imageAlt: "FLAXR ONE 60 keyboard, left view"
|
||||
imageSrc: "https://dummyimage.com/600x400/000/fff&text=FLAXR_keyboard_minimalist_desk", imageAlt: "FLAXR minimalist keyboard on a modern desk"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-manager-writing-diagrams-data-computer-creating-official-marketing-report-e-commerce-development-young-employee-planning-financial-project-with-statistics-night-close-up_482257-65001.jpg", imageAlt: "FLAXR ONE 60 keyboard, right view"
|
||||
imageSrc: "https://dummyimage.com/600x400/000/fff&text=FLAXR_keyboard_gamer_setup", imageAlt: "FLAXR gaming keyboard in a competitive setup"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -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>
|
||||
|
||||
@@ -144,8 +134,8 @@ export default function LandingPage() {
|
||||
value: "50+", title: "Design Awards"},
|
||||
]}
|
||||
tag="About FLAXR"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-fire-background-orange-flames_181624-21915.jpg"
|
||||
imageAlt="Abstract representation of FLAXR's engineering legacy"
|
||||
imageSrc="https://dummyimage.com/800x600/000/fff&text=FLAXR_keyboard_manufacturing"
|
||||
imageAlt="FLAXR keyboard manufacturing process"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -213,4 +203,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,13 +59,13 @@ export default function ProductsPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "catalog-1", name: "FLAXR CORE TKL", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062907.jpg", imageAlt: "FLAXR CORE TKL keyboard"
|
||||
id: "catalog-1", name: "FLAXR CORE TKL", price: "$249", imageSrc: "https://dummyimage.com/400x300/000/fff&text=FLAXR_CORE_TKL_front", imageAlt: "FLAXR CORE TKL keyboard"
|
||||
},
|
||||
{
|
||||
id: "catalog-2", name: "FLAXR GHOST 75", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-key-top-view_23-2149680277.jpg", imageAlt: "FLAXR GHOST 75 translucent keyboard"
|
||||
id: "catalog-2", name: "FLAXR GHOST 75", price: "$349", imageSrc: "https://dummyimage.com/400x300/000/fff&text=FLAXR_GHOST_75_translucent", imageAlt: "FLAXR GHOST 75 translucent keyboard"
|
||||
},
|
||||
{
|
||||
id: "catalog-3", name: "FLAXR PULSE", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133137.jpg", imageAlt: "FLAXR PULSE keyboard with RGB lighting"
|
||||
id: "catalog-3", name: "FLAXR PULSE", price: "$199", imageSrc: "https://dummyimage.com/400x300/000/fff&text=FLAXR_PULSE_RGB_closeup", imageAlt: "FLAXR PULSE keyboard with RGB lighting"
|
||||
},
|
||||
{
|
||||
id: "catalog-4", name: "FLAXR CONNECT Cable", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/white-keyboard-with-lights-high-angle_23-2149680240.jpg", imageAlt: "FLAXR premium coiled cable"
|
||||
@@ -74,7 +74,7 @@ export default function ProductsPage() {
|
||||
id: "catalog-5", name: "FLAXR ONE 60 Pro", price: "$329", imageSrc: "http://img.b2bpic.net/free-photo/man-using-gaming-keyboard-fly-spaceship-sf-videogame-close-up_482257-121693.jpg", imageAlt: "Gamer's hands on FLAXR ONE 60 Pro keyboard"
|
||||
},
|
||||
{
|
||||
id: "catalog-6", name: "FLAXR ONE 60 Compact", price: "$279", imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-office-supplies_140725-23274.jpg", imageAlt: "Overhead view of FLAXR ONE 60 Compact keyboard"
|
||||
id: "catalog-6", name: "FLAXR ONE 60 Compact", price: "$279", imageSrc: "https://dummyimage.com/400x300/000/fff&text=FLAXR_ONE_60_compact_desk", imageAlt: "Overhead view of FLAXR ONE 60 Compact keyboard"
|
||||
},
|
||||
]}
|
||||
title="Explore Our Masterpieces"
|
||||
|
||||
Reference in New Issue
Block a user