diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e6bc51..d61abdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,29 +32,17 @@ export default function LandingPage() { @@ -63,116 +51,67 @@ export default function LandingPage() {
@@ -182,9 +121,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Story" description={[ - "Cafe Janoshi brings the rich and diverse culinary traditions of Asia to Okara. We believe in crafting dishes that not only tantalize your taste buds but also tell a story of heritage and passion.", - "Our journey began with a simple dream: to create a space where friends and family can gather, enjoy exceptional food, and create lasting memories. We meticulously source fresh ingredients to ensure every meal is a celebration of flavor and quality. Come discover your new favorite Asian delight with us.", - ]} + "Cafe Janoshi brings the rich and diverse culinary traditions of Asia to Okara. We believe in crafting dishes that not only tantalize your taste buds but also tell a story of heritage and passion.", "Our journey began with a simple dream: to create a space where friends and family can gather, enjoy exceptional food, and create lasting memories. We meticulously source fresh ingredients to ensure every meal is a celebration of flavor and quality. Come discover your new favorite Asian delight with us."]} /> @@ -196,19 +133,13 @@ export default function LandingPage() { features={[ { icon: Utensils, - title: "Dine-in Experience", - description: "Enjoy our cozy and inviting ambiance with full table service. Perfect for a casual lunch or a special dinner.", - }, + title: "Dine-in Experience", description: "Enjoy our cozy and inviting ambiance with full table service. Perfect for a casual lunch or a special dinner."}, { icon: Package, - title: "Convenient Takeout", - description: "Order your favorite Asian dishes and cafe treats to enjoy in the comfort of your home or office.", - }, + title: "Convenient Takeout", description: "Order your favorite Asian dishes and cafe treats to enjoy in the comfort of your home or office."}, { icon: Gift, - title: "Event Catering", - description: "Let us bring the delicious flavors of Cafe Janoshi to your next gathering, big or small. Customized menus available.", - }, + title: "Event Catering", description: "Let us bring the delicious flavors of Cafe Janoshi to your next gathering, big or small. Customized menus available."}, ]} title="Our Services" description="Whether you're looking for a delightful meal out, a quick bite on the go, or catering for your next event, Cafe Janoshi has you covered." @@ -223,53 +154,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Dynamite Chicken", - price: "Rs 1,500", - variant: "Spicy & Crispy", - imageSrc: "http://img.b2bpic.net/free-photo/roasted-crispy-pawns-taken-with-fork_114579-3710.jpg", - imageAlt: "Dynamite Chicken", - }, + id: "p1", name: "Dynamite Chicken", price: "Rs 1,500", variant: "Spicy & Crispy", imageSrc: "http://img.b2bpic.net/free-photo/roasted-crispy-pawns-taken-with-fork_114579-3710.jpg", imageAlt: "Dynamite Chicken"}, { - id: "p2", - name: "Kung Pao Chicken", - price: "Rs 1,200", - variant: "Classic Szechuan", - imageSrc: "http://img.b2bpic.net/free-photo/empanadas-with-sauce-it-decorated-with-lettuce-served-white-flat-plate_181624-32261.jpg", - imageAlt: "Kung Pao Chicken", - }, + id: "p2", name: "Kung Pao Chicken", price: "Rs 1,200", variant: "Classic Szechuan", imageSrc: "http://img.b2bpic.net/free-photo/empanadas-with-sauce-it-decorated-with-lettuce-served-white-flat-plate_181624-32261.jpg", imageAlt: "Kung Pao Chicken"}, { - id: "p3", - name: "Stuffed Chicken", - price: "Rs 1,800", - variant: "Creamy & Flavorful", - imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-marinated-with-honey-mustard-sauce-holiday-recipe-food-photography_53876-106065.jpg", - imageAlt: "Stuffed Chicken", - }, + id: "p3", name: "Stuffed Chicken", price: "Rs 1,800", variant: "Creamy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-marinated-with-honey-mustard-sauce-holiday-recipe-food-photography_53876-106065.jpg", imageAlt: "Stuffed Chicken"}, { - id: "p4", - name: "Sweet & Sour Chicken", - price: "Rs 1,100", - variant: "Tangy & Delightful", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-spicy-chicken-soup_140725-135240.jpg", - imageAlt: "Sweet & Sour Chicken", - }, + id: "p4", name: "Sweet & Sour Chicken", price: "Rs 1,100", variant: "Tangy & Delightful", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-spicy-chicken-soup_140725-135240.jpg", imageAlt: "Sweet & Sour Chicken"}, { - id: "p5", - name: "Beef & Broccoli Noodles", - price: "Rs 1,600", - variant: "Hearty Stir-fry", - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13733.jpg", - imageAlt: "Beef & Broccoli Noodles", - }, + id: "p5", name: "Beef & Broccoli Noodles", price: "Rs 1,600", variant: "Hearty Stir-fry", imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13733.jpg", imageAlt: "Beef & Broccoli Noodles"}, { - id: "p6", - name: "Spicy Tuna Roll", - price: "Rs 900", - variant: "Fresh Sushi", - imageSrc: "http://img.b2bpic.net/free-photo/california-roll-sushi-maki_74190-2478.jpg", - imageAlt: "Spicy Tuna Roll", - }, + id: "p6", name: "Spicy Tuna Roll", price: "Rs 900", variant: "Fresh Sushi", imageSrc: "http://img.b2bpic.net/free-photo/california-roll-sushi-maki_74190-2478.jpg", imageAlt: "Spicy Tuna Roll"}, ]} title="Our Signature Dishes" description="Explore a selection of our most popular and beloved Asian dishes, crafted with authentic recipes and fresh ingredients." @@ -280,66 +175,31 @@ export default function LandingPage() {