Update src/app/page.tsx
This commit is contained in:
@@ -46,18 +46,18 @@ export default function LandingPage() {
|
|||||||
tag="3D Innovation"
|
tag="3D Innovation"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/a-stunning-3d-rendered-product-showcase--1772525727026-a35ca072.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/a-stunning-3d-rendered-product-showcase--1772525727026-a35ca072.png?_wi=1"
|
||||||
imageAlt="3D Product Showcase"
|
imageAlt="3D Product Showcase"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "The 3D visualization completely transformed how we present our products to customers.", rating: 5,
|
name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "The 3D visualization completely transformed how we present our products to customers.", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/professional-headshot-of-a-confident-tec-1772525725773-8d347ae6.png", imageAlt: "Sarah Johnson"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/professional-headshot-of-a-confident-tec-1772525725773-8d347ae6.png?_wi=1", imageAlt: "Sarah Johnson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Michael Chen", handle: "Product Director", testimonial: "Outstanding interactive experience that drives engagement and conversions like never before.", rating: 5,
|
name: "Michael Chen", handle: "Product Director", testimonial: "Outstanding interactive experience that drives engagement and conversions like never before.", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/professional-business-portrait-of-a-crea-1772525725576-c26b1a34.png", imageAlt: "Michael Chen"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/professional-business-portrait-of-a-crea-1772525725576-c26b1a34.png?_wi=1", imageAlt: "Michael Chen"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
@@ -188,10 +188,10 @@ export default function LandingPage() {
|
|||||||
speed={40}
|
speed={40}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The 3D animation capabilities completely transformed how we present products to clients. Absolutely game-changing!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/professional-headshot-of-a-confident-tec-1772525725773-8d347ae6.png", imageAlt: "Sarah Johnson"
|
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The 3D animation capabilities completely transformed how we present products to clients. Absolutely game-changing!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/professional-headshot-of-a-confident-tec-1772525725773-8d347ae6.png?_wi=2", imageAlt: "Sarah Johnson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Incredible quality and so easy to use. Our conversion rates increased 45% after implementing this solution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/professional-business-portrait-of-a-crea-1772525725576-c26b1a34.png", imageAlt: "Michael Chen"
|
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Incredible quality and so easy to use. Our conversion rates increased 45% after implementing this solution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/professional-business-portrait-of-a-crea-1772525725576-c26b1a34.png?_wi=2", imageAlt: "Michael Chen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The support team is fantastic and the technology is cutting-edge. Highly recommend to any product-focused business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/corporate-headshot-of-a-successful-produ-1772525725997-357ffcc4.png", imageAlt: "Emily Rodriguez"
|
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The support team is fantastic and the technology is cutting-edge. Highly recommend to any product-focused business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/corporate-headshot-of-a-successful-produ-1772525725997-357ffcc4.png", imageAlt: "Emily Rodriguez"
|
||||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
|||||||
description="Subscribe to our newsletter for the latest 3D animation techniques, product launches, and exclusive insider tips"
|
description="Subscribe to our newsletter for the latest 3D animation techniques, product launches, and exclusive insider tips"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/a-stunning-3d-rendered-product-showcase--1772525727026-a35ca072.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUvG7UHHYgJ6tZ0pGIZ4IInAH/a-stunning-3d-rendered-product-showcase--1772525727026-a35ca072.png?_wi=2"
|
||||||
imageAlt="Newsletter Signup"
|
imageAlt="Newsletter Signup"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
|||||||
Reference in New Issue
Block a user