diff --git a/src/app/page.tsx b/src/app/page.tsx
index 44d75c1..1cff2bb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,71 +47,44 @@ export default function LandingPage() {
@@ -132,47 +97,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "s1",
- name: "حذاء رياضي",
- price: "25,000 د.ع",
- variant: "رياضي",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005709.jpg",
- },
+ id: "s1", name: "حذاء رياضي", price: "25,000 د.ع", variant: "رياضي", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005709.jpg"},
{
- id: "s2",
- name: "حذاء رسمي",
- price: "35,000 د.ع",
- variant: "رسمي",
- imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-concept-with-tools_23-2148510763.jpg",
- },
+ id: "s2", name: "حذاء رسمي", price: "35,000 د.ع", variant: "رسمي", imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-concept-with-tools_23-2148510763.jpg"},
{
- id: "s3",
- name: "حذاء كاجوال",
- price: "30,000 د.ع",
- variant: "يومي",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sneakers-white-background-fitness-wear-equipment-sport-fashion-sport-accessories-sport-equipment-healthy-concept-copy-space-concept-healthy-lifestyle-sport-diet-sport-equipment_1391-728.jpg",
- },
+ id: "s3", name: "حذاء كاجوال", price: "30,000 د.ع", variant: "يومي", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sneakers-white-background-fitness-wear-equipment-sport-fashion-sport-accessories-sport-equipment-healthy-concept-copy-space-concept-healthy-lifestyle-sport-diet-sport-equipment_1391-728.jpg"},
{
- id: "s4",
- name: "حذاء جلد",
- price: "45,000 د.ع",
- variant: "فاخر",
- imageSrc: "http://img.b2bpic.net/free-photo/male-brown-footwear-close-up_1303-10300.jpg",
- },
+ id: "s4", name: "حذاء جلد", price: "45,000 د.ع", variant: "فاخر", imageSrc: "http://img.b2bpic.net/free-photo/male-brown-footwear-close-up_1303-10300.jpg"},
{
- id: "s5",
- name: "حذاء جري",
- price: "28,000 د.ع",
- variant: "رياضي",
- imageSrc: "http://img.b2bpic.net/free-photo/fitness-music-earphones-athlete-slim_1368-2618.jpg",
- },
+ id: "s5", name: "حذاء جري", price: "28,000 د.ع", variant: "رياضي", imageSrc: "http://img.b2bpic.net/free-photo/fitness-music-earphones-athlete-slim_1368-2618.jpg"},
{
- id: "s6",
- name: "حذاء موكاسين",
- price: "32,000 د.ع",
- variant: "رسمي",
- imageSrc: "http://img.b2bpic.net/free-photo/flatlay-view-businessman-arranging-his-belongings_53876-139615.jpg",
- },
+ id: "s6", name: "حذاء موكاسين", price: "32,000 د.ع", variant: "رسمي", imageSrc: "http://img.b2bpic.net/free-photo/flatlay-view-businessman-arranging-his-belongings_53876-139615.jpg"},
]}
title="أحدث الأحذية"
description="تشكيلة مختارة من أحذية الرياضة والرسمي."
@@ -181,38 +116,21 @@ export default function LandingPage() {
@@ -349,13 +220,9 @@ export default function LandingPage() {