Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-04 15:25:23 +00:00

View File

@@ -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."