diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dd1e5f..45a0968 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,95 +29,39 @@ export default function LandingPage() {
@@ -128,20 +72,11 @@ export default function LandingPage() { title="The Philosophy of FANTASTIC" description="We don't just create clothes; we build digital identities. Inspired by Tokyo's neon-lit alleys and Berlin's industrial pulse, FANTASTIC is the collision of high-fashion structure and rebellious street culture." metrics={[ - { - value: "100%", - title: "Future Proof", - }, - { - value: "24/7", - title: "Global Energy", - }, - { - value: "∞", - title: "Creativity", - }, + { value: "100%", title: "Future Proof" }, + { value: "24/7", title: "Global Energy" }, + { value: "∞", title: "Creativity" } ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-fit-man-jumping-outdoors_23-2150189454.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-fit-man-jumping-outdoors_23-2150189454.jpg" imageAlt="Futuristic Hoodie" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -155,42 +90,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Nebula Bomber", - price: "$290", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-moving-her-body-studio_23-2149429031.jpg?_wi=1", - }, - { - id: "p2", - name: "Neon Strike Sneakers", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-country-side-after-moving-from-city_23-2151123770.jpg", - }, - { - id: "p3", - name: "TechCore Hoodie", - price: "$140", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-smiling-camera_197531-33440.jpg", - }, - { - id: "p4", - name: "Urban Grid Jersey", - price: "$90", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118108.jpg", - }, - { - id: "p5", - name: "Distressed Apex Denim", - price: "$210", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-tailor-working-with-cloth-samples-sewing-workshop_613910-4435.jpg", - }, - { - id: "p6", - name: "Shadow Windbreaker", - price: "$160", - imageSrc: "http://img.b2bpic.net/free-photo/photo-crazy-girl-looking-camera_114579-92556.jpg", - }, + { id: "p1", name: "Nebula Bomber", price: "$290", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-moving-her-body-studio_23-2149429031.jpg" }, + { id: "p2", name: "Neon Strike Sneakers", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-country-side-after-moving-from-city_23-2151123770.jpg" }, + { id: "p3", name: "TechCore Hoodie", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-smiling-camera_197531-33440.jpg" }, + { id: "p4", name: "Urban Grid Jersey", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118108.jpg" }, + { id: "p5", name: "Distressed Apex Denim", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-tailor-working-with-cloth-samples-sewing-workshop_613910-4435.jpg" }, + { id: "p6", name: "Shadow Windbreaker", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/photo-crazy-girl-looking-camera_114579-92556.jpg" } ]} title="Latest Drops" description="The latest in engineered streetwear. Limited production, high-impact design." @@ -199,36 +104,22 @@ export default function LandingPage() {