Update src/app/page.tsx

This commit is contained in:
2026-05-10 18:21:51 +00:00
parent 2675e74db0
commit fd449664e6

View File

@@ -90,7 +90,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Interactive 3D Experience" title="Interactive 3D Experience"
description="Immerse yourself in our signature beanies with a fully interactive 3D model. Rotate, zoom, and inspect every detail of our craftsmanship." description="Immerse yourself in our signature beanies with a fully interactive 3D model. Rotate, zoom, and inspect every detail of our craftsmanship."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-tm9x9ews.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-tm9x9ews.jpg?_wi=1"
imageAlt="Team member showcasing quality" imageAlt="Team member showcasing quality"
/> />
</div> </div>
@@ -148,11 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", title: "Love the fit!", quote: "The quality is unmatched and it looks perfect with any outfit.", name: "Sarah Johnson", role: "Creative", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-tm9x9ews.jpg"}, id: "t1", title: "Love the fit!", quote: "The quality is unmatched and it looks perfect with any outfit.", name: "Sarah Johnson", role: "Creative", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-tm9x9ews.jpg?_wi=2"},
{ {
id: "t2", title: "Unmatched Style", quote: "Finally, headwear that fits my vibe perfectly.", name: "Michael Chen", role: "Artist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-nqwwds7b.jpg"}, id: "t2", title: "Unmatched Style", quote: "Finally, headwear that fits my vibe perfectly.", name: "Michael Chen", role: "Artist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-nqwwds7b.jpg"},
{ {
id: "t3", title: "Everyday Essential", quote: "I wear this everywhere I go. The quality is solid.", name: "Emily Rodriguez", role: "Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-nithlbjk.jpg"}, id: "t3", title: "Everyday Essential", quote: "I wear this everywhere I go. The quality is solid.", name: "Emily Rodriguez", role: "Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-nithlbjk.jpg?_wi=1"},
{ {
id: "t4", title: "Solid Brand", quote: "Great design and comfort. I'll buy more colors soon.", name: "David Kim", role: "Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-nm9bs24u.jpg"}, id: "t4", title: "Solid Brand", quote: "Great design and comfort. I'll buy more colors soon.", name: "David Kim", role: "Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-nm9bs24u.jpg"},
{ {
@@ -189,7 +189,7 @@ export default function LandingPage() {
title="Common Questions" title="Common Questions"
description="Answers about our products and shipping." description="Answers about our products and shipping."
faqsAnimation="slide-up" faqsAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-nithlbjk.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BerVuEmmA7r7mkBdp8WD9a4IZS/uploaded-1778437268061-nithlbjk.jpg?_wi=2"
imageAlt="FAQ Background" imageAlt="FAQ Background"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />