diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3c6dec3..14f906e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,38 +40,16 @@ export default function LandingPage() {
@@ -96,68 +62,19 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Souk",
- name: "Berber Rug",
- price: "$150",
- rating: 5,
- reviewCount: "24",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-vintage-broadcast-radio-receiver-flowers_23-2148695306.jpg",
- },
- {
- id: "p2",
- brand: "Souk",
- name: "Ceramic Tagine",
- price: "$45",
- rating: 4,
- reviewCount: "18",
- imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164937.jpg",
- },
- {
- id: "p3",
- brand: "Souk",
- name: "Brass Lantern",
- price: "$85",
- rating: 5,
- reviewCount: "42",
- imageSrc: "http://img.b2bpic.net/free-photo/old-metal-lamp-candlestick-hangs-flea-market_169016-10818.jpg",
- },
- {
- id: "p4",
- brand: "Souk",
- name: "Leather Babouche",
- price: "$30",
- rating: 4,
- reviewCount: "31",
- imageSrc: "http://img.b2bpic.net/free-photo/concentrated-shoemaker-workshop-making-shoes_171337-12254.jpg",
- },
- {
- id: "p5",
- brand: "Souk",
- name: "Organic Argan Oil",
- price: "$25",
- rating: 5,
- reviewCount: "55",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292038.jpg",
- },
- {
- id: "p6",
- brand: "Souk",
- name: "Raffia Tote",
- price: "$40",
- rating: 4,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141477.jpg",
- },
+ { id: "p1", brand: "Souk", name: "Berber Rug", price: "$150", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/luxury-vintage-broadcast-radio-receiver-flowers_23-2148695306.jpg" },
+ { id: "p2", brand: "Souk", name: "Ceramic Tagine", price: "$45", rating: 4, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164937.jpg" },
+ { id: "p3", brand: "Souk", name: "Brass Lantern", price: "$85", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/old-metal-lamp-candlestick-hangs-flea-market_169016-10818.jpg" },
+ { id: "p4", brand: "Souk", name: "Leather Babouche", price: "$30", rating: 4, reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-shoemaker-workshop-making-shoes_171337-12254.jpg" },
+ { id: "p5", brand: "Souk", name: "Organic Argan Oil", price: "$25", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292038.jpg" },
+ { id: "p6", brand: "Souk", name: "Raffia Tote", price: "$40", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141477.jpg" },
]}
title="Marketplace"
description="Our handpicked collection of traditional crafts."
buttons={[
{
- text: "WhatsApp Order",
- href: "https://wa.me/1234567890?text=Hello,%20I%20want%20to%20order:%20[Product%20Name],%20City:%20[User%20City]",
- },
+ text: "WhatsApp Order", href: "https://wa.me/1234567890?text=Hello,%20I%20want%20to%20order:%20[Product%20Name],%20City:%20[User%20City]"
+ }
]}
/>
@@ -167,9 +84,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About RoseSouk"
description={[
- "RoseSouk bridges the gap between Moroccan artisans and the world.",
- "We believe in fair trade, quality craftsmanship, and preserving tradition.",
- ]}
+ "RoseSouk bridges the gap between Moroccan artisans and the world.", "We believe in fair trade, quality craftsmanship, and preserving tradition."]}
/>
@@ -178,21 +93,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "How do I order?",
- content: "Simply click the WhatsApp button on any product page, send us your choice and city, and we'll confirm your order.",
- },
- {
- id: "f2",
- title: "Where do you ship?",
- content: "We ship nationwide across Morocco and offer international shipping options on request.",
- },
- {
- id: "f3",
- title: "Are products authentic?",
- content: "Yes, all our products are ethically sourced directly from traditional artisans in Morocco.",
- },
+ { id: "f1", title: "How do I order?", content: "Simply click the WhatsApp button on any product page, send us your choice and city, and we'll confirm your order." },
+ { id: "f2", title: "Where do you ship?", content: "We ship nationwide across Morocco and offer international shipping options on request." },
+ { id: "f3", title: "Are products authentic?", content: "Yes, all our products are ethically sourced directly from traditional artisans in Morocco." },
]}
imageSrc="http://img.b2bpic.net/free-photo/black-haired-clothes-shop-cashier-giving-paper-bag-customer-desk-with-cash-register-side-view-shopping-consumerism-concept_74855-11534.jpg"
title="Frequently Asked Questions"
@@ -203,44 +106,15 @@ export default function LandingPage() {