diff --git a/src/app/page.tsx b/src/app/page.tsx index 57b013e..eecfa6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,13 +29,9 @@ export default function LandingPage() { @@ -44,31 +40,20 @@ export default function LandingPage() {
@@ -82,29 +67,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Breakfast", - price: "8:00 AM", - variant: "Nutritious start to your day", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=6", - }, + id: "1", name: "Monday Menu", price: "Mixed Veg + Dal Tadka", variant: "Healthy start to the week", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=6"}, { - id: "2", - name: "Lunch", - price: "1:00 PM", - variant: "Wholesome home-cooked meal", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=7", - }, + id: "2", name: "Tuesday Menu", price: "Paneer Masala + Roti", variant: "Delicious comfort food", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=7"}, { - id: "3", - name: "Dinner", - price: "8:00 PM", - variant: "Light and nourishing dinner", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=8", - }, + id: "3", name: "Wednesday Menu", price: "Aloo Gobi + Rice", variant: "Light and flavorful meal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=8"}, ]} - title="Today's Menu" - description="Select a date to view your daily meal schedule. Healthy, wholesome, and delicious." + title="Daily Mess Menu" + description="Our chefs curate a new nutritious menu daily, bringing you the authentic taste of home in Ravet." />
@@ -117,38 +87,16 @@ export default function LandingPage() { description="Choose the meal plan that fits your lifestyle. Flexible options for students and working professionals." plans={[ { - id: "p1", - tag: "Monthly", - price: "₹3500", - period: "/month", - description: "Perfect for daily commuters", - button: { - text: "Choose Monthly", - href: "#", - }, - featuresTitle: "Includes", - features: [ - "Lunch & Dinner", - "24/7 Support", - "Free Delivery", - ], + id: "p1", tag: "Monthly", price: "₹3500", period: "/month", description: "Perfect for daily commuters", button: { + text: "Choose Monthly", href: "#"}, + featuresTitle: "Includes", features: [ + "Lunch & Dinner", "24/7 Support", "Free Delivery"], }, { - id: "p2", - tag: "Weekly", - price: "₹900", - period: "/week", - description: "Try us out for a week", - button: { - text: "Choose Weekly", - href: "#", - }, - featuresTitle: "Includes", - features: [ - "Lunch Only", - "Flexible Dates", - "Authentic Taste", - ], + id: "p2", tag: "Weekly", price: "₹900", period: "/week", description: "Try us out for a week", button: { + text: "Choose Weekly", href: "#"}, + featuresTitle: "Includes", features: [ + "Lunch Only", "Flexible Dates", "Authentic Taste"], }, ]} /> @@ -164,17 +112,9 @@ export default function LandingPage() { description="The passionate hands behind your favorite meals." members={[ { - id: "m1", - name: "Sunita Patil", - role: "Head Chef", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=9", - }, + id: "m1", name: "Sunita Patil", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=9"}, { - id: "m2", - name: "Rahul Deshmukh", - role: "Operations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=10", - }, + id: "m2", name: "Rahul Deshmukh", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=10"}, ]} /> @@ -183,16 +123,13 @@ export default function LandingPage() { @@ -201,13 +138,9 @@ export default function LandingPage() {