diff --git a/src/app/page.tsx b/src/app/page.tsx
index d3d3217..553bede 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,17 +27,11 @@ export default function LandingPage() {
@@ -46,35 +40,16 @@ export default function LandingPage() {
@@ -84,35 +59,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
- useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "وطني",
- name: "برجر لحم",
- price: "7 ريال",
- rating: 5,
- reviewCount: "100+",
- imageSrc: "http://img.b2bpic.net/free-photo/colorful-fast-food-truck-illustration_1308-171256.jpg",
- },
- {
- id: "p2",
- brand: "وطني",
- name: "برجر دجاج",
- price: "7 ريال",
- rating: 5,
- reviewCount: "80+",
- imageSrc: "http://img.b2bpic.net/free-vector/food-doodle-set_78370-9454.jpg",
- },
- {
- id: "p3",
- brand: "وطني",
- name: "برجر سمك",
- price: "10 ريال",
- rating: 4,
- reviewCount: "40+",
- imageSrc: "http://img.b2bpic.net/free-photo/drawn-fruit-good-from-brain-white-background_23-2147865376.jpg",
- },
+ { id: "p1", brand: "وطني", name: "برجر لحم", price: "7 ريال", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/colorful-fast-food-truck-illustration_1308-171256.jpg" },
+ { id: "p2", brand: "وطني", name: "برجر دجاج", price: "7 ريال", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-vector/food-doodle-set_78370-9454.jpg" },
+ { id: "p3", brand: "وطني", name: "برجر سمك", price: "10 ريال", rating: 4, reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/drawn-fruit-good-from-brain-white-background_23-2147865376.jpg" },
]}
title="برجر وطني (سادة)"
description="خياراتنا الأساسية بجودة عالية"
@@ -126,33 +76,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p4",
- brand: "وطني",
- name: "لحم بالجبنة",
- price: "8 ريال",
- rating: 5,
- reviewCount: "150+",
- imageSrc: "http://img.b2bpic.net/free-vector/burger-with-text-icon_1308-149412.jpg",
- },
- {
- id: "p5",
- brand: "وطني",
- name: "دجاج بالجبنة",
- price: "8 ريال",
- rating: 5,
- reviewCount: "90+",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-big-burger-with-meat-bread-lettuce-tomatoes-generative-ai_169016-28842.jpg",
- },
- {
- id: "p6",
- brand: "وطني",
- name: "سمك بالجبنة",
- price: "11 ريال",
- rating: 4,
- reviewCount: "50+",
- imageSrc: "http://img.b2bpic.net/free-photo/lobster-roll-isolated-white-background_123827-30668.jpg",
- },
+ { id: "p4", brand: "وطني", name: "لحم بالجبنة", price: "8 ريال", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-vector/burger-with-text-icon_1308-149412.jpg" },
+ { id: "p5", brand: "وطني", name: "دجاج بالجبنة", price: "8 ريال", rating: 5, reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-big-burger-with-meat-bread-lettuce-tomatoes-generative-ai_169016-28842.jpg" },
+ { id: "p6", brand: "وطني", name: "سمك بالجبنة", price: "11 ريال", rating: 4, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/lobster-roll-isolated-white-background_123827-30668.jpg" },
]}
title="برجر بالجبنة 🧀"
description="لمسة إضافية من الجبنة لزيادة المتعة"
@@ -164,26 +90,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
- useInvertedBackground={false}
products={[
- {
- id: "p7",
- brand: "وطني",
- name: "دبل برجر لحم",
- price: "13 ريال",
- rating: 5,
- reviewCount: "200+",
- imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-classic-burger_23-2147627734.jpg",
- },
- {
- id: "p8",
- brand: "وطني",
- name: "دبل لحم بالجبنة",
- price: "14 ريال",
- rating: 5,
- reviewCount: "250+",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-monocolor-retro-cartoon-illustration_23-2151193591.jpg",
- },
+ { id: "p7", brand: "وطني", name: "دبل برجر لحم", price: "13 ريال", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-vector/vintage-background-classic-burger_23-2147627734.jpg" },
+ { id: "p8", brand: "وطني", name: "دبل لحم بالجبنة", price: "14 ريال", rating: 5, reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-monocolor-retro-cartoon-illustration_23-2151193591.jpg" },
]}
title="طلبات الدبل (للعيبة) 💪"
description="للمحترفين فقط"
@@ -196,16 +105,8 @@ export default function LandingPage() {
title="📍 موقعنا في مكة"
description="حي النزهة - شارع الشيخ عبدالله الخليفي\n📞 للطلب: 0501291013\n⏰ من ١ ظهراً إلى ٢ فجراً"
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "اسمك الكريم",
- },
- {
- name: "phone",
- type: "tel",
- placeholder: "رقم الجوال للطلب",
- },
+ { name: "name", type: "text", placeholder: "اسمك الكريم" },
+ { name: "phone", type: "tel", placeholder: "رقم الجوال للطلب" },
]}
imageSrc="http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762885.jpg"
/>
@@ -216,20 +117,10 @@ export default function LandingPage() {
logoText="🍔 وطني برجر مكة"
columns={[
{
- title: "روابط سريعة",
- items: [
- {
- label: "الرئيسية",
- href: "#hero",
- },
- {
- label: "المنيو",
- href: "#menu",
- },
- {
- label: "الموقع",
- href: "#contact",
- },
+ title: "روابط سريعة", items: [
+ { label: "الرئيسية", href: "#hero" },
+ { label: "المنيو", href: "#menu-basic" },
+ { label: "الموقع", href: "#contact" },
],
},
]}
@@ -239,4 +130,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file