From 2ae41de008f395fac1b4d55edfc941a564f18281 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 00:56:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 176 ++++++++++++++--------------------------------- 1 file changed, 53 insertions(+), 123 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e16b2a0..666d18b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,12 @@ export default function LandingPage() { @@ -110,21 +89,15 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "p1", name: "Signature Grilled Steak", price: "GH₵180", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg"}, - { - id: "p2", name: "Exotic Session Cocktail", price: "GH₵80", imageSrc: "http://img.b2bpic.net/free-photo/crystal-glass-blue-lagoon-garnished-with-lemon-slice-cocktail-umbrella_140725-8522.jpg"}, - { - id: "p3", name: "Mediterranean Salad", price: "GH₵60", imageSrc: "http://img.b2bpic.net/free-photo/small-slice-pizza-with-shrimp_140725-896.jpg"}, - { - id: "p4", name: "Creamy Pasta Alfredo", price: "GH₵120", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-plate-with-pasts_23-2147749503.jpg"}, - { - id: "p5", name: "Decadent Chocolate Lava", price: "GH₵75", imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-glass-board_114579-16586.jpg"}, - { - id: "p6", name: "Grilled Sea Bass", price: "GH₵150", imageSrc: "http://img.b2bpic.net/free-photo/view-assortment-seafood-with-other-garnish-ingredients_52683-107830.jpg"}, + { id: "p1", name: "Signature Jollof & Grilled Chicken", price: "GH₵180", imageSrc: "http://img.b2bpic.net/free-photo/jollof-rice-with-chicken_114579-113.jpg" }, + { id: "p2", name: "Exotic Local Cocktail", price: "GH₵80", imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-fresh-fruit_140725-8522.jpg" }, + { id: "p3", name: "Red Red (Beans & Plantain)", price: "GH₵60", imageSrc: "http://img.b2bpic.net/free-photo/red-red-beans-dish_140725-896.jpg" }, + { id: "p4", name: "Light Soup with Fufu", price: "GH₵120", imageSrc: "http://img.b2bpic.net/free-photo/fufu-light-soup_23-2147749503.jpg" }, + { id: "p5", name: "Tropical Fruit Tart", price: "GH₵75", imageSrc: "http://img.b2bpic.net/free-photo/fruit-dessert_114579-16586.jpg" }, + { id: "p6", name: "Grilled Tilapia", price: "GH₵150", imageSrc: "http://img.b2bpic.net/free-photo/grilled-tilapia-fish_52683-107830.jpg" }, ]} title="Signature Flavors" - description="Explore our chef-curated selection of premium dishes and beverages." + description="Experience the best of Ghanaian culinary traditions, elevated for our guests." /> @@ -135,32 +108,22 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Inscrut A Maverick", role: "Local Guide", company: "Kumasi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"}, - { - id: "t2", name: "Bernard", role: "Foodie", company: "Kumasi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg"}, - { - id: "t3", name: "Bernard Kwakye", role: "Diner", company: "Kumasi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427598.jpg"}, - { - id: "t4", name: "Sarah Mensah", role: "Guest", company: "Kumasi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-waitress-talking-customers-using-touchpad-while-taking-orders-cafe_637285-3962.jpg"}, - { - id: "t5", name: "Kofi Antwi", role: "Diner", company: "Kumasi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg"}, + { id: "t1", name: "Kojo Manu", role: "Entrepreneur", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-ghanaian-man_273609-1935.jpg" }, + { id: "t2", name: "Ama Serwaa", role: "Chef", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-ghanaian-woman-chatting_23-2149213369.jpg" }, + { id: "t3", name: "Kwame Osei", role: "Local Business Owner", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-meal_23-2150427598.jpg" }, + { id: "t4", name: "Abena Mensah", role: "Guest", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-staff-member_637285-3962.jpg" }, + { id: "t5", name: "Kofi Antwi", role: "Patron", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering_23-2150520071.jpg" }, ]} - title="What Our Guests Say" - description="Join the many satisfied diners who have made De Session their go-to culinary destination." + title="Voices of Our Guests" + description="Hear from our community who call De Session their home for great food and even better company." />
@@ -199,17 +153,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "faq1", title: "Are you open on weekends?", content: "Yes, we are open 24 hours every day, including all weekends and holidays."}, - { - id: "faq2", title: "Do I need a reservation?", content: "Walk-ins are always welcome, but we recommend reservations for large groups to ensure seating."}, - { - id: "faq3", title: "Do you offer takeaway?", content: "Yes, we offer convenient takeaway services. You can place an order via our platform or contact us directly."}, + { id: "faq1", title: "Is the restaurant really open 24/7?", content: "Yes, we operate 24 hours a day, 7 days a week, ensuring you always have a place for a great meal." }, + { id: "faq2", title: "Do I need a reservation?", content: "While walk-ins are always welcomed in our warm space, booking helps us better prepare for groups and special events." }, + { id: "faq3", title: "Do you have local dishes?", content: "Absolutely! Our menu celebrates Ghanaian cuisine with traditional recipes that taste just like home." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-relaxing-at-local-spot_23-2149622868.jpg" mediaAnimation="slide-up" title="Frequently Asked Questions" - description="Get quick answers to common questions about your visit." + description="Need more info? Here's what our local guests often ask us." faqsAnimation="slide-up" /> @@ -217,17 +168,14 @@ export default function LandingPage() {
@@ -236,31 +184,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1