4 Commits

Author SHA1 Message Date
a50699bf5f Merge version_3 into main
Merge version_3 into main
2026-03-05 15:22:31 +00:00
281a432320 Update src/app/page.tsx 2026-03-05 15:22:26 +00:00
132b76b1d6 Update src/app/layout.tsx 2026-03-05 15:22:26 +00:00
04ea45cca8 Merge version_2 into main
Merge version_2 into main
2026-03-05 15:20:45 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -81,13 +81,13 @@ export default function LandingPage() {
tagIcon={Shield}
products={[
{
id: "1", name: "Olympic Barbell Set", price: "$299.99", variant: "20kg bar with 100kg weights", imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-making-effort-while-weightlifting-cross-training-gym_637285-2488.jpg?_wi=2", imageAlt: "Complete Olympic barbell set"
id: "1", name: "Olympic Barbell Set", price: "$299.99", variant: "20kg bar + 100kg weights | Perfect for strength training", imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-making-effort-while-weightlifting-cross-training-gym_637285-2488.jpg?_wi=2", imageAlt: "Complete Olympic barbell set"
},
{
id: "2", name: "Cast Iron Kettlebell", price: "$79.99", variant: "16kg solid cast iron", imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=2", imageAlt: "Professional kettlebell"
id: "2", name: "Cast Iron Kettlebell", price: "$79.99", variant: "16kg solid cast iron | Builds explosive power & endurance", imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-exercise-with-crossfit-kettlebel_58466-11673.jpg?_wi=2", imageAlt: "Professional kettlebell"
},
{
id: "3", name: "Resistance Band Set", price: "$49.99", variant: "5-level progressive resistance", imageSrc: "http://img.b2bpic.net/free-photo/woman-dumbbells-workout-adult-sneakers-slim_1428-696.jpg?_wi=2", imageAlt: "Complete resistance band set"
id: "3", name: "Resistance Band Set", price: "$49.99", variant: "5-level progressive resistance | Great for all fitness levels", imageSrc: "http://img.b2bpic.net/free-photo/woman-dumbbells-workout-adult-sneakers-slim_1428-696.jpg?_wi=2", imageAlt: "Complete resistance band set"
},
]}
textboxLayout="default"
@@ -285,4 +285,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}