diff --git a/src/app/page.tsx b/src/app/page.tsx
index db4e0b8..1533db6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,71 +46,46 @@ export default function LandingPage() {
@@ -139,41 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "الساقي",
- name: "بوكس اللمة",
- price: "25,000 د.ع",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/people-holding-macarons-box_53876-30972.jpg",
- },
+ id: "p1", brand: "الساقي", name: "بوكس اللمة", price: "25,000 د.ع", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/people-holding-macarons-box_53876-30972.jpg"},
{
- id: "p2",
- brand: "الساقي",
- name: "آيس كريم الساقي",
- price: "10,000 د.ع",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg",
- },
+ id: "p2", brand: "الساقي", name: "آيس كريم الساقي", price: "10,000 د.ع", rating: 5,
+ reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg"},
{
- id: "p3",
- brand: "الساقي",
- name: "اللقمة الساخنة",
- price: "12,000 د.ع",
- rating: 4,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/mash-filled-with-herbs-tomatoes_140725-3784.jpg",
- },
+ id: "p3", brand: "الساقي", name: "اللقمة الساخنة", price: "12,000 د.ع", rating: 4,
+ reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/mash-filled-with-herbs-tomatoes_140725-3784.jpg"},
{
- id: "p4",
- brand: "الساقي",
- name: "وافل وكريب",
- price: "15,000 د.ع",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-topping_23-2148468106.jpg",
- },
+ id: "p4", brand: "الساقي", name: "وافل وكريب", price: "15,000 د.ع", rating: 5,
+ reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-topping_23-2148468106.jpg"},
]}
title="قائمة الضيافة الفاخرة"
description="استكشف تشكيلتنا المختارة بعناية من الحلويات واللقمة."
@@ -182,44 +125,20 @@ export default function LandingPage() {
@@ -280,14 +185,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "https://instagram.com/alsaqi",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/alsaqi", ariaLabel: "Instagram"},
{
icon: Phone,
- href: "tel:+964...",
- ariaLabel: "Phone",
- },
+ href: "tel:+964...", ariaLabel: "Phone"},
]}
/>