Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -46,24 +46,24 @@ export default function LandingPage() {
|
||||
tag="LUXURY AUTOMOTIVE"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png"
|
||||
imageAlt="Silver Porsche 911 GT3 Premium Sports Car"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Performance Excellence", handle: "0-100 km/h in 3.2s", testimonial: "Unparalleled acceleration and track-ready precision", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png?_wi=2"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png"},
|
||||
{
|
||||
name: "Engineering Mastery", handle: "4.0L Twin-Turbo Engine", testimonial: "720 horsepower of pure automotive excellence", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png?_wi=3"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png"},
|
||||
{
|
||||
name: "Ultimate Handling", handle: "Track-Ready Aerodynamics", testimonial: "Precision dynamics for the ultimate driving experience", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png?_wi=4"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png"},
|
||||
{
|
||||
name: "Luxury Crafted", handle: "Premium Build Quality", testimonial: "Handcrafted details meet cutting-edge performance", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png?_wi=5"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfkSxiVtjUzVJ8T2uLbhIPsTa8/uploaded-1772994911773-emjh6n54.png"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -86,11 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "speed", value: "3.2s", title: "Acceleration", description: "0-100 km/h in millisecond precision", imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-outdoors_158538-24743.jpg?_wi=1", imageAlt: "porsche 911 sports car side view"},
|
||||
id: "speed", value: "3.2s", title: "Acceleration", description: "0-100 km/h in millisecond precision", imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-outdoors_158538-24743.jpg", imageAlt: "porsche 911 sports car side view"},
|
||||
{
|
||||
id: "power", value: "720 hp", title: "Engine Power", description: "4.0L naturally aspirated twin-turbo engine", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg?_wi=1", imageAlt: "porsche cayman mid-engine sports car"},
|
||||
id: "power", value: "720 hp", title: "Engine Power", description: "4.0L naturally aspirated twin-turbo engine", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg", imageAlt: "porsche cayman mid-engine sports car"},
|
||||
{
|
||||
id: "handling", value: "1.42g", title: "Lateral Grip", description: "Track-ready aerodynamics and suspension", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-red-electro-car-winter-time_1303-26813.jpg?_wi=1", imageAlt: "porsche taycan electric sports car"},
|
||||
id: "handling", value: "1.42g", title: "Lateral Grip", description: "Track-ready aerodynamics and suspension", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-red-electro-car-winter-time_1303-26813.jpg", imageAlt: "porsche taycan electric sports car"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,11 +108,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "911", name: "Porsche 911 GT3", price: "From $150,000", imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-outdoors_158538-24743.jpg?_wi=2", imageAlt: "Porsche 911 GT3 High Performance Sports Car"},
|
||||
id: "911", name: "Porsche 911 GT3", price: "From $150,000", imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-outdoors_158538-24743.jpg", imageAlt: "Porsche 911 GT3 High Performance Sports Car"},
|
||||
{
|
||||
id: "taycan", name: "Porsche Taycan Turbo S", price: "From $185,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-red-electro-car-winter-time_1303-26813.jpg?_wi=2", imageAlt: "Porsche Taycan Turbo S Electric Sports Sedan"},
|
||||
id: "taycan", name: "Porsche Taycan Turbo S", price: "From $185,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-red-electro-car-winter-time_1303-26813.jpg", imageAlt: "Porsche Taycan Turbo S Electric Sports Sedan"},
|
||||
{
|
||||
id: "cayman", name: "Porsche Cayman GT4", price: "From $98,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg?_wi=2", imageAlt: "Porsche Cayman GT4 Mid-Engine Sports Car"},
|
||||
id: "cayman", name: "Porsche Cayman GT4", price: "From $98,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg", imageAlt: "Porsche Cayman GT4 Mid-Engine Sports Car"},
|
||||
{
|
||||
id: "panamera", name: "Porsche Panamera Turbo", price: "From $125,000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-luxury-sedan-road_114579-5030.jpg", imageAlt: "Porsche Panamera Turbo Executive Sports Sedan"},
|
||||
]}
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Test Drive", href: "#" },
|
||||
{ text: "Contact Sales", href: "#" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user