From 132b76b1d65b2b5b53488e6046444f99e46a5f6c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:22:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 281a43232029ec57eda365103801c6a99d8adf4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:22:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.49.1