Compare commits
2 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e4700fad0 | |||
| 1acfe2515e |
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user