diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index a0f73c3..2b0199e 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -27,39 +27,23 @@ export default function LandingPage() {
@@ -72,47 +56,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "sp1",
- name: "Ivory Silk Kaftan",
- price: "$299.00",
- imageSrc: "http://img.b2bpic.net/free-photo/young-muslim-woman-talking-phone_1157-48961.jpg",
- imageAlt: "Ivory Silk Kaftan",
- },
+ id: "sp1", name: "Ivory Silk Kaftan", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/young-muslim-woman-talking-phone_1157-48961.jpg", imageAlt: "Ivory Silk Kaftan"},
{
- id: "sp2",
- name: "Crimson Embellished Abaya",
- price: "$350.00",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hijab-full-shot_23-2149522156.jpg",
- imageAlt: "Crimson Embellished Abaya",
- },
+ id: "sp2", name: "Crimson Embellished Abaya", price: "$350.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hijab-full-shot_23-2149522156.jpg", imageAlt: "Crimson Embellished Abaya"},
{
- id: "sp3",
- name: "Minimalist Grey Abaya",
- price: "$175.00",
- imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-holding-leaf-side-view_23-2149642281.jpg",
- imageAlt: "Minimalist Grey Abaya",
- },
+ id: "sp3", name: "Minimalist Grey Abaya", price: "$175.00", imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-holding-leaf-side-view_23-2149642281.jpg", imageAlt: "Minimalist Grey Abaya"},
{
- id: "sp4",
- name: "Golden Hour Abaya",
- price: "$310.00",
- imageSrc: "http://img.b2bpic.net/free-photo/female-model-wearing-suit-hijab_114579-6711.jpg",
- imageAlt: "Golden Hour Abaya",
- },
+ id: "sp4", name: "Golden Hour Abaya", price: "$310.00", imageSrc: "http://img.b2bpic.net/free-photo/female-model-wearing-suit-hijab_114579-6711.jpg", imageAlt: "Golden Hour Abaya"},
{
- id: "sp5",
- name: "Sky Blue Evening Abaya",
- price: "$320.00",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-clothing-designer_23-2150762224.jpg",
- imageAlt: "Sky Blue Evening Abaya",
- },
+ id: "sp5", name: "Sky Blue Evening Abaya", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-clothing-designer_23-2150762224.jpg", imageAlt: "Sky Blue Evening Abaya"},
{
- id: "sp6",
- name: "Forest Green Abaya",
- price: "$280.00",
- imageSrc: "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-background-old-wooden-doors_627829-8776.jpg",
- imageAlt: "Forest Green Abaya",
- },
+ id: "sp6", name: "Forest Green Abaya", price: "$280.00", imageSrc: "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-background-old-wooden-doors_627829-8776.jpg", imageAlt: "Forest Green Abaya"},
]}
title="Shop Our Collections"
description="Discover our complete range of luxurious abayas, perfect for every occasion. Filter by style, color, and price to find your perfect match."
@@ -122,26 +76,18 @@ export default function LandingPage() {