From 4c81cb727595b1c8109036b02d4a561175e79810 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 15:25:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20761a4..3ecd3f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,9 +80,9 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Pro Dumbbells", price: "$129.00", variant: "Set", imageSrc: "https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?auto=format&fit=crop&q=80&w=600" }, - { id: "2", name: "Resistance Kit", price: "$39.00", variant: "Pro", imageSrc: "https://images.unsplash.com/photo-1598289456812-5106155694a1?auto=format&fit=crop&q=80&w=600" }, - { id: "3", name: "Push-up Board", price: "$45.00", variant: "Foldable", imageSrc: "https://images.unsplash.com/photo-1574680178050-55c6a6a96e0a?auto=format&fit=crop&q=80&w=600" }, + { id: "1", name: "Pro Dumbbells", price: "$129.00", variant: "Set", imageSrc: "https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?auto=format&fit=crop&q=80&w=600&_wi=1" }, + { id: "2", name: "Resistance Kit", price: "$39.00", variant: "Pro", imageSrc: "https://images.unsplash.com/photo-1598289456812-5106155694a1?auto=format&fit=crop&q=80&w=600&_wi=1" }, + { id: "3", name: "Push-up Board", price: "$45.00", variant: "Foldable", imageSrc: "https://images.unsplash.com/photo-1574680178050-55c6a6a96e0a?auto=format&fit=crop&q=80&w=600&_wi=1" }, { id: "4", name: "Gym Gloves", price: "$25.00", variant: "Leather", imageSrc: "https://images.unsplash.com/photo-1599058917765-a780eda07a3e?auto=format&fit=crop&q=80&w=600" }, ]} title="Essential Fitness Gear" @@ -113,9 +113,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "b1", name: "Pro Dumbbells", price: "$129.00", variant: "Best Seller", imageSrc: "https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?auto=format&fit=crop&q=80&w=600" }, - { id: "b2", name: "Resistance Kit", price: "$39.00", variant: "Top Rated", imageSrc: "https://images.unsplash.com/photo-1598289456812-5106155694a1?auto=format&fit=crop&q=80&w=600" }, - { id: "b3", name: "Ab Roller", price: "$29.00", variant: "Essential", imageSrc: "https://images.unsplash.com/photo-1574680178050-55c6a6a96e0a?auto=format&fit=crop&q=80&w=600" }, + { id: "b1", name: "Pro Dumbbells", price: "$129.00", variant: "Best Seller", imageSrc: "https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?auto=format&fit=crop&q=80&w=600&_wi=2" }, + { id: "b2", name: "Resistance Kit", price: "$39.00", variant: "Top Rated", imageSrc: "https://images.unsplash.com/photo-1598289456812-5106155694a1?auto=format&fit=crop&q=80&w=600&_wi=2" }, + { id: "b3", name: "Ab Roller", price: "$29.00", variant: "Essential", imageSrc: "https://images.unsplash.com/photo-1574680178050-55c6a6a96e0a?auto=format&fit=crop&q=80&w=600&_wi=2" }, ]} title="Our Best Sellers" description="See what the community is training with right now." -- 2.49.1