Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={CreditCard}
|
tagIcon={CreditCard}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "carrera", badge: "Most Popular", badgeIcon: Star,
|
id: "carrera", subtitle: "911 Carrera", badge: "Most Popular", badgeIcon: Star,
|
||||||
price: "$120,000", buttons: [
|
price: "$120,000", buttons: [
|
||||||
{
|
{
|
||||||
text: "Configure", href: "contact"
|
text: "Configure", href: "contact"
|
||||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "turbo", badge: "Maximum Power", badgeIcon: Zap,
|
id: "turbo", subtitle: "911 Turbo", badge: "Maximum Power", badgeIcon: Zap,
|
||||||
price: "$195,000", buttons: [
|
price: "$195,000", buttons: [
|
||||||
{
|
{
|
||||||
text: "Configure", href: "contact"
|
text: "Configure", href: "contact"
|
||||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "gt3", badge: "Track Certified", badgeIcon: Trophy,
|
id: "gt3", subtitle: "911 GT3", badge: "Track Certified", badgeIcon: Trophy,
|
||||||
price: "$215,000", buttons: [
|
price: "$215,000", buttons: [
|
||||||
{
|
{
|
||||||
text: "Configure", href: "contact"
|
text: "Configure", href: "contact"
|
||||||
|
|||||||
Reference in New Issue
Block a user