diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7ff2430..1ab9908 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 16c7777..bc2bc56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file