Update src/app/page.tsx

This commit is contained in:
2026-04-04 16:29:19 +00:00
parent 1220fd9672
commit 98212e4848

View File

@@ -51,17 +51,17 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=1", imageAlt: "Hero Scene 1"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg", imageAlt: "Hero Scene 1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=2", imageAlt: "Hero Scene 2"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg", imageAlt: "Hero Scene 2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=3", imageAlt: "Hero Scene 3"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg", imageAlt: "Hero Scene 3"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=4", imageAlt: "Hero Scene 4"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg", imageAlt: "Hero Scene 4"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=5", imageAlt: "Hero Scene 5"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg", imageAlt: "Hero Scene 5"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=6", imageAlt: "Hero Scene 6"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg", imageAlt: "Hero Scene 6"},
]}
/>
</div>
@@ -69,8 +69,6 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardNineteen
textboxLayout="split"
tagAnimation="slide-up"
buttonAnimation="slide-up"
useInvertedBackground={true}
features={[
{
@@ -87,7 +85,7 @@ export default function LandingPage() {
<div id="models" data-section="models">
<ProductCardFour
animationType="scale-rotate"
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
@@ -112,17 +110,12 @@ export default function LandingPage() {
<div id="product" data-section="product">
<ProductCardTwo
title="Latest Additions"
description="Check out our newest arrivals in high-performance scooters."
animationType="slide-up"
textboxLayout="default"
animationType="blur-reveal"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Volt", name: "Volt Zen", price: "$1,199", rating: 4.8, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=1" },
{ id: "p2", brand: "Volt", name: "Volt Pro", price: "$1,399", rating: 4.9, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=2" },
{ id: "p3", brand: "Volt", name: "Volt Max", price: "$1,599", rating: 4.7, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=3" }
]}
title="Featured Product"
description="Discover our latest flagship scooter."
/>
</div>
@@ -139,13 +132,13 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-8909.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-8909.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-8909.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-8909.jpg"
logoText="VoltMove EV"
columns={[
{
@@ -170,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}