Merge version_1 into main #1
@@ -24,7 +24,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
description="Healthy, Hygienic & Affordable Meals Delivered Daily. Taste like Mom's Kitchen"
|
||||
tag="Local Jaipur Service"
|
||||
tagIcon={Utensils}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg"
|
||||
imageAlt="Fresh Indian thali with homemade meals"
|
||||
buttons={[
|
||||
@@ -86,16 +86,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Daily Tiffin Service", description: "Fresh homemade meals delivered to your doorstep every day. Breakfast, lunch, and dinner options available.", imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-with-potato-chestnuts-tomato-sauce-with-rice-garnish-cabbage-carrot-salad-takeaway_114579-908.jpg", imageAlt: "Daily tiffin service"},
|
||||
title: "Daily Tiffin Service", description: "Fresh homemade meals delivered to your doorstep every day. Breakfast, lunch, and dinner options available.", imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-with-potato-chestnuts-tomato-sauce-with-rice-garnish-cabbage-carrot-salad-takeaway_114579-908.jpg", imageAlt: "Daily tiffin service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Home-Style Meals", description: "Authentic recipes prepared with love and care. Just like homemade cooking with premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-making-bruschetta-with-healthy-ingredients-while-preparing-food-kitchen_637285-3523.jpg", imageAlt: "Homemade style meals"},
|
||||
title: "Home-Style Meals", description: "Authentic recipes prepared with love and care. Just like homemade cooking with premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-making-bruschetta-with-healthy-ingredients-while-preparing-food-kitchen_637285-3523.jpg", imageAlt: "Homemade style meals"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Small Event Catering", description: "Perfect for birthdays, gatherings, and celebrations. Customizable menus with hygienic food preparation.", imageSrc: "http://img.b2bpic.net/free-photo/layered-stands-with-variety-sliced-meat_8353-9834.jpg", imageAlt: "Event catering service"},
|
||||
title: "Small Event Catering", description: "Perfect for birthdays, gatherings, and celebrations. Customizable menus with hygienic food preparation.", imageSrc: "http://img.b2bpic.net/free-photo/layered-stands-with-variety-sliced-meat_8353-9834.jpg", imageAlt: "Event catering service"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Office Lunch Catering", description: "Bulk meal solutions for office teams. Fresh, nutritious lunches delivered to your workplace.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-businesswoman-having-healthy-meal-while-working-office_637285-4603.jpg", imageAlt: "Office catering service"},
|
||||
title: "Office Lunch Catering", description: "Bulk meal solutions for office teams. Fresh, nutritious lunches delivered to your workplace.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-businesswoman-having-healthy-meal-while-working-office_637285-4603.jpg", imageAlt: "Office catering service"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -112,15 +116,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "rajma", name: "Rajma Chawal", price: "₹80-120", variant: "Fresh kidney beans with aromatic rice", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-tomato-soup-oil-bottle-beans-lemon-bunch-green-mixed-color-table_140725-86853.jpg", imageAlt: "Rajma Chawal - kidney beans and rice"},
|
||||
id: "rajma", name: "Rajma Chawal", price: "₹80-120", variant: "Fresh kidney beans with aromatic rice", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-tomato-soup-oil-bottle-beans-lemon-bunch-green-mixed-color-table_140725-86853.jpg", imageAlt: "Rajma Chawal - kidney beans and rice"
|
||||
},
|
||||
{
|
||||
id: "gatta", name: "Gatta Curry", price: "₹90-130", variant: "Traditional Rajasthani gram flour dumplings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg", imageAlt: "Gatta Curry - traditional specialty"},
|
||||
id: "gatta", name: "Gatta Curry", price: "₹90-130", variant: "Traditional Rajasthani gram flour dumplings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg", imageAlt: "Gatta Curry - traditional specialty"
|
||||
},
|
||||
{
|
||||
id: "dal-makhani", name: "Dal Makhani", price: "₹100-140", variant: "Creamy lentils with aromatic spices", imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-with-lentil-grains_140725-3779.jpg", imageAlt: "Dal Makhani - creamy lentil curry"},
|
||||
id: "dal-makhani", name: "Dal Makhani", price: "₹100-140", variant: "Creamy lentils with aromatic spices", imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-with-lentil-grains_140725-3779.jpg", imageAlt: "Dal Makhani - creamy lentil curry"
|
||||
},
|
||||
{
|
||||
id: "kadhi", name: "Kadhi Chawal", price: "₹75-110", variant: "Spiced yogurt curry with rice", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-food-with-rice_23-2148728104.jpg", imageAlt: "Kadhi Chawal - yogurt-based curry"},
|
||||
id: "kadhi", name: "Kadhi Chawal", price: "₹75-110", variant: "Spiced yogurt curry with rice", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-food-with-rice_23-2148728104.jpg", imageAlt: "Kadhi Chawal - yogurt-based curry"
|
||||
},
|
||||
{
|
||||
id: "chapati", name: "Chapati Sabzi Combo", price: "₹60-100", variant: "Whole wheat bread with mixed vegetables", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-salad-sandwich-with-different-vegetables-grey-surface-food-salad-sandwich-meal-snack_140725-102080.jpg", imageAlt: "Chapati Sabzi - bread with vegetables"},
|
||||
id: "chapati", name: "Chapati Sabzi Combo", price: "₹60-100", variant: "Whole wheat bread with mixed vegetables", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-salad-sandwich-with-different-vegetables-grey-surface-food-salad-sandwich-meal-snack_140725-102080.jpg", imageAlt: "Chapati Sabzi - bread with vegetables"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user