Merge version_4 into main #6
@@ -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"
|
||||
@@ -134,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>
|
||||
@@ -203,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