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 +} 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 +}