Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a50699bf5f | |||
| 281a432320 | |||
| 132b76b1d6 | |||
| 04ea45cca8 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user