diff --git a/src/app/page.tsx b/src/app/page.tsx index b2a917a..b398fa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { title="Minimalist Streetwear, Redefined." description="Discover high-quality, sustainably produced t-shirts designed for the modern individual." buttons={[{ text: "Shop Now", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg" + imageSrc="http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg", alt: "User 1" }, { src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-standing-white-wall_176420-8515.jpg", alt: "User 2" }, @@ -66,10 +66,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Urban Basic - Black", price: "45$", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg" }, + { id: "p1", name: "Urban Basic - Black", price: "45$", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg?_wi=1" }, { id: "p2", name: "Urban Basic - White", price: "45$", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-standing-white-wall_176420-8515.jpg" }, { id: "p3", name: "Graphic Print - Mono", price: "55$", variant: "Graphic", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-worker-woman-wearing-staff-uniform-tshirt-isolated-yellow-background-doing-ok-gesture-shocked-with-surprised-face-eye-looking-through-fingers-unbelieving-expression_839833-5943.jpg" }, - { id: "p4", name: "Aero Tee - Slate", price: "60$", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg" }, + { id: "p4", name: "Aero Tee - Slate", price: "60$", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg?_wi=1" }, { id: "p5", name: "Oversized - Charcoal", price: "65$", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448758.jpg" }, { id: "p6", name: "Limited Drop - 001", price: "85$", variant: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/composition-father-s-day-clothing_23-2148868940.jpg" } ]} @@ -84,7 +84,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Everything you need to know about our products and analytics." - imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg" + imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="blur-reveal" faqs={[ @@ -113,8 +113,8 @@ export default function LandingPage() { title="Creator Plans" description="Unlock advanced analytics and drops." plans={[ - { id: "s1", title: "Basic", price: "Free", period: "/mo", features: ["Basic dashboard", "Standard support"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg", imageAlt: "urban fashion model streetwear" }, - { id: "s2", title: "Pro", price: "$29", period: "/mo", features: ["Advanced analytics", "Priority support", "Trend forecasting"], button: { text: "Upgrade Now" }, imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg", imageAlt: "minimalist cotton t-shirt black" } + { id: "s1", title: "Basic", price: "Free", period: "/mo", features: ["Basic dashboard", "Standard support"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg?_wi=2", imageAlt: "urban fashion model streetwear" }, + { id: "s2", title: "Pro", price: "$29", period: "/mo", features: ["Advanced analytics", "Priority support", "Trend forecasting"], button: { text: "Upgrade Now" }, imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg?_wi=2", imageAlt: "minimalist cotton t-shirt black" } ]} />