2 Commits

Author SHA1 Message Date
3e4700fad0 Switch to version 1: modified src/pages/HomePage.tsx 2026-06-17 12:42:00 +00:00
1acfe2515e Merge version_2_1781699980471 into main
Merge version_2_1781699980471 into main
2026-06-17 12:40:01 +00:00

View File

@@ -166,6 +166,48 @@ export default function HomePage() {
</SectionErrorBoundary>
</div>
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<PricingMediaCards
tag="Get Access"
title="Choose Your Edition"
description="Start your journey today."
plans={[
{
tag: "Standard",
price: "$59",
period: "once",
features: [
"Full game access",
"50+ Starter Cars",
"Multiplayer included",
],
primaryButton: {
text: "Buy Standard",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837582.jpg",
},
{
tag: "Ultimate",
price: "$99",
period: "once",
features: [
"All game content",
"All car collections",
"Priority server access",
"Seasonal DLC packs",
],
primaryButton: {
text: "Buy Ultimate",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-christmas_140725-128407.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">