3 Commits

Author SHA1 Message Date
5f8e1c1e34 Update src/app/shop/page.tsx 2026-03-10 14:05:26 +00:00
4ea51dd1f6 Update src/app/page.tsx 2026-03-10 14:05:24 +00:00
962bdcdc39 Update src/app/about/page.tsx 2026-03-10 14:05:21 +00:00
3 changed files with 59 additions and 196 deletions

View File

@@ -19,30 +19,27 @@ export default function AboutPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Products", title: "Products", items: [
items: [ { label: "Shop All", href: "/shop" },
{ label: "Shop All", href: "shop" },
{ label: "Featured", href: "#featured-products" }, { label: "Featured", href: "#featured-products" },
{ label: "Accessories", href: "shop" }, { label: "Accessories", href: "/shop" },
{ label: "Bundles", href: "shop" }, { label: "Bundles", href: "/shop" },
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [ { label: "About RHT", href: "#about" },
{ label: "About RHT", href: "about" },
{ label: "Engineering", href: "#engineering-highlights" }, { label: "Engineering", href: "#engineering-highlights" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
{ label: "Blog", href: "#" }, { label: "Blog", href: "#" },
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [ { label: "Help Center", href: "#support" },
{ label: "Help Center", href: "support" },
{ label: "Compatibility", href: "#compatibility" }, { label: "Compatibility", href: "#compatibility" },
{ label: "Downloads", href: "#" }, { label: "Downloads", href: "#" },
{ label: "Contact Us", href: "contact" }, { label: "Contact Us", href: "#contact" },
], ],
}, },
]; ];
@@ -64,7 +61,7 @@ export default function AboutPage() {
<NavbarStyleCentered <NavbarStyleCentered
brandName="RHT" brandName="RHT"
navItems={navItems} navItems={navItems}
button={{ text: "Buy Now", href: "shop" }} button={{ text: "Buy Now", href: "/shop" }}
/> />
</div> </div>
@@ -77,46 +74,27 @@ export default function AboutPage() {
subdescription="Every component machined to specification" subdescription="Every component machined to specification"
icon={Shield} 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" 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" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="why-rht" data-section="why-rht"> <div id="about-story" data-section="about-story">
<FeatureCardSeven <FeatureCardSeven
title="Why Choose RHT" title="Our Story"
description="Engineered precision meets affordable excellence. RHT combines aerospace-grade materials with sim racing expertise." description="From passion for simulation to premium hardware engineering. RHT is built by racers, for racers."
tag="Our Difference" tag="Our Heritage"
tagIcon={CheckCircle} tagIcon={CheckCircle}
features={[ features={[
{ {
id: 1, id: 1,
title: "Engineered in Hungary", 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"},
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",
},
{ {
id: 2, id: 2,
title: "Aircraft-Grade 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"},
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",
},
{ {
id: 3, id: 3,
title: "Built for Sim Racers", 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"},
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",
},
]} ]}
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Products", title: "Products", items: [
items: [
{ label: "Shop All", href: "/shop" }, { label: "Shop All", href: "/shop" },
{ label: "Featured", href: "#featured-products" }, { label: "Featured", href: "#featured-products" },
{ label: "Accessories", href: "/shop" }, { label: "Accessories", href: "/shop" },
@@ -33,8 +32,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About RHT", href: "#about" }, { label: "About RHT", href: "#about" },
{ label: "Engineering", href: "#engineering-highlights" }, { label: "Engineering", href: "#engineering-highlights" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
@@ -42,8 +40,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Help Center", href: "#support" }, { label: "Help Center", href: "#support" },
{ label: "Compatibility", href: "#compatibility" }, { label: "Compatibility", href: "#compatibility" },
{ label: "Downloads", href: "#" }, { label: "Downloads", href: "#" },
@@ -69,9 +66,7 @@ export default function HomePage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Buy Now", text: "Buy Now", href: "/shop"}}
href: "/shop",
}}
brandName="RHT" brandName="RHT"
/> />
</div> </div>
@@ -82,27 +77,17 @@ export default function HomePage() {
description="Engineering the Ultimate Simulation Experience. Premium Hungarian-crafted hardware for serious racers and flight sim enthusiasts." description="Engineering the Ultimate Simulation Experience. Premium Hungarian-crafted hardware for serious racers and flight sim enthusiasts."
buttons={[ buttons={[
{ {
text: "Explore Products", text: "Explore Products", href: "/shop"},
href: "/shop",
},
{ {
text: "Learn More", text: "Learn More", href: "#about"},
href: "#about",
},
]} ]}
slides={[ slides={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/a-professional-sim-racing-cockpit-setup--1773081597858-b2fea5b3.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/a-professional-sim-racing-cockpit-setup--1773081597858-b2fea5b3.png", imageAlt: "RHT Racing HUD Tech hero showcase 1"},
imageAlt: "RHT Racing HUD Tech hero showcase 1",
},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/close-up-detail-shot-of-precision-cnc-ma-1773081598136-df6a44dc.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/close-up-detail-shot-of-precision-cnc-ma-1773081598136-df6a44dc.png", imageAlt: "RHT Racing HUD Tech hero showcase 2"},
imageAlt: "RHT Racing HUD Tech hero showcase 2",
},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/dynamic-flight-simulator-cockpit-setup-f-1773081598423-992f2114.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/dynamic-flight-simulator-cockpit-setup-f-1773081598423-992f2114.png", imageAlt: "RHT Racing HUD Tech hero showcase 3"},
imageAlt: "RHT Racing HUD Tech hero showcase 3",
},
]} ]}
autoplayDelay={5000} autoplayDelay={5000}
showDimOverlay={true} showDimOverlay={true}
@@ -117,36 +102,16 @@ export default function HomePage() {
tagIcon={Sparkles} tagIcon={Sparkles}
products={[ products={[
{ {
id: "1", id: "1", name: "Eclipse Motion Pro", price: "$349.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/premium-racing-wheel-product-photo-the-e-1773081597615-3dad3de8.png?_wi=1", imageAlt: "Eclipse Motion Pro racing wheel", initialQuantity: 1,
name: "Eclipse Motion Pro",
price: "$349.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/premium-racing-wheel-product-photo-the-e-1773081597615-3dad3de8.png?_wi=1",
imageAlt: "Eclipse Motion Pro racing wheel",
initialQuantity: 1,
}, },
{ {
id: "2", id: "2", name: "Carbon Fiber Pedal Set", price: "$199.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/carbon-fiber-racing-pedal-set-product-ph-1773081598041-14ff5f36.png?_wi=1", imageAlt: "Carbon Fiber racing pedal set", initialQuantity: 1,
name: "Carbon Fiber Pedal Set",
price: "$199.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/carbon-fiber-racing-pedal-set-product-ph-1773081598041-14ff5f36.png?_wi=1",
imageAlt: "Carbon Fiber racing pedal set",
initialQuantity: 1,
}, },
{ {
id: "3", id: "3", name: "Precision Shifter Module", price: "$149.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/precision-racing-shifter-module-product--1773081598328-4eb28140.png?_wi=1", imageAlt: "Precision racing shifter module", initialQuantity: 1,
name: "Precision Shifter Module",
price: "$149.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/precision-racing-shifter-module-product--1773081598328-4eb28140.png?_wi=1",
imageAlt: "Precision racing shifter module",
initialQuantity: 1,
}, },
{ {
id: "4", id: "4", name: "HUD Display System", price: "$599.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/advanced-hud-display-system-product-phot-1773081597926-17490173.png?_wi=1", imageAlt: "Advanced HUD display system", initialQuantity: 1,
name: "HUD Display System",
price: "$599.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/advanced-hud-display-system-product-phot-1773081597926-17490173.png?_wi=1",
imageAlt: "Advanced HUD display system",
initialQuantity: 1,
}, },
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
@@ -165,28 +130,16 @@ export default function HomePage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Engineered in Hungary", 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=1"},
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=1",
},
{ {
id: 2, id: 2,
title: "Aircraft-Grade Materials", 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=1"},
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=1",
},
{ {
id: 3, id: 3,
title: "Built for Sim Racers", 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=1"},
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=1",
},
{ {
id: 4, id: 4,
title: "Plug & Play Ready", title: "Plug & Play Ready", description: "Seamless integration with your existing setup. No complicated configuration required—just connect and start racing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/quick-setup-guide-visualization-for-raci-1773081598410-856857a9.png?_wi=1"},
description: "Seamless integration with your existing setup. No complicated configuration required—just connect and start racing.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/quick-setup-guide-visualization-for-raci-1773081598410-856857a9.png?_wi=1",
},
]} ]}
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
@@ -216,13 +169,7 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"iRacing", "iRacing", "Assetto Corsa", "RaceRoom Racing Experience", "Microsoft Flight Simulator", "DCS World", "Prepar3D"]}
"Assetto Corsa",
"RaceRoom Racing Experience",
"Microsoft Flight Simulator",
"DCS World",
"Prepar3D",
]}
speed={50} speed={50}
showCard={true} showCard={true}
/> />
@@ -239,51 +186,25 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Marcus Chen", role: "Professional iRacer", company: "Team Velocity", rating: 5,
name: "Marcus Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-headshot-portrait-of-a-male-1773081598582-c426eaaf.png"},
role: "Professional iRacer",
company: "Team Velocity",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-headshot-portrait-of-a-male-1773081598582-c426eaaf.png",
},
{ {
id: "2", id: "2", name: "Sarah Rodriguez", role: "Flight Sim Content Creator", company: "Cockpit Chronicles", rating: 5,
name: "Sarah Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-headshot-portrait-of-a-fema-1773081598288-2ae5a219.png"},
role: "Flight Sim Content Creator",
company: "Cockpit Chronicles",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-headshot-portrait-of-a-fema-1773081598288-2ae5a219.png",
},
{ {
id: "3", id: "3", name: "Alex Kovács", role: "Sim Rig Builder", company: "RIG Elite Hungary", rating: 5,
name: "Alex Kovács", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-headshot-portrait-of-a-male-1773081598253-d2e70774.png"},
role: "Sim Rig Builder",
company: "RIG Elite Hungary",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-headshot-portrait-of-a-male-1773081598253-d2e70774.png",
},
{ {
id: "4", id: "4", name: "James Mitchell", role: "Esports Racing Manager", company: "Digital Motorsports Inc", rating: 5,
name: "James Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-headshot-portrait-of-an-old-1773081598201-5cd1c716.png"},
role: "Esports Racing Manager",
company: "Digital Motorsports Inc",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-headshot-portrait-of-an-old-1773081598201-5cd1c716.png",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "2000+", value: "2000+", label: "Active Racers"},
label: "Active Racers",
},
{ {
value: "98%", value: "98%", label: "Satisfaction Rate"},
label: "Satisfaction Rate",
},
{ {
value: "40+", value: "40+", label: "Countries Shipped"},
label: "Countries Shipped",
},
]} ]}
/> />
</div> </div>
@@ -295,8 +216,7 @@ export default function HomePage() {
description="Subscribe to our newsletter for product launches, sim racing tips, and exclusive discounts for our community." description="Subscribe to our newsletter for product launches, sim racing tips, and exclusive discounts for our community."
tagIcon={Mail} tagIcon={Mail}
background={{ background={{
variant: "rotated-rays-animated-grid", variant: "rotated-rays-animated-grid"}}
}}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="your@email.com" inputPlaceholder="your@email.com"
buttonText="Subscribe" buttonText="Subscribe"

View File

@@ -20,8 +20,7 @@ export default function ShopPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Products", title: "Products", items: [
items: [
{ label: "Shop All", href: "/shop" }, { label: "Shop All", href: "/shop" },
{ label: "Featured", href: "/shop" }, { label: "Featured", href: "/shop" },
{ label: "Accessories", href: "/shop" }, { label: "Accessories", href: "/shop" },
@@ -29,8 +28,7 @@ export default function ShopPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About RHT", href: "/" }, { label: "About RHT", href: "/" },
{ label: "Engineering", href: "/" }, { label: "Engineering", href: "/" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
@@ -38,8 +36,7 @@ export default function ShopPage() {
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Help Center", href: "#" }, { label: "Help Center", href: "#" },
{ label: "Compatibility", href: "/" }, { label: "Compatibility", href: "/" },
{ label: "Downloads", href: "#" }, { label: "Downloads", href: "#" },
@@ -65,9 +62,7 @@ export default function ShopPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Buy Now", text: "Buy Now", href: "/shop"}}
href: "/shop",
}}
brandName="RHT" brandName="RHT"
/> />
</div> </div>
@@ -80,36 +75,16 @@ export default function ShopPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
products={[ products={[
{ {
id: "1", id: "1", name: "Eclipse Motion Pro", price: "$349.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/premium-racing-wheel-product-photo-the-e-1773081597615-3dad3de8.png?_wi=2", imageAlt: "Eclipse Motion Pro racing wheel", initialQuantity: 1,
name: "Eclipse Motion Pro",
price: "$349.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/premium-racing-wheel-product-photo-the-e-1773081597615-3dad3de8.png?_wi=2",
imageAlt: "Eclipse Motion Pro racing wheel",
initialQuantity: 1,
}, },
{ {
id: "2", id: "2", name: "Carbon Fiber Pedal Set", price: "$199.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/carbon-fiber-racing-pedal-set-product-ph-1773081598041-14ff5f36.png?_wi=2", imageAlt: "Carbon Fiber racing pedal set", initialQuantity: 1,
name: "Carbon Fiber Pedal Set",
price: "$199.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/carbon-fiber-racing-pedal-set-product-ph-1773081598041-14ff5f36.png?_wi=2",
imageAlt: "Carbon Fiber racing pedal set",
initialQuantity: 1,
}, },
{ {
id: "3", id: "3", name: "Precision Shifter Module", price: "$149.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/precision-racing-shifter-module-product--1773081598328-4eb28140.png?_wi=2", imageAlt: "Precision racing shifter module", initialQuantity: 1,
name: "Precision Shifter Module",
price: "$149.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/precision-racing-shifter-module-product--1773081598328-4eb28140.png?_wi=2",
imageAlt: "Precision racing shifter module",
initialQuantity: 1,
}, },
{ {
id: "4", id: "4", name: "HUD Display System", price: "$599.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/advanced-hud-display-system-product-phot-1773081597926-17490173.png?_wi=2", imageAlt: "Advanced HUD display system", initialQuantity: 1,
name: "HUD Display System",
price: "$599.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/advanced-hud-display-system-product-phot-1773081597926-17490173.png?_wi=2",
imageAlt: "Advanced HUD display system",
initialQuantity: 1,
}, },
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
@@ -128,22 +103,13 @@ export default function ShopPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Racing Wheel Setup", title: "Racing Wheel Setup", description: "Step-by-step installation guide for the Eclipse Motion Pro. Compatible with all major racing simulators. Includes cable routing and calibration tips.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/quick-setup-guide-visualization-for-raci-1773081598410-856857a9.png?_wi=2"},
description: "Step-by-step installation guide for the Eclipse Motion Pro. Compatible with all major racing simulators. Includes cable routing and calibration tips.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/quick-setup-guide-visualization-for-raci-1773081598410-856857a9.png?_wi=2",
},
{ {
id: 2, id: 2,
title: "Pedal Calibration", title: "Pedal Calibration", description: "Optimize your Carbon Fiber Pedal Set for smooth, responsive feel. Learn advanced calibration techniques and sensitivity tuning for different racing games.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/close-up-showcase-of-premium-materials-u-1773081598479-8c473755.png?_wi=2"},
description: "Optimize your Carbon Fiber Pedal Set for smooth, responsive feel. Learn advanced calibration techniques and sensitivity tuning for different racing games.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/close-up-showcase-of-premium-materials-u-1773081598479-8c473755.png?_wi=2",
},
{ {
id: 3, id: 3,
title: "HUD Display Configuration", title: "HUD Display Configuration", description: "Configure your HUD Display System for real-time telemetry. Customize display layouts, data fields, and warning alerts for your preferred racing sim.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-cnc-machining-workshop-inte-1773081598682-5e7ebe8d.png?_wi=2"},
description: "Configure your HUD Display System for real-time telemetry. Customize display layouts, data fields, and warning alerts for your preferred racing sim.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AihvX6DoCTzPYC2qLQFZKC4Ald/professional-cnc-machining-workshop-inte-1773081598682-5e7ebe8d.png?_wi=2",
},
]} ]}
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
@@ -158,8 +124,7 @@ export default function ShopPage() {
description="Subscribe to receive notifications about new product releases, restocks, and exclusive shop-only promotions." description="Subscribe to receive notifications about new product releases, restocks, and exclusive shop-only promotions."
tagIcon={Mail} tagIcon={Mail}
background={{ background={{
variant: "rotated-rays-animated-grid", variant: "rotated-rays-animated-grid"}}
}}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="your@email.com" inputPlaceholder="your@email.com"
buttonText="Subscribe" buttonText="Subscribe"