From 64fc37b48e0a47a125b55cfb7cfe3e994bb13377 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:56:20 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6b922c9..eb197b3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -107,4 +107,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 1bdd3430c25e588f7ae8aeadf3194e42c8a32609 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:56:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48df2af..8f05fbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,8 +56,6 @@ export default function HomePage() { ]} buttonAnimation="slide-up" mediaItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/athletic-young-man-maker-workout-morning_654080-445.jpg?_wi=1", imageAlt: "Disciplined athlete in training"}, { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-slim-curly-haired-woman-keeps-hands-waist-wears-sportswear-concentrated-into-distance-has-outdoor-training-poses-against-modern-building-rests-after-outside-fitness-workout_273609-57740.jpg", imageAlt: "Premium UNBRKABLE apparel collection"}, { @@ -258,4 +256,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1