diff --git a/src/app/page.tsx b/src/app/page.tsx index d3cbf6c..dc1a527 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -56,9 +48,7 @@ export default function LandingPage() { tag="New Arrivals" buttons={[ { - text: "Shop Gear", - href: "#products", - }, + text: "Shop Gear", href: "#products"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc75gE7VkceTalM2WsjON6sIqS/professional-gym-environment-with-rows-o-1774776424073-ed26fd62.png" imageAlt="Gym equipment hero scene" @@ -73,41 +63,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "ProStrength", - name: "Hex Dumbbell Set", - price: "$120", - rating: 5, - reviewCount: "120", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc75gE7VkceTalM2WsjON6sIqS/studio-photo-of-a-high-end-black-rubber--1774776423954-53160074.png?_wi=1", - }, + id: "p1", brand: "ProStrength", name: "Hex Dumbbell Set", price: "$120", rating: 5, + reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc75gE7VkceTalM2WsjON6sIqS/studio-photo-of-a-high-end-black-rubber--1774776423954-53160074.png"}, { - id: "p2", - brand: "FlexFit", - name: "Performance Mat", - price: "$45", - rating: 4, - reviewCount: "89", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc75gE7VkceTalM2WsjON6sIqS/professional-studio-shot-of-a-textured-y-1774776423247-19dd9481.png?_wi=1", - }, + id: "p2", brand: "FlexFit", name: "Performance Mat", price: "$45", rating: 4, + reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc75gE7VkceTalM2WsjON6sIqS/professional-studio-shot-of-a-textured-y-1774776423247-19dd9481.png"}, { - id: "p3", - brand: "IronBuilt", - name: "Adjustable Bench", - price: "$299", - rating: 5, - reviewCount: "210", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc75gE7VkceTalM2WsjON6sIqS/high-end-adjustable-bench-for-weightlift-1774776426338-00522875.png?_wi=1", - }, + id: "p3", brand: "IronBuilt", name: "Adjustable Bench", price: "$299", rating: 5, + reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc75gE7VkceTalM2WsjON6sIqS/high-end-adjustable-bench-for-weightlift-1774776426338-00522875.png"}, { - id: "p4", - brand: "ProStrength", - name: "Speed Kettlebell", - price: "$85", - rating: 4, - reviewCount: "54", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc75gE7VkceTalM2WsjON6sIqS/studio-photo-of-a-high-end-black-rubber--1774776423954-53160074.png?_wi=2", - }, + id: "p4", brand: "ProStrength", name: "Speed Kettlebell", price: "$85", rating: 4, + reviewCount: "54", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc75gE7VkceTalM2WsjON6sIqS/studio-photo-of-a-high-end-black-rubber--1774776423954-53160074.png"}, ]} title="Elite Performance Gear" description="From heavy-duty racks to precision weights, we carry everything you need to hit your new personal best." @@ -117,29 +83,15 @@ export default function LandingPage() {
@@ -245,33 +145,21 @@ export default function LandingPage() { { items: [ { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Metrics", - href: "#metrics", - }, + label: "Metrics", href: "#metrics"}, ], }, { items: [ { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]}