diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f40ea6..159d540 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -121,27 +75,9 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Jollof Rice Special", - price: "GHS 45", - variant: "w/ Chicken, Egg & Salad", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=3", - }, - { - id: "p2", - name: "Banku & Tilapia", - price: "GHS 60", - variant: "Authentic Style", - imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=2", - }, - { - id: "p3", - name: "Yam Chips & Fish", - price: "GHS 35", - variant: "Freshly Fried", - imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg?_wi=2", - }, + { id: "p1", name: "Jollof Rice Special", price: "GHS 45", variant: "w/ Chicken, Egg & Salad", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=3" }, + { id: "p2", name: "Banku & Tilapia", price: "GHS 60", variant: "Authentic Style", imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=2" }, + { id: "p3", name: "Yam Chips & Fish", price: "GHS 35", variant: "Freshly Fried", imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg?_wi=2" }, ]} title="Our Popular Dishes" description="Experience the authentic taste of tradition in every bite." @@ -155,27 +91,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "Live Band Sessions", - description: "Weekly music performances creating a relaxing and joyful environment.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg?_wi=2", - imageAlt: "Live Band", - }, - { - title: "Weekend Hangouts", - description: "The perfect destination to relax and unwind with friends.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg?_wi=2", - imageAlt: "People gathering", - }, - { - title: "Family Friendly", - description: "A welcoming space perfect for all generations to dine together.", - imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=3", - imageAlt: "Family dining", - }, + { title: "Live Band Sessions", description: "Weekly music performances.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg?_wi=2" }, + { title: "Weekend Hangouts", description: "Perfect for relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg?_wi=2" }, + { title: "Family Friendly", description: "Welcoming for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=3" }, ]} title="More Than Just Food" - description="Enjoy the rhythm and energy of Emmy's Eatery with live entertainment and weekend vibes." + description="Enjoy the rhythm and energy of Emmy's Eatery." /> @@ -184,49 +105,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - title: "Fantastic Experience", - quote: "The Jollof is truly authentic! The live band made our Friday night special.", - name: "Sarah", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg", - }, - { - id: "2", - title: "Great Vibes", - quote: "Perfect spot in Adenta for a casual date night. Good prices and great service.", - name: "Michael", - role: "Regular", - imageSrc: "http://img.b2bpic.net/free-photo/three-firends-together-eating-pizza-cafe_1303-26155.jpg", - }, - { - id: "3", - title: "Generous Portions", - quote: "I love the Banku and Tilapia. Always fresh and packed with flavor.", - name: "Adjoa", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg?_wi=1", - }, - { - id: "4", - title: "Family Favorite", - quote: "Kids loved the yam chips! Definitely coming back for more.", - name: "David", - role: "Father", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1725.jpg", - }, - { - id: "5", - title: "Absolute Gem", - quote: "The atmosphere is unmatched in Adenta. Feels just like home.", - name: "Ama", - role: "Regular Guest", - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg?_wi=2", - }, + { id: "1", title: "Fantastic", quote: "The Jollof is truly authentic!", name: "Sarah", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg" }, + { id: "2", title: "Great Vibes", quote: "Perfect for date night.", name: "Michael", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/three-firends-together-eating-pizza-cafe_1303-26155.jpg" }, + { id: "3", title: "Generous", quote: "Always fresh and flavorful.", name: "Adjoa", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg?_wi=1" }, ]} title="Hear From Our Guests" - description="See why our local community loves dining at Emmy's." + description="See why our community loves dining here." /> @@ -235,28 +119,12 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Do you offer delivery?", - content: "Yes, we are on Bolt Food for convenient delivery to your doorstep.", - }, - { - id: "q2", - title: "What are your hours?", - content: "We are open daily from morning until late at night.", - }, - { - id: "q3", - title: "Is there parking available?", - content: "Yes, there is space for customers near the premises.", - }, + { id: "q1", title: "Delivery?", content: "Yes, on Bolt Food." }, + { id: "q2", title: "Hours?", content: "Daily, open till late." }, ]} ctaTitle="Visit or Order Today" - ctaDescription="Located in Adenta Municipality, Accra. Open daily till late. Call us at 059 743 1312." - ctaButton={{ - text: "Call Now", - href: "tel:0597431312", - }} + ctaDescription="Located in Adenta, Accra. Call us at 059 743 1312." + ctaButton={{ text: "Call Now", href: "tel:0597431312" }} ctaIcon={Phone} /> @@ -264,14 +132,8 @@ export default function LandingPage() {