diff --git a/src/app/page.tsx b/src/app/page.tsx
index c222e1a..7997ac2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,75 +29,29 @@ export default function LandingPage() {
@@ -109,42 +63,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "OG Hoodie",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg",
- },
- {
- id: "p2",
- name: "Cargo Pants",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-posing-with-loangboard_158595-2841.jpg",
- },
- {
- id: "p3",
- name: "Graphic Tee",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830347.jpg",
- },
- {
- id: "p4",
- name: "Accessories Pack",
- price: "$30",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-attitude-white_158595-5501.jpg",
- },
- {
- id: "p5",
- name: "Luxury Bomber",
- price: "$250",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-listening-music_23-2148773576.jpg",
- },
- {
- id: "p6",
- name: "Future Cap",
- price: "$35",
- imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-44697.jpg",
- },
+ { id: "p1", name: "OG Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg" },
+ { id: "p2", name: "Cargo Pants", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-posing-with-loangboard_158595-2841.jpg" },
+ { id: "p3", name: "Graphic Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830347.jpg" },
+ { id: "p4", name: "Accessories Pack", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-attitude-white_158595-5501.jpg" },
+ { id: "p5", name: "Luxury Bomber", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-listening-music_23-2148773576.jpg" },
+ { id: "p6", name: "Future Cap", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-44697.jpg" },
]}
title="Featured Drops"
description="Current season highlights."
@@ -165,15 +89,13 @@ export default function LandingPage() {
-
+
);
-}
+}
\ No newline at end of file