diff --git a/src/app/page.tsx b/src/app/page.tsx index 33a9365..ea90cf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { @@ -75,16 +75,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "Fresh Ingredients", descriptions: [ - "Locally sourced, seasonal produce."], + id: "f1", title: "Cultural Fusion", descriptions: [ + "Experience the unique blend of spices and traditions from Uganda and India."], imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg"}, { id: "f2", title: "Atmosphere", descriptions: [ - "Warm, inviting design for dining."], + "Warm, inviting design perfect for global comfort dining."], imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg"}, { id: "f3", title: "Exquisite Service", descriptions: [ - "Attentive service for every guest."], + "Attentive, world-class service tailored for every guest."], imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-concept-young-handsome-bearded-bartender-barista-manager-posting-order-from-guest-digital-tablet-menu-modern-coffee-shop_1258-103912.jpg"}, ]} title="What We Offer" @@ -100,13 +100,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", brand: "Starter", name: "Truffle Mushroom Soup", price: "$12", rating: 5, + id: "1", brand: "Specialty", name: "Ugandan Groundnut Curry", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3590.jpg"}, { - id: "2", brand: "Main", name: "Pan-Seared Sea Bass", price: "$34", rating: 5, + id: "2", brand: "Specialty", name: "Indian Spiced Sea Bass", price: "$34", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg"}, { - id: "3", brand: "Main", name: "Slow-Cooked Ribeye", price: "$48", rating: 5, + id: "3", brand: "Specialty", name: "Slow-Cooked Fusion Ribeye", price: "$48", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg"}, ]} title="Chef Specials" @@ -116,7 +116,7 @@ export default function LandingPage() {