Update src/app/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
title="ROSE LABS STREETWEAR"
|
||||
description="Premium drops, limited editions. Define your silhouette with our signature pink collection."
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZvtxr03amwKmm5R8isWd2lFfr/uploaded-1778382716224-iqlx4ftv.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZvtxr03amwKmm5R8isWd2lFfr/uploaded-1778382716224-iqlx4ftv.jpg?_wi=1"
|
||||
imageAlt="Atlanta Pink Hoodie"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Atlanta Pink", price: "75$", variant: "Hoodie", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZvtxr03amwKmm5R8isWd2lFfr/uploaded-1778382716224-iqlx4ftv.jpg"},
|
||||
id: "p1", name: "Atlanta Pink", price: "75$", variant: "Hoodie", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZvtxr03amwKmm5R8isWd2lFfr/uploaded-1778382716224-iqlx4ftv.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", name: "Spider Pink", price: "75$", variant: "Hoodie", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZvtxr03amwKmm5R8isWd2lFfr/uploaded-1778382716224-53i5su90.jpg"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user