diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 4660dad..06a47e0 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -59,18 +44,8 @@ export default function LandingPage() {
title="Our Facility Gallery"
description="A glimpse into our world-class gym."
products={[
- {
- id: "p1",
- name: "Main Floor",
- price: "Gym Floor",
- imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-gym_93675-129247.jpg",
- },
- {
- id: "p2",
- name: "Weight Area",
- price: "Strength Zone",
- imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-gym_268835-3895.jpg",
- },
+ { id: "p1", name: "Main Floor", price: "Gym Floor", imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-gym_93675-129247.jpg" },
+ { id: "p2", name: "Weight Area", price: "Strength Zone", imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-gym_268835-3895.jpg" },
]}
/>
@@ -81,30 +56,13 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Leaders"
description="Gyms across the city look up to our standards."
- names={[
- "Fitness Global",
- "Wellness Hub",
- "Iron Power Co",
- ]}
+ names={["Fitness Global", "Wellness Hub", "Iron Power Co"]}
/>