Update src/app/about/page.tsx

This commit is contained in:
2026-03-10 14:05:21 +00:00
parent da20a534e2
commit 962bdcdc39

View File

@@ -19,30 +19,27 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Products",
items: [
{ label: "Shop All", href: "shop" },
title: "Products", items: [
{ label: "Shop All", href: "/shop" },
{ label: "Featured", href: "#featured-products" },
{ label: "Accessories", href: "shop" },
{ label: "Bundles", href: "shop" },
{ label: "Accessories", href: "/shop" },
{ label: "Bundles", href: "/shop" },
],
},
{
title: "Company",
items: [
{ label: "About RHT", href: "about" },
title: "Company", items: [
{ label: "About RHT", href: "#about" },
{ label: "Engineering", href: "#engineering-highlights" },
{ label: "Careers", href: "#" },
{ label: "Blog", href: "#" },
],
},
{
title: "Support",
items: [
{ label: "Help Center", href: "support" },
title: "Support", items: [
{ label: "Help Center", href: "#support" },
{ label: "Compatibility", href: "#compatibility" },
{ label: "Downloads", href: "#" },
{ label: "Contact Us", href: "contact" },
{ label: "Contact Us", href: "#contact" },
],
},
];
@@ -64,7 +61,7 @@ export default function AboutPage() {
<NavbarStyleCentered
brandName="RHT"
navItems={navItems}
button={{ text: "Buy Now", href: "shop" }}
button={{ text: "Buy Now", href: "/shop" }}
/>
</div>
@@ -77,46 +74,27 @@ export default function AboutPage() {
subdescription="Every component machined to specification"
icon={Shield}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-cnc-machining-workshop-inte-1773081598682-5e7ebe8d.png?_wi=3"
imageAlt="Professional CNC machining workshop interior"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="why-rht" data-section="why-rht">
<div id="about-story" data-section="about-story">
<FeatureCardSeven
title="Why Choose RHT"
description="Engineered precision meets affordable excellence. RHT combines aerospace-grade materials with sim racing expertise."
tag="Our Difference"
title="Our Story"
description="From passion for simulation to premium hardware engineering. RHT is built by racers, for racers."
tag="Our Heritage"
tagIcon={CheckCircle}
features={[
{
id: 1,
title: "Engineered in Hungary",
description:
"Manufactured by passionate engineers who understand simulation hardware from the ground up. Every component is tested for durability and performance.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/modern-hungarian-engineering-workshop-en-1773081598097-09a9eeb1.png?_wi=2",
imageAlt: "Modern Hungarian engineering workshop",
},
title: "Founded by Sim Racers", description: "Started in Hungary by a group of professional esports racers who were frustrated with existing hardware. We decided to engineer better.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/modern-hungarian-engineering-workshop-en-1773081598097-09a9eeb1.png?_wi=3"},
{
id: 2,
title: "Aircraft-Grade Materials",
description:
"We use premium materials including aluminum, carbon fiber, and precision CNC components built to withstand professional-grade use.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/close-up-showcase-of-premium-materials-u-1773081598479-8c473755.png?_wi=3",
imageAlt: "Close-up showcase of premium materials",
},
title: "Precision Manufacturing", description: "We partnered with aerospace suppliers to access premium materials and CNC machining capabilities used in flight simulation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/close-up-showcase-of-premium-materials-u-1773081598479-8c473755.png?_wi=3"},
{
id: 3,
title: "Built for Sim Racers",
description:
"Designed by simulation enthusiasts for simulation enthusiasts. Every product is optimized for iRacing, Assetto Corsa, and RaceRoom compatibility.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/immersive-sim-racing-environment-showing-1773081598565-ee772b60.png?_wi=2",
imageAlt: "Immersive sim racing environment",
},
title: "Tested by Champions", description: "All RHT products are validated by professional esports racers and flight simulation instructors to ensure competition-grade performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/immersive-sim-racing-environment-showing-1773081598565-ee772b60.png?_wi=3"},
]}
animationType="blur-reveal"
textboxLayout="default"