Merge version_2 into main #6
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
<HeroOverlay
|
||||
title="Welcome to THE RS Club"
|
||||
description="Experience the pinnacle of performance and precision with a community dedicated to the legendary Audi RS line. Join fellow enthusiasts who share your passion for power, innovation, and automotive excellence."
|
||||
tag="Premium Performance"
|
||||
@@ -49,22 +49,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delivery-van-cruises-highway-sunset-evening-shipping_169016-71122.jpg"
|
||||
imageAlt="Audi RS sports car performance vehicle racing"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus Weber", handle: "RS5 Enthusiast", testimonial: "This community transformed my love for Audi RS into lifelong friendships and unforgettable experiences.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-coffee-break_23-2148289228.jpg?_wi=1", imageAlt: "Marcus Weber, RS5 owner and club member"
|
||||
},
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "RS6 Owner", testimonial: "The events and connections through this club have been absolutely incredible. Highly recommended for any RS lover.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213474.jpg?_wi=1", imageAlt: "Sarah Mitchell, RS6 Avant owner"
|
||||
},
|
||||
{
|
||||
name: "James Chen", handle: "RS e-tron Pioneer", testimonial: "Being part of this exclusive club has been the best decision. The knowledge and camaraderie are unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=1", imageAlt: "James Chen, RS e-tron owner and tech enthusiast"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
overlayOpacity={0.5}
|
||||
buttons={[
|
||||
{ text: "Join the Club", href: "contact" },
|
||||
{ text: "Explore Models", href: "models" }
|
||||
@@ -102,13 +87,16 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "rs-e-tron", brand: "Audi RS", name: "RS e-tron GT", price: "Electric Performance", rating: 5, reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065369.jpg", imageAlt: "Audi RS e-tron electric performance car"
|
||||
id: "rs-e-tron", brand: "Audi RS", name: "RS e-tron GT", price: "Electric Performance", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065369.jpg", imageAlt: "Audi RS e-tron electric performance car"
|
||||
},
|
||||
{
|
||||
id: "rs-6", brand: "Audi RS", name: "RS 6 Avant", price: "Wagon Excellence", rating: 5, reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-autumn-field_1157-28790.jpg", imageAlt: "Audi RS6 performance wagon luxury"
|
||||
id: "rs-6", brand: "Audi RS", name: "RS 6 Avant", price: "Wagon Excellence", rating: 5,
|
||||
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-autumn-field_1157-28790.jpg", imageAlt: "Audi RS6 performance wagon luxury"
|
||||
},
|
||||
{
|
||||
id: "rs-5", brand: "Audi RS", name: "RS 5 Coupe", price: "Coupe Perfection", rating: 5, reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-vector/abstract-dark-banners-with-orange-shapes_1055-2858.jpg", imageAlt: "Audi RS5 coupe sports car performance"
|
||||
id: "rs-5", brand: "Audi RS", name: "RS 5 Coupe", price: "Coupe Perfection", rating: 5,
|
||||
reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-vector/abstract-dark-banners-with-orange-shapes_1055-2858.jpg", imageAlt: "Audi RS5 coupe sports car performance"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -259,4 +247,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user