Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 23:48:33 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVBmysSQrrtYr6IhZMXEqY4f9a/uploaded-1772668031211-nmou3soy.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVBmysSQrrtYr6IhZMXEqY4f9a/uploaded-1772668031211-nmou3soy.png?_wi=1"
imageAlt="EMOTOS clothing brand logo"
frameStyle="card"
mediaAnimation="slide-up"
@@ -67,13 +67,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "EMOTOS", name: "Happy Face Tee", price: "$29.99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-vector/childlike-fashion-stickers-collection_23-2149939459.jpg", imageAlt: "Happy Face Tee"},
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-vector/childlike-fashion-stickers-collection_23-2149939459.jpg?_wi=1", imageAlt: "Happy Face Tee"},
{
id: "2", brand: "EMOTOS", name: "Cool Vibes Hoodie", price: "$59.99", rating: 5,
reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt-with-glasses-showing-peace-gesture-isolated-olive-green-wall_141793-90951.jpg", imageAlt: "Cool Vibes Hoodie"},
{
id: "3", brand: "EMOTOS", name: "Love Mode Sweatshirt", price: "$49.99", rating: 5,
reviewCount: "742", imageSrc: "http://img.b2bpic.net/free-vector/childlike-fashion-stickers-collection_23-2149939459.jpg", imageAlt: "Love Mode Sweatshirt"},
reviewCount: "742", imageSrc: "http://img.b2bpic.net/free-vector/childlike-fashion-stickers-collection_23-2149939459.jpg?_wi=2", imageAlt: "Love Mode Sweatshirt"},
]}
buttons={[{ text: "View All", href: "#" }]}
buttonAnimation="opacity"
@@ -150,7 +150,7 @@ export default function LandingPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVBmysSQrrtYr6IhZMXEqY4f9a/uploaded-1772668031211-nmou3soy.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVBmysSQrrtYr6IhZMXEqY4f9a/uploaded-1772668031211-nmou3soy.png?_wi=2"
imageAlt="EMOTOS contact"
mediaAnimation="slide-up"
mediaPosition="right"