diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index 89309d9..aa53932 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -42,22 +42,22 @@ export default function MenuPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
- id: "1", name: "Classic Chicken Box", price: "₤50", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-legs-wings-wooden-board-with-lettuce-pepper-high-quality-photo_114579-69091.jpg?_wi=2", imageAlt: "Crispy fried chicken box", onProductClick: () => { typeof window !== 'undefined' && window.location.href = '/product-details?product=1'; }
+ id: "1", name: "Classic Chicken Box", price: "₤50", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-legs-wings-wooden-board-with-lettuce-pepper-high-quality-photo_114579-69091.jpg?_wi=2", imageAlt: "Crispy fried chicken box", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=1"; }
},
{
- id: "2", name: "Crispy Chicken Sandwich", price: "₤35", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-green-salad-tomatoes-ham-inside-plate-with-french-fries_140725-29971.jpg", imageAlt: "Golden fried chicken sandwich", onProductClick: () => { typeof window !== 'undefined' && window.location.href = '/product-details?product=2'; }
+ id: "2", name: "Crispy Chicken Sandwich", price: "₤35", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-green-salad-tomatoes-ham-inside-plate-with-french-fries_140725-29971.jpg", imageAlt: "Golden fried chicken sandwich", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=2"; }
},
{
- id: "3", name: "Family Chicken Meal", price: "₤60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-french-fries_140725-114450.jpg?_wi=2", imageAlt: "Complete chicken meal combo", onProductClick: () => { typeof window !== 'undefined' && window.location.href = '/product-details?product=3'; }
+ id: "3", name: "Family Chicken Meal", price: "₤60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-french-fries_140725-114450.jpg?_wi=2", imageAlt: "Complete chicken meal combo", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=3"; }
},
{
- id: "4", name: "Golden Fries & Sides", price: "₤20", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crackers-black-pan-wooden-cutting-board-dark-horizontal_176474-4184.jpg?_wi=1", imageAlt: "Golden crispy fries", onProductClick: () => { typeof window !== 'undefined' && window.location.href = '/product-details?product=4'; }
+ id: "4", name: "Golden Fries & Sides", price: "₤20", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crackers-black-pan-wooden-cutting-board-dark-horizontal_176474-4184.jpg?_wi=1", imageAlt: "Golden crispy fries", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=4"; }
},
{
- id: "5", name: "Spicy Chicken Combo", price: "₤55", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg", imageAlt: "Spicy chicken combo", onProductClick: () => { typeof window !== 'undefined' && window.location.href = '/product-details?product=5'; }
+ id: "5", name: "Spicy Chicken Combo", price: "₤55", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg", imageAlt: "Spicy chicken combo", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=5"; }
},
{
- id: "6", name: "Chicken Wings Special", price: "₤40", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-crispy-fried-chicken-with-mayonnaise-ketchup_140725-54247.jpg", imageAlt: "Crispy chicken wings", onProductClick: () => { typeof window !== 'undefined' && window.location.href = '/product-details?product=6'; }
+ id: "6", name: "Chicken Wings Special", price: "₤40", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-crispy-fried-chicken-with-mayonnaise-ketchup_140725-54247.jpg", imageAlt: "Crispy chicken wings", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=6"; }
}
]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1542237..3d488bc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -67,7 +67,7 @@ export default function LandingPage() {
{ typeof window !== 'undefined' && window.location.href = '/product-details?product=1'; }
+ id: "1", name: "Chicken Box", price: "₤50", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-legs-wings-wooden-board-with-lettuce-pepper-high-quality-photo_114579-69091.jpg?_wi=2", imageAlt: "Crispy fried chicken box", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=1"; }
},
{
- id: "2", name: "Chicken Sandwich", price: "₤35", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-green-salad-tomatoes-ham-inside-plate-with-french-fries_140725-29971.jpg", imageAlt: "Golden fried chicken sandwich", onProductClick: () => { typeof window !== 'undefined' && window.location.href = '/product-details?product=2'; }
+ id: "2", name: "Chicken Sandwich", price: "₤35", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-green-salad-tomatoes-ham-inside-plate-with-french-fries_140725-29971.jpg", imageAlt: "Golden fried chicken sandwich", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=2"; }
},
{
- id: "3", name: "Chicken Meal", price: "₤60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-french-fries_140725-114450.jpg?_wi=2", imageAlt: "Complete chicken meal combo", onProductClick: () => { typeof window !== 'undefined' && window.location.href = '/product-details?product=3'; }
+ id: "3", name: "Chicken Meal", price: "₤60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-french-fries_140725-114450.jpg?_wi=2", imageAlt: "Complete chicken meal combo", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=3"; }
},
{
- id: "4", name: "Fries & Sides", price: "₤20", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crackers-black-pan-wooden-cutting-board-dark-horizontal_176474-4184.jpg?_wi=1", imageAlt: "Golden crispy fries", onProductClick: () => { typeof window !== 'undefined' && window.location.href = '/product-details?product=4'; }
+ id: "4", name: "Fries & Sides", price: "₤20", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crackers-black-pan-wooden-cutting-board-dark-horizontal_176474-4184.jpg?_wi=1", imageAlt: "Golden crispy fries", onProductClick: () => { typeof window !== "undefined" && window.location.href = "/product-details?product=4"; }
}
]}
/>
@@ -160,10 +160,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1", title: "Best Fried Chicken in Town", quote: "I've tried every chicken place in El Tor, and ChickenBox is hands down the best. Fresh, crispy, and always hot when delivered. Highly recommended!", name: "Amira Hassan", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg", imageAlt: "Amira Hassan"
+ id: "1", title: "Best Fried Chicken in Town", quote: "I have tried every chicken place in El Tor, and ChickenBox is hands down the best. Fresh, crispy, and always hot when delivered. Highly recommended!", name: "Amira Hassan", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg", imageAlt: "Amira Hassan"
},
{
- id: "2", title: "Perfect for Family Dinners", quote: "We order from ChickenBox at least twice a week. The family loves it, the prices are fair, and they're always friendly on the phone.", name: "Mohamed Saleh", role: "Family Father", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", imageAlt: "Mohamed Saleh"
+ id: "2", title: "Perfect for Family Dinners", quote: "We order from ChickenBox at least twice a week. The family loves it, the prices are fair, and they are always friendly on the phone.", name: "Mohamed Saleh", role: "Family Father", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", imageAlt: "Mohamed Saleh"
},
{
id: "3", title: "Fast and Reliable", quote: "As a busy professional, I love that ChickenBox is quick and reliable. One call and my meal is ready. Outstanding service every time.", name: "Fatima Ali", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Fatima Ali"
@@ -185,10 +185,10 @@ export default function LandingPage() {
animationType="slide-up"
faqs={[
{
- id: "1", title: "Where are you located?", content: "We're at 306 Corniche Street, El Tor – South Sinai. Easy access for pickup or delivery."
+ id: "1", title: "Where are you located?", content: "We are at 306 Corniche Street, El Tor - South Sinai. Easy access for pickup or delivery."
},
{
- id: "2", title: "What are your hours?", content: "We're open daily from 11 AM to 11 PM. Call anytime during these hours to place your order."
+ id: "2", title: "What are your hours?", content: "We are open daily from 11 AM to 11 PM. Call anytime during these hours to place your order."
},
{
id: "3", title: "Do you offer delivery?", content: "Yes, we deliver to the El Tor area. Call us at 01100016162 to arrange delivery to your location."
@@ -197,7 +197,7 @@ export default function LandingPage() {
id: "4", title: "What payment methods do you accept?", content: "We accept cash on pickup or delivery. For specific questions, call us at 01100016162."
},
{
- id: "5", title: "Can I customize my order?", content: "Absolutely! When you call, let us know any special requests or customizations, and we'll prepare exactly what you want."
+ id: "5", title: "Can I customize my order?", content: "Absolutely! When you call, let us know any special requests or customizations, and we will prepare exactly what you want."
}
]}
/>