diff --git a/src/app/page.tsx b/src/app/page.tsx
index e70024f..6473552 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,23 +47,16 @@ export default function LandingPage() {
@@ -137,19 +102,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "الجودة",
- value: "أعلى معايير",
- },
+ label: "الجودة", value: "أعلى معايير"},
{
icon: Users,
- label: "الخدمة",
- value: "فريق محترف",
- },
+ label: "الخدمة", value: "فريق محترف"},
{
icon: Leaf,
- label: "الطعم",
- value: "مكونات طازجة",
- },
+ label: "الطعم", value: "مكونات طازجة"},
]}
metricsAnimation="blur-reveal"
/>
@@ -163,41 +122,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "بروستد مقرمش",
- price: "٣٥ ريال",
- imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16604.jpg",
- },
+ id: "p1", name: "بروستد مقرمش", price: "٣٥ ريال", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16604.jpg"},
{
- id: "p2",
- name: "ساندوتش دجاج حراق",
- price: "٢٥ ريال",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-sauces-celebration_140725-113760.jpg",
- },
+ id: "p2", name: "ساندوتش دجاج حراق", price: "٢٥ ريال", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-sauces-celebration_140725-113760.jpg"},
{
- id: "p3",
- name: "وجبة العائلة",
- price: "١٢٠ ريال",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-with-seasonings-dark-desk-dish-potato-meal-fast-food-burger_140725-96476.jpg",
- },
+ id: "p3", name: "وجبة العائلة", price: "١٢٠ ريال", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-with-seasonings-dark-desk-dish-potato-meal-fast-food-burger_140725-96476.jpg"},
{
- id: "p4",
- name: "ناجتس الدجاج",
- price: "٢٠ ريال",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-hot-dog_23-2147684579.jpg",
- },
+ id: "p4", name: "ناجتس الدجاج", price: "٢٠ ريال", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-hot-dog_23-2147684579.jpg"},
{
- id: "p5",
- name: "دجاج مشوي بالتتبيلة",
- price: "٤٠ ريال",
- imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-with-ketchup-copy-space_23-2148784938.jpg",
- },
+ id: "p5", name: "دجاج مشوي بالتتبيلة", price: "٤٠ ريال", imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-with-ketchup-copy-space_23-2148784938.jpg"},
{
- id: "p6",
- name: "أجنحة الدجاج",
- price: "٢٢ ريال",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-barbecue-wooden-stick_1203-1173.jpg",
- },
+ id: "p6", name: "أجنحة الدجاج", price: "٢٢ ريال", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-barbecue-wooden-stick_1203-1173.jpg"},
]}
title="قائمة طعامنا الشهية"
description="استكشف مجموعتنا المتنوعة من وجبات الدجاج اللذيذة والمحضرة بكل حب."
@@ -206,44 +141,20 @@ export default function LandingPage() {
@@ -281,20 +183,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "هل يوجد توصيل للمنزل؟",
- content: "نعم، نوفر خدمة التوصيل لجميع المناطق.",
- },
+ id: "f1", title: "هل يوجد توصيل للمنزل؟", content: "نعم، نوفر خدمة التوصيل لجميع المناطق."},
{
- id: "f2",
- title: "هل الدجاج طازج؟",
- content: "نعم، نلتزم بتقديم دجاج طازج يومياً.",
- },
+ id: "f2", title: "هل الدجاج طازج؟", content: "نعم، نلتزم بتقديم دجاج طازج يومياً."},
{
- id: "f3",
- title: "كيف يمكن التواصل معكم؟",
- content: "عبر أرقام الهاتف الموجودة في أسفل الصفحة.",
- },
+ id: "f3", title: "كيف يمكن التواصل معكم؟", content: "عبر أرقام الهاتف الموجودة في أسفل الصفحة."},
]}
sideTitle="أسئلة شائعة"
faqsAnimation="blur-reveal"
@@ -309,22 +202,14 @@ export default function LandingPage() {
description="نسعد بخدمتكم واستقبال استفساراتكم."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "الاسم",
- required: true,
+ name: "name", type: "text", placeholder: "الاسم", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "رقم الهاتف",
- required: true,
+ name: "phone", type: "tel", placeholder: "رقم الهاتف", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "رسالتك",
- }}
+ name: "message", placeholder: "رسالتك"}}
imageSrc="http://img.b2bpic.net/free-photo/computer-desktop-table_23-2147936237.jpg"
/>
@@ -333,13 +218,9 @@ export default function LandingPage() {