diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 50eb61f..8b8f15c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,31 +26,19 @@ export default function LandingPage() { @@ -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() { @@ -203,4 +203,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 0d585ca..78d8b91 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -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"