Merge version_1 into main #2
@@ -70,6 +70,7 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg"
|
||||
imageAlt="7Stories restaurant rooftop view"
|
||||
mediaAnimation="none"
|
||||
bulletPoints={[
|
||||
{ title: "Rooftop Dining", description: "Experience the charm of Patna's skyline from our exclusive rooftop venue.", icon: Building2 },
|
||||
{ title: "Multi-Cuisine Menu", description: "From authentic tandoori specialties to contemporary fusion dishes, something for everyone.", icon: ChefHat },
|
||||
@@ -92,15 +93,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Prime Location", author: "Kankarbagh", description: "Located opposite Indian Oil petrol pump in Kankarbagh Colony, easily accessible and in the heart of the city.", tags: ["Location", "Convenient"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Rooftop Ambience", author: "Experience", description: "Our exclusive rooftop setting offers breathtaking views and a perfect backdrop for family dinners and celebrations.", tags: ["Dining", "Ambiance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Authentic Tandoori", author: "Specialty", description: "Specializing in premium tandoori dishes prepared by our expert chefs using time-honored techniques and fresh ingredients.", tags: ["Cuisine", "Specialty"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=3"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -115,12 +116,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{ id: "1", name: "Veg Seek Kebab", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=1", imageAlt: "Veg Seek Kebab" },
|
||||
{ id: "2", name: "Hara Bhara Kebab", price: "₹289", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=2", imageAlt: "Hara Bhara Kebab" },
|
||||
{ id: "1", name: "Veg Seek Kebab", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Veg Seek Kebab" },
|
||||
{ id: "2", name: "Hara Bhara Kebab", price: "₹289", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Hara Bhara Kebab" },
|
||||
{ id: "3", name: "Paneer Tikka", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-traditional-azerbaijani-cuisine_140725-926.jpg", imageAlt: "Paneer Tikka" },
|
||||
{ id: "4", name: "Mushroom Tikka", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=3", imageAlt: "Mushroom Tikka" },
|
||||
{ id: "5", name: "Chicken Tikka", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=1", imageAlt: "Chicken Tikka" },
|
||||
{ id: "6", name: "Chicken Reshmi Kebab", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=2", imageAlt: "Chicken Reshmi Kebab" }
|
||||
{ id: "4", name: "Mushroom Tikka", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Mushroom Tikka" },
|
||||
{ id: "5", name: "Chicken Tikka", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Chicken Tikka" },
|
||||
{ id: "6", name: "Chicken Reshmi Kebab", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Chicken Reshmi Kebab" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View Full Menu", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user