Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 03:29:04 +00:00

View File

@@ -61,13 +61,13 @@ export default function ApexVelocity() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-stunning-full-screen-hero-image-of-a-h-1772594801588-a19af033.png", imageAlt: "Apex Velocity Supercar Hero"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-premium-luxury-supercar-model-showcase-1772594802441-712d85b4.png?_wi=1", imageAlt: "Premium Supercar Model"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-premium-luxury-supercar-model-showcase-1772594802441-712d85b4.png", imageAlt: "Premium Supercar Model"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-high-performance-italian-inspired-supe-1772594802042-53d1c41f.png?_wi=1", imageAlt: "Racing Edition Supercar"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-high-performance-italian-inspired-supe-1772594802042-53d1c41f.png", imageAlt: "Racing Edition Supercar"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-futuristic-luxury-supercar-with-matte--1772594802011-77a44ba8.png?_wi=1", imageAlt: "Futuristic Supercar Design"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-futuristic-luxury-supercar-with-matte--1772594802011-77a44ba8.png", imageAlt: "Futuristic Supercar Design"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-sleek-modern-performance-specification-1772594804172-8609edd3.png", imageAlt: "Performance Showcase"
@@ -96,22 +96,21 @@ export default function ApexVelocity() {
products={[
{
id: "1", brand: "APEX VELOCITY", name: "Quantum RS", price: "$2,450,000", rating: 5,
reviewCount: "47", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-premium-luxury-supercar-model-showcase-1772594802441-712d85b4.png?_wi=2", imageAlt: "Quantum RS Supercar"
reviewCount: "47", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-premium-luxury-supercar-model-showcase-1772594802441-712d85b4.png", imageAlt: "Quantum RS Supercar"
},
{
id: "2", brand: "APEX VELOCITY", name: "Inferno GT", price: "$3,120,000", rating: 5,
reviewCount: "52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-high-performance-italian-inspired-supe-1772594802042-53d1c41f.png?_wi=2", imageAlt: "Inferno GT Supercar"
reviewCount: "52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-high-performance-italian-inspired-supe-1772594802042-53d1c41f.png", imageAlt: "Inferno GT Supercar"
},
{
id: "3", brand: "APEX VELOCITY", name: "Velocity X1", price: "$3,890,000", rating: 5,
reviewCount: "38", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-futuristic-luxury-supercar-with-matte--1772594802011-77a44ba8.png?_wi=2", imageAlt: "Velocity X1 Supercar"
reviewCount: "38", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASnEb4wPAtQP0oyQ9Q07r1jCuo/a-futuristic-luxury-supercar-with-matte--1772594802011-77a44ba8.png", imageAlt: "Velocity X1 Supercar"
}
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-3xl md:text-5xl font-extrabold"
descriptionClassName="text-base md:text-lg text-foreground/80"
/>
</div>
@@ -141,7 +140,6 @@ export default function ApexVelocity() {
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={true}
titleClassName="text-3xl md:text-5xl font-extrabold"
descriptionClassName="text-base md:text-lg text-foreground/80"
/>
</div>
@@ -177,8 +175,6 @@ export default function ApexVelocity() {
]}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="blur-reveal"
titleClassName="text-3xl md:text-5xl font-extrabold"
descriptionClassName="text-base md:text-lg text-foreground/80"
/>
</div>
@@ -242,7 +238,6 @@ export default function ApexVelocity() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-3xl md:text-5xl font-extrabold"
descriptionClassName="text-base md:text-lg text-foreground/80"
/>
</div>