Merge version_1 into main #3

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

View File

@@ -48,7 +48,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"
@@ -68,7 +68,7 @@ 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,
@@ -76,7 +76,7 @@ export default function LandingPage() {
},
{
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: "#" }]}
@@ -162,7 +162,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"