diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1512fab..ffe0ba0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,104 +43,33 @@ export default function LandingPage() {
@@ -164,42 +81,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Cuneiform Oversized Hoodie",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/teddy-bear-biscuit-white-paper_114579-19123.jpg",
- },
- {
- id: "2",
- name: "Babylonian Art Tee",
- price: "$55",
- imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-cafe_23-2147710383.jpg",
- },
- {
- id: "3",
- name: "Metallic Hardware Sweatshirt",
- price: "$140",
- imageSrc: "http://img.b2bpic.net/free-photo/serious-teenage-girl-with-bun-hairstyle-looks-directly-camera-dressed-green-stylish-clothes-wears-bright-makeup-leans-knees-poses-against-blurred-background-people-style-concept_273609-57792.jpg",
- },
- {
- id: "4",
- name: "Mesopotamian Cargo Trousers",
- price: "$160",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg",
- },
- {
- id: "5",
- name: "Ancient Symbol Snapback",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teen-with-pink-hoodie_23-2148629629.jpg",
- },
- {
- id: "6",
- name: "Cuneiform Bomber Jacket",
- price: "$210",
- imageSrc: "http://img.b2bpic.net/free-vector/art-deco-wallpaper-flat-design_23-2149146218.jpg",
- },
+ { id: "1", name: "Cuneiform Oversized Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/teddy-bear-biscuit-white-paper_114579-19123.jpg" },
+ { id: "2", name: "Babylonian Art Tee", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-cafe_23-2147710383.jpg" },
+ { id: "3", name: "Metallic Hardware Sweatshirt", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/serious-teenage-girl-with-bun-hairstyle-looks-directly-camera-dressed-green-stylish-clothes-wears-bright-makeup-leans-knees-poses-against-blurred-background-people-style-concept_273609-57792.jpg" },
+ { id: "4", name: "Mesopotamian Cargo Trousers", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg" },
+ { id: "5", name: "Ancient Symbol Snapback", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teen-with-pink-hoodie_23-2148629629.jpg" },
+ { id: "6", name: "Cuneiform Bomber Jacket", price: "$210", imageSrc: "http://img.b2bpic.net/free-vector/art-deco-wallpaper-flat-design_23-2149146218.jpg" }
]}
title="DROP 01 — MESOPOTAMIA"
description="الإصدار الأول — بلاد الرافدين. Limited edition artifacts for the modern era."
@@ -211,21 +98,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="ADAPA — The Essence"
metrics={[
- {
- icon: Sparkles,
- label: "Ancient Inspiration",
- value: "Sumerian",
- },
- {
- icon: Shield,
- label: "Luxury Standard",
- value: "Premium",
- },
- {
- icon: Zap,
- label: "Youth Spirit",
- value: "Modern",
- },
+ { icon: Sparkles, label: "Ancient Inspiration", value: "Sumerian" },
+ { icon: Shield, label: "Luxury Standard", value: "Premium" },
+ { icon: Zap, label: "Youth Spirit", value: "Modern" }
]}
metricsAnimation="slide-up"
/>
@@ -233,28 +108,13 @@ export default function LandingPage() {
@@ -282,18 +134,11 @@ export default function LandingPage() {
@@ -302,21 +147,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "Where do you ship?",
- content: "We ship globally to all major international hubs.",
- },
- {
- id: "2",
- title: "Are designs limited?",
- content: "Yes, every collection is a limited drop to preserve artistic value.",
- },
- {
- id: "3",
- title: "How to choose size?",
- content: "Refer to our size guide on each product page for precise measurements.",
- },
+ { id: "1", title: "Where do you ship?", content: "We ship globally to all major international hubs." },
+ { id: "2", title: "Are designs limited?", content: "Yes, every collection is a limited drop to preserve artistic value." },
+ { id: "3", title: "How to choose size?", content: "Refer to our size guide on each product page for precise measurements." }
]}
title="Frequently Asked"
description="Everything you need to know about our craftsmanship and shipping."
@@ -328,45 +161,9 @@ export default function LandingPage() {