diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a39853..4ca83c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,90 +29,60 @@ export default function LandingPage() {
@@ -123,9 +93,7 @@ export default function LandingPage() { title="Always Fresh, Always Open" buttons={[ { - text: "Find Location", - href: "#contact", - }, + text: "Find Location", href: "#contact"}, ]} /> @@ -138,59 +106,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Signature", - name: "Kashta Mix Box", - price: "BHD 8.500", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=1", - }, + id: "1", brand: "Signature", name: "Kashta Mix Box", price: "BHD 8.500", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg"}, { - id: "2", - brand: "Classic", - name: "Bacon Burger", - price: "BHD 3.200", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1", - }, + id: "2", brand: "Classic", name: "Bacon Burger", price: "BHD 3.200", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg"}, { - id: "3", - brand: "Signature", - name: "Mini Lotus", - price: "BHD 1.500", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=1", - }, + id: "3", brand: "Signature", name: "Mini Lotus", price: "BHD 1.500", rating: 4, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg"}, { - id: "4", - brand: "Combo", - name: "Special Bundle", - price: "BHD 12.000", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", - }, + id: "4", brand: "Combo", name: "Special Bundle", price: "BHD 12.000", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg"}, { - id: "5", - brand: "Classic", - name: "Cheeseburger", - price: "BHD 2.800", - rating: 4, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=1", - }, + id: "5", brand: "Classic", name: "Cheeseburger", price: "BHD 2.800", rating: 4, + reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg"}, { - id: "6", - brand: "Dessert", - name: "Lotus Delight", - price: "BHD 1.000", - rating: 5, - reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg", - }, + id: "6", brand: "Dessert", name: "Lotus Delight", price: "BHD 1.000", rating: 5, + reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg"}, ]} title="Our Best Sellers" description="Handpicked favorites loved by our community." @@ -206,33 +138,13 @@ export default function LandingPage() { description="Authentic feedback from our Maqabah neighborhood." testimonials={[ { - id: "1", - name: "Ahmed Ali", - handle: "@ahmedfoodie", - testimonial: "The best burger spot in the area. Always fresh and quick!", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2", - }, + id: "1", name: "Ahmed Ali", handle: "@ahmedfoodie", testimonial: "The best burger spot in the area. Always fresh and quick!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg"}, { - id: "2", - name: "Sara Mohammed", - handle: "@sara_bahrain", - testimonial: "Perfect late-night snacks. The Lotus dessert is a must-try.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=2", - }, + id: "2", name: "Sara Mohammed", handle: "@sara_bahrain", testimonial: "Perfect late-night snacks. The Lotus dessert is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg"}, { - id: "3", - name: "Khalid Isa", - handle: "@khalid_k", - testimonial: "Consistent quality every time I order. Great service.", - imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=2", - }, + id: "3", name: "Khalid Isa", handle: "@khalid_k", testimonial: "Consistent quality every time I order. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg"}, { - id: "4", - name: "Noora Hassan", - handle: "@noora_bites", - testimonial: "The signature burger is exactly what I crave after a long day.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=2", - }, + id: "4", name: "Noora Hassan", handle: "@noora_bites", testimonial: "The signature burger is exactly what I crave after a long day.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg"}, ]} /> @@ -241,8 +153,7 @@ export default function LandingPage() { @@ -252,37 +163,23 @@ export default function LandingPage() { logoText="Maqabah Bites" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "Location", - href: "#contact", - }, + label: "Location", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}