Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45d162407e | |||
| f09ecd5d12 | |||
| 47f25cee94 | |||
| 771ee77d04 |
@@ -26,31 +26,19 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "/products"},
|
||||||
id: "/products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Shop",
|
name: "Shop", id: "/shop"},
|
||||||
id: "/shop",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="FLAXR"
|
brandName="FLAXR"
|
||||||
button={{
|
button={{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "/shop"}}
|
||||||
href: "/shop",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -61,22 +49,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "vision",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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"
|
imageAlt="FLAXR team collaborating on keyboard design"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
title="Our Commitment to Excellence"
|
title="Our Commitment to Excellence"
|
||||||
@@ -90,15 +69,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"IGN",
|
"IGN", "PC Gamer", "TechRadar", "Gamespot", "CNET", "Digital Trends", "Tom's Guide", "Esports Insider"]}
|
||||||
"PC Gamer",
|
|
||||||
"TechRadar",
|
|
||||||
"Gamespot",
|
|
||||||
"CNET",
|
|
||||||
"Digital Trends",
|
|
||||||
"Tom's Guide",
|
|
||||||
"Esports Insider",
|
|
||||||
]}
|
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Industry Leaders"
|
||||||
description="FLAXR is the keyboard of choice for top tech reviewers, professional gamers, and leading eSports organizations worldwide."
|
description="FLAXR is the keyboard of choice for top tech reviewers, professional gamers, and leading eSports organizations worldwide."
|
||||||
showCard={false}
|
showCard={false}
|
||||||
@@ -109,67 +80,41 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Products",
|
title: "Products", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FLAXR ONE 60",
|
label: "FLAXR ONE 60", href: "/products#one-60"},
|
||||||
href: "/products#one-60",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Accessories",
|
label: "Accessories", href: "/products#accessories"},
|
||||||
href: "/products#accessories",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Shop All",
|
label: "Shop All", href: "/shop"},
|
||||||
href: "/shop",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "/blog"},
|
||||||
href: "/blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "/faq"},
|
||||||
href: "/faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Warranty",
|
label: "Warranty", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -62,10 +62,10 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
mediaItems={[
|
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"
|
mediaAnimation="slide-up"
|
||||||
@@ -134,8 +134,8 @@ export default function LandingPage() {
|
|||||||
value: "50+", title: "Design Awards"},
|
value: "50+", title: "Design Awards"},
|
||||||
]}
|
]}
|
||||||
tag="About FLAXR"
|
tag="About FLAXR"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-fire-background-orange-flames_181624-21915.jpg"
|
imageSrc="https://dummyimage.com/800x600/000/fff&text=FLAXR_keyboard_manufacturing"
|
||||||
imageAlt="Abstract representation of FLAXR's engineering legacy"
|
imageAlt="FLAXR keyboard manufacturing process"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -203,4 +203,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -59,13 +59,13 @@ export default function ProductsPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
products={[
|
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"
|
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-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"
|
title="Explore Our Masterpieces"
|
||||||
|
|||||||
Reference in New Issue
Block a user