Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-29 23:18:00 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
logoText="CORTISOL"
description="Minimalist streetwear essentials, engineered for comfort and style."
buttons={[{ text: "Shop Now", href: "#products" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-rw32xif7.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-rw32xif7.jpg?_wi=1"
imageAlt="Cortisol Collection Hero"
showDimOverlay={true}
/>
@@ -68,10 +68,10 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "shirt-1", name: "Signature Oversized Tee", price: "$55", variant: "Stone Wash", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-rw32xif7.jpg"
id: "shirt-1", name: "Signature Oversized Tee", price: "$55", variant: "Stone Wash", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-rw32xif7.jpg?_wi=2"
},
{
id: "shirt-2", name: "Essential Heavyweight", price: "$60", variant: "Midnight Black", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-usp2vble.jpg"
id: "shirt-2", name: "Essential Heavyweight", price: "$60", variant: "Midnight Black", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-usp2vble.jpg?_wi=1"
},
{
id: "shirt-3", name: "Urban Minimalist", price: "$58", variant: "Cloud White", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-n76yrrd3.jpg"
@@ -90,7 +90,7 @@ export default function LandingPage() {
features={[
{
id: "f1", title: "Premium Heavyweight Fabric", author: "Cortisol Studio", description: "High density, breathable cotton designed for maximum comfort and structure.", tags: ["Quality", "Breathable"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-rw32xif7.jpg"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-rw32xif7.jpg?_wi=3"
}
]}
/>
@@ -105,7 +105,7 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "t1", name: "Liam K.", role: "Designer", testimonial: "The weight and fit of these shirts are unmatched. Truly a wardrobe staple.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-rw32xif7.jpg"
id: "t1", name: "Liam K.", role: "Designer", testimonial: "The weight and fit of these shirts are unmatched. Truly a wardrobe staple.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-rw32xif7.jpg?_wi=4"
}
]}
/>
@@ -136,7 +136,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "How can we assist you?" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-usp2vble.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3ILALJ75RpH5x2uFd3EZzoRpT/uploaded-1777504641065-usp2vble.jpg?_wi=2"
/>
</div>