diff --git a/src/app/page.tsx b/src/app/page.tsx index e5d5f90..4fc2139 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "📞 Call Now", href: "tel:03440662533"}} + text: "📞 Call Now", href: "tel:03440662533" + }} /> @@ -46,15 +47,17 @@ export default function LandingPage() { tag="Hot & Fresh" tagIcon={Flame} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/burger-filled-with-chicken-nuggets_140725-1095.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/burger-filled-with-chicken-nuggets_140725-1095.jpg" imageAlt="BBQ Burger with Cheese" imagePosition="right" mediaAnimation="slide-up" buttons={[ { - text: "📞 Call Now – 0344 0662533", href: "tel:03440662533"}, + text: "📞 Call Now – 0344 0662533", href: "tel:03440662533" + }, { - text: "📝 Order / Contact Us", href: "#contact"}, + text: "📝 Order / Contact Us", href: "#contact" + }, ]} /> @@ -71,37 +74,43 @@ export default function LandingPage() { { id: "1", title: "Chicken Tikka Pizza", description: "Spiced grilled chicken tikka with fresh herbs and mozzarella", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-mix-mozzarella-sticks-club-sandwich-hamburger-mushroom-pizza-caesar-shrimp-salad-french-fries-ketchup-mayo-cheese-sauces-table_141793-3998.jpg", imageAlt: "Chicken Tikka Pizza", buttons: [ { - text: "Call to Order", href: "tel:03440662533"}, + text: "Call to Order", href: "tel:03440662533" + }, ], }, { id: "2", title: "Peri Peri Grilled Burger with Cheese", description: "Perfectly grilled chicken breast with peri peri spice and melted cheese", tag: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg", imageAlt: "Peri Peri Grilled Burger", buttons: [ { - text: "Call to Order", href: "tel:03440662533"}, + text: "Call to Order", href: "tel:03440662533" + }, ], }, { id: "3", title: "XL Supreme Pizza", description: "Loaded with multiple toppings, cheese, and fresh ingredients", tag: "Best Value", imageSrc: "http://img.b2bpic.net/free-photo/top-view-italian-pizzas-four-seasons-hawaiian-pizzas_141793-496.jpg", imageAlt: "XL Supreme Pizza", buttons: [ { - text: "Call to Order", href: "tel:03440662533"}, + text: "Call to Order", href: "tel:03440662533" + }, ], }, { id: "4", title: "BBQ Wings", description: "Crispy fried wings coated in our special BBQ sauce", tag: "Crowd Favorite", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-barbecue-sauce-mixed-vegetable-salad-with-pepper-seeds-rosemary-salt-black-stone-plate-gray-stone-table_1150-37794.jpg", imageAlt: "BBQ Wings", buttons: [ { - text: "Call to Order", href: "tel:03440662533"}, + text: "Call to Order", href: "tel:03440662533" + }, ], }, { id: "5", title: "Loaded Fries with Cheese", description: "Golden crispy fries topped with melted cheese and special spices", tag: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-french-fries-with-melted-cheese-sliced-sausage-wooden-table_181624-43451.jpg", imageAlt: "Loaded Fries with Cheese", buttons: [ { - text: "Call to Order", href: "tel:03440662533"}, + text: "Call to Order", href: "tel:03440662533" + }, ], }, { - id: "6", title: "BBQ Burger", description: "Juicy grilled patty with BBQ sauce, cheese, and fresh toppings", tag: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/burger-filled-with-chicken-nuggets_140725-1095.jpg?_wi=2", imageAlt: "BBQ Burger", buttons: [ + id: "6", title: "BBQ Burger", description: "Juicy grilled patty with BBQ sauce, cheese, and fresh toppings", tag: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/burger-filled-with-chicken-nuggets_140725-1095.jpg", imageAlt: "BBQ Burger", buttons: [ { - text: "Call to Order", href: "tel:03440662533"}, + text: "Call to Order", href: "tel:03440662533" + }, ], }, ]} @@ -112,19 +121,24 @@ export default function LandingPage() { @@ -140,24 +154,31 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Fatima Khan", role: "Homemaker", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Fatima Khan"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Fatima Khan" + }, { id: "2", name: "Ali Hassan", role: "Student", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Ali Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ali Hassan" + }, { id: "3", name: "Zainab Ahmed", role: "Business Owner", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Zainab Ahmed"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Zainab Ahmed" + }, { id: "4", name: "Muhammad Rashid", role: "Family Man", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Muhammad Rashid"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Muhammad Rashid" + }, ]} kpiItems={[ { - value: "3.6★", label: "Google Rating from 25+ Reviews"}, + value: "3.6★", label: "Google Rating from 25+ Reviews" + }, { - value: "100%", label: "Fresh Ingredients Daily"}, + value: "100%", label: "Fresh Ingredients Daily" + }, { - value: "12 PM", label: "Open Daily for Your Convenience"}, + value: "12 PM", label: "Open Daily for Your Convenience" + }, ]} />