Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -46,17 +46,17 @@ export default function LandingPage() {
|
||||
description="Beatles Cafe is Coimbatore's favorite retro hangout serving delicious pastas, burgers, pizzas, and creamy shakes. Perfect for chilling with friends in cozy, music-inspired ambience."
|
||||
tag="Since 2015"
|
||||
tagIcon={Music}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#highlights" },
|
||||
{ text: "Reserve Now", href: "#contact" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-enjoying-home-comfort_23-2149134401.jpg?_wi=1", imageAlt: "Beatles Cafe retro interior with warm lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514172.jpg?_wi=1", imageAlt: "Creamy mac and cheese pasta signature dish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mushroom-pizza-with-sliced-mushrooms-tomato_141793-17554.jpg?_wi=1", imageAlt: "Crispy thin crust pizza with cheese" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-salad-cheese-tomatoes-dark-background_140725-89541.jpg?_wi=1", imageAlt: "Juicy peri peri burger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-desserts-jars-with-marshmallows-popcorn_23-2148603240.jpg?_wi=1", imageAlt: "Wow chocolate shake favorite" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-enjoying-home-comfort_23-2149134401.jpg", imageAlt: "Beatles Cafe retro interior with warm lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514172.jpg", imageAlt: "Creamy mac and cheese pasta signature dish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mushroom-pizza-with-sliced-mushrooms-tomato_141793-17554.jpg", imageAlt: "Crispy thin crust pizza with cheese" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-salad-cheese-tomatoes-dark-background_140725-89541.jpg", imageAlt: "Juicy peri peri burger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-desserts-jars-with-marshmallows-popcorn_23-2148603240.jpg", imageAlt: "Wow chocolate shake favorite" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,22 +73,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Legendary Pasta", description: "Customers keep coming back for creamy pastas like Mac & Cheese, White Sauce Pasta, and Pesto Pasta. Made fresh, served with love.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514172.jpg?_wi=2", imageAlt: "Mac and cheese pasta"
|
||||
id: "1", title: "Legendary Pasta", description: "Customers keep coming back for creamy pastas like Mac & Cheese, White Sauce Pasta, and Pesto Pasta. Made fresh, served with love.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514172.jpg", imageAlt: "Mac and cheese pasta"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Crispy Thin-Crust Pizza", description: "Authentic Italian-style thin crust pizzas loaded with cheese and fresh toppings. Baked to perfection every time.", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-pizza-with-sliced-mushrooms-tomato_141793-17554.jpg?_wi=2", imageAlt: "Thin crust pizza"
|
||||
id: "2", title: "Crispy Thin-Crust Pizza", description: "Authentic Italian-style thin crust pizzas loaded with cheese and fresh toppings. Baked to perfection every time.", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-pizza-with-sliced-mushrooms-tomato_141793-17554.jpg", imageAlt: "Thin crust pizza"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Real Burgers", description: "Juicy burgers made fresh, not fast food style. Peri peri, classic, spicy—take your pick and thank us later.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-salad-cheese-tomatoes-dark-background_140725-89541.jpg?_wi=2", imageAlt: "Peri peri burger"
|
||||
id: "3", title: "Real Burgers", description: "Juicy burgers made fresh, not fast food style. Peri peri, classic, spicy—take your pick and thank us later.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-salad-cheese-tomatoes-dark-background_140725-89541.jpg", imageAlt: "Peri peri burger"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Shakes & Drinks", description: "Chocolate shakes, mojitos, and refreshing drinks loved by customers. The Wow Chocolate Shake is dangerously addictive.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-desserts-jars-with-marshmallows-popcorn_23-2148603240.jpg?_wi=2", imageAlt: "Chocolate shake"
|
||||
id: "4", title: "Shakes & Drinks", description: "Chocolate shakes, mojitos, and refreshing drinks loved by customers. The Wow Chocolate Shake is dangerously addictive.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-desserts-jars-with-marshmallows-popcorn_23-2148603240.jpg", imageAlt: "Chocolate shake"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Cozy Ambience", description: "Retro Beatles vibes, warm lighting, and chill music create the perfect atmosphere for hanging out with friends.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-with-mobiles_23-2148395310.jpg?_wi=1", imageAlt: "Cafe ambience"
|
||||
id: "5", title: "Cozy Ambience", description: "Retro Beatles vibes, warm lighting, and chill music create the perfect atmosphere for hanging out with friends.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-with-mobiles_23-2148395310.jpg", imageAlt: "Cafe ambience"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Friendly Staff", description: "Our team goes the extra mile to make you feel welcomed. Great service with a genuine smile, every visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-enjoying-home-comfort_23-2149134401.jpg?_wi=2", imageAlt: "Beatles Cafe staff"
|
||||
id: "6", title: "Friendly Staff", description: "Our team goes the extra mile to make you feel welcomed. Great service with a genuine smile, every visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-enjoying-home-comfort_23-2149134401.jpg", imageAlt: "Beatles Cafe staff"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -106,16 +106,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Mac & Cheese Pasta", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514172.jpg?_wi=3", imageAlt: "Mac and cheese pasta"
|
||||
id: "1", name: "Mac & Cheese Pasta", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514172.jpg", imageAlt: "Mac and cheese pasta"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Peri Peri Burger", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-salad-cheese-tomatoes-dark-background_140725-89541.jpg?_wi=3", imageAlt: "Peri peri burger"
|
||||
id: "2", name: "Peri Peri Burger", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-salad-cheese-tomatoes-dark-background_140725-89541.jpg", imageAlt: "Peri peri burger"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Thin Crust Pizza", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-pizza-with-sliced-mushrooms-tomato_141793-17554.jpg?_wi=3", imageAlt: "Thin crust pizza"
|
||||
id: "3", name: "Thin Crust Pizza", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-pizza-with-sliced-mushrooms-tomato_141793-17554.jpg", imageAlt: "Thin crust pizza"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Wow Chocolate Shake", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/front-view-desserts-jars-with-marshmallows-popcorn_23-2148603240.jpg?_wi=3", imageAlt: "Chocolate shake"
|
||||
id: "4", name: "Wow Chocolate Shake", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/front-view-desserts-jars-with-marshmallows-popcorn_23-2148603240.jpg", imageAlt: "Chocolate shake"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -131,10 +131,11 @@ export default function LandingPage() {
|
||||
{ value: "580+", title: "Happy Food Lovers" },
|
||||
{ value: "4.3★", title: "Google Rating" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-with-mobiles_23-2148395310.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-with-mobiles_23-2148395310.jpg"
|
||||
imageAlt="Cozy cafe ambience with friends"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,7 +165,7 @@ export default function LandingPage() {
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-with-mobiles_23-2148395310.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-with-mobiles_23-2148395310.jpg"
|
||||
imageAlt="Beatles Cafe interior"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user