Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db5b44458b | |||
| 1f472da7c1 | |||
| 5c5805f57c | |||
| 97e0dba6a2 | |||
| f03759ada5 | |||
| 8673b11999 | |||
| 6900e80871 | |||
| cfe0307b51 |
@@ -122,19 +122,19 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Audi Club", name: "Premium Membership", price: "$199/year", rating: 5,
|
||||
id: "1", brand: "Audi Club", name: "Premium Membership", price: "$100/month", rating: 5,
|
||||
reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/sleek-silver-audi-a8-sports-car-with-met-1773227623652-af22fe59.png?_wi=2", imageAlt: "Premium Membership - Sleek silver Audi"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Audi Club", name: "Elite Membership", price: "$499/year", rating: 5,
|
||||
id: "2", brand: "Audi Club", name: "Elite Membership", price: "$200/month", rating: 5,
|
||||
reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/stunning-matte-black-audi-rs-model-in-mo-1773227628803-1cb2918e.png?_wi=2", imageAlt: "Elite Membership - Matte black Audi RS"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Audi Club", name: "Platinum Membership", price: "$999/year", rating: 5,
|
||||
id: "3", brand: "Audi Club", name: "Platinum Membership", price: "$400/month", rating: 5,
|
||||
reviewCount: "42", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/crimson-red-audi-coupe-at-sunset-with-go-1773227625853-3b2fcaff.png?_wi=2", imageAlt: "Platinum Membership - Crimson red Audi coupe"
|
||||
}
|
||||
]}
|
||||
title="Membership Options"
|
||||
title="Top Membership Options"
|
||||
description="Choose the perfect membership tier to unlock exclusive benefits and experiences tailored to your passion for Audi"
|
||||
tag="Club Membership"
|
||||
tagIcon={Crown}
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Stay Connected"
|
||||
title="Join Our Community"
|
||||
title="Join US"
|
||||
description="Subscribe to our newsletter and stay updated on exclusive events, new member benefits, and automotive insights from our team of experts."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user