Update src/app/page.tsx

This commit is contained in:
2026-04-08 12:02:49 +00:00
parent 9172581627
commit 6c841034a0

View File

@@ -77,11 +77,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Super Sticky Surface", description: "High-tack material that grabs everything it touches.", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg", imageAlt: "Feature 1"},
title: "Super Sticky Surface", description: "High-tack material that grabs everything it touches.", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg?_wi=1", imageAlt: "Feature 1"},
{
title: "Eco-Friendly Material", description: "Safe, non-toxic components for endless fun.", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg", imageAlt: "Feature 2"},
title: "Eco-Friendly Material", description: "Safe, non-toxic components for endless fun.", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg?_wi=2", imageAlt: "Feature 2"},
{
title: "Washable & Reusable", description: "Simply rinse and it's back to full stickiness!", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg", imageAlt: "Feature 3"},
title: "Washable & Reusable", description: "Simply rinse and it's back to full stickiness!", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg?_wi=3", imageAlt: "Feature 3"},
]}
title="Why You'll Love StickyBall"
description="Engineered for fun and effectiveness. StickyBall combines playful design with high-quality materials."
@@ -96,17 +96,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "sb-1", name: "StickyBall Classic Green", price: "$19.99", variant: "Lime Green", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg", imageAlt: "Classic Green"},
id: "sb-1", name: "StickyBall Classic Green", price: "$19.99", variant: "Lime Green", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg?_wi=4", imageAlt: "Classic Green"},
{
id: "sb-2", name: "StickyBall Midnight Blue", price: "$19.99", variant: "Midnight Blue", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg", imageAlt: "Midnight Blue"},
id: "sb-2", name: "StickyBall Midnight Blue", price: "$19.99", variant: "Midnight Blue", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg?_wi=5", imageAlt: "Midnight Blue"},
{
id: "sb-3", name: "StickyBall Sunset Orange", price: "$19.99", variant: "Sunset Orange", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg", imageAlt: "Sunset Orange"},
id: "sb-3", name: "StickyBall Sunset Orange", price: "$19.99", variant: "Sunset Orange", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg?_wi=6", imageAlt: "Sunset Orange"},
{
id: "sb-4", name: "StickyBall Neon Pink", price: "$19.99", variant: "Neon Pink", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg", imageAlt: "Neon Pink"},
id: "sb-4", name: "StickyBall Neon Pink", price: "$19.99", variant: "Neon Pink", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg?_wi=7", imageAlt: "Neon Pink"},
{
id: "sb-5", name: "StickyBall Crystal Clear", price: "$19.99", variant: "Clear", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg", imageAlt: "Clear"},
id: "sb-5", name: "StickyBall Crystal Clear", price: "$19.99", variant: "Clear", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg?_wi=8", imageAlt: "Clear"},
{
id: "sb-6", name: "StickyBall Glow-in-Dark", price: "$24.99", variant: "Glow", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg", imageAlt: "Glow"},
id: "sb-6", name: "StickyBall Glow-in-Dark", price: "$24.99", variant: "Glow", imageSrc: "http://img.b2bpic.net/free-photo/view-santa-claus-bag-with-presents-toys_23-2149660810.jpg?_wi=9", imageAlt: "Glow"},
]}
title="Explore Our Collection"
description="Choose the perfect StickyBall to brighten up your desk or playtime."