diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3bf58e0..85f9624 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,42 +32,24 @@ export default function LandingPage() {
@@ -75,19 +57,14 @@ export default function LandingPage() {
@@ -115,61 +90,19 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Spicy Chicken Shawarma",
- price: "₹250",
- variant: "Authentic & Flavorful",
- imageSrc: "http://img.b2bpic.net/free-photo/minced-lula-kebab-grilled-turkey-chicken-with-fresh-vegetables-top-view_2829-19979.jpg",
- imageAlt: "Spicy Chicken Shawarma",
- },
+ id: "p1", name: "Spicy Chicken Shawarma", price: "₹250", variant: "Authentic & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/minced-lula-kebab-grilled-turkey-chicken-with-fresh-vegetables-top-view_2829-19979.jpg", imageAlt: "Spicy Chicken Shawarma"},
{
- id: "p2",
- name: "Traditional Al Faham",
- price: "₹380",
- variant: "Charcoal Grilled Perfection",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-peppers-peas-carrots-top-view_140725-6568.jpg",
- imageAlt: "Traditional Al Faham",
- },
+ id: "p2", name: "Traditional Al Faham", price: "₹380", variant: "Charcoal Grilled Perfection", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-peppers-peas-carrots-top-view_140725-6568.jpg", imageAlt: "Traditional Al Faham"},
{
- id: "p3",
- name: "Wood-Fired Margherita Pizza",
- price: "₹300",
- variant: "Classic Italian Freshness",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-composition-with-clipboard-template_23-2148202536.jpg",
- imageAlt: "Wood-Fired Margherita Pizza",
- },
+ id: "p3", name: "Wood-Fired Margherita Pizza", price: "₹300", variant: "Classic Italian Freshness", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-composition-with-clipboard-template_23-2148202536.jpg", imageAlt: "Wood-Fired Margherita Pizza"},
{
- id: "p4",
- name: "Artisan Pastries Assortment",
- price: "₹180",
- variant: "Daily Baked Delights",
- imageSrc: "http://img.b2bpic.net/free-photo/strawberry-eclair-with-chocolate-muffin-pie-slices_114579-20803.jpg",
- imageAlt: "Artisan Pastries Assortment",
- },
+ id: "p4", name: "Artisan Pastries Assortment", price: "₹180", variant: "Daily Baked Delights", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-eclair-with-chocolate-muffin-pie-slices_114579-20803.jpg", imageAlt: "Artisan Pastries Assortment"},
{
- id: "p5",
- name: "Gourmet Chicken Sandwich",
- price: "₹220",
- variant: "Farm Fresh & Hearty",
- imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg",
- imageAlt: "Gourmet Chicken Sandwich",
- },
+ id: "p5", name: "Gourmet Chicken Sandwich", price: "₹220", variant: "Farm Fresh & Hearty", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg", imageAlt: "Gourmet Chicken Sandwich"},
{
- id: "p6",
- name: "Signature Cappuccino",
- price: "₹150",
- variant: "Perfectly Brewed Coffee",
- imageSrc: "http://img.b2bpic.net/free-photo/two-cups-milk-tea-marble-surface_114579-44171.jpg",
- imageAlt: "Signature Cappuccino",
- },
+ id: "p6", name: "Signature Cappuccino", price: "₹150", variant: "Perfectly Brewed Coffee", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-milk-tea-marble-surface_114579-44171.jpg", imageAlt: "Signature Cappuccino"},
{
- id: "p7",
- name: "Tropical Fresh Juice",
- price: "₹120",
- variant: "Refreshing & Natural",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-mango-juice-with-fresh-mango-slices-table_84443-94863.jpg",
- imageAlt: "Tropical Fresh Juice",
- },
+ id: "p7", name: "Tropical Fresh Juice", price: "₹120", variant: "Refreshing & Natural", imageSrc: "http://img.b2bpic.net/free-photo/glass-mango-juice-with-fresh-mango-slices-table_84443-94863.jpg", imageAlt: "Tropical Fresh Juice"},
]}
title="SIGNATURE SELECTIONS"
description="Handcrafted to perfection, our signature dishes are designed to delight your senses. Experience the rich flavors that define Barista Restaurant Munnar."
@@ -183,64 +116,28 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1",
- value: "Fast",
- title: "Service",
- items: [
- "Quick preparation",
- "Efficient staff",
- "Minimize wait times",
- ],
+ id: "m1", value: "Fast", title: "Service", items: [
+ "Quick preparation", "Efficient staff", "Minimize wait times"],
},
{
- id: "m2",
- value: "Fresh",
- title: "Coffee",
- items: [
- "Premium beans",
- "Expert baristas",
- "Aromatic brews",
- ],
+ id: "m2", value: "Fresh", title: "Coffee", items: [
+ "Premium beans", "Expert baristas", "Aromatic brews"],
},
{
- id: "m3",
- value: "Friendly",
- title: "Atmosphere",
- items: [
- "Welcoming staff",
- "Comfortable space",
- "Relaxed dining",
- ],
+ id: "m3", value: "Friendly", title: "Atmosphere", items: [
+ "Welcoming staff", "Comfortable space", "Relaxed dining"],
},
{
- id: "m4",
- value: "Affordable",
- title: "Pricing",
- items: [
- "Great value",
- "Quality meals",
- "Budget-friendly options",
- ],
+ id: "m4", value: "Affordable", title: "Pricing", items: [
+ "Great value", "Quality meals", "Budget-friendly options"],
},
{
- id: "m5",
- value: "Drive-Through",
- title: "Convenience",
- items: [
- "Quick pickup",
- "On-the-go ease",
- "Seamless service",
- ],
+ id: "m5", value: "Drive-Through", title: "Convenience", items: [
+ "Quick pickup", "On-the-go ease", "Seamless service"],
},
{
- id: "m6",
- value: "Perfect",
- title: "Munnar Stop",
- items: [
- "Ideal location",
- "Tourist friendly",
- "Memorable break",
- ],
+ id: "m6", value: "Perfect", title: "Munnar Stop", items: [
+ "Ideal location", "Tourist friendly", "Memorable break"],
},
]}
title="WHY OUR GUESTS KEEP COMING BACK"
@@ -256,46 +153,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "The Art of Coffee",
- description: "Witness our baristas craft exquisite coffees with precision and passion.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-barista-holding-coffee-machine-cup_23-2148824453.jpg",
- imageAlt: "Barista preparing coffee with latte art",
- titleImageSrc: "",
+ title: "The Art of Coffee", description: "Witness our baristas craft exquisite coffees with precision and passion.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-barista-holding-coffee-machine-cup_23-2148824453.jpg", imageAlt: "Barista preparing coffee with latte art", titleImageSrc: "", buttonText: "Explore"
},
{
- title: "Fresh Baked Delights",
- description: "Indulge in our selection of freshly baked pastries, made with the finest ingredients.",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273142.jpg",
- imageAlt: "Assortment of fresh pastries",
- titleImageSrc: "",
+ title: "Fresh Baked Delights", description: "Indulge in our selection of freshly baked pastries, made with the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273142.jpg", imageAlt: "Assortment of fresh pastries", titleImageSrc: "", buttonText: "Explore"
},
{
- title: "Pizza from the Oven",
- description: "Savor the authentic taste of our wood-fired pizzas, baked to crispy perfection.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-spreading-tomato-sauce-pizza-dough_23-2148785685.jpg",
- imageAlt: "Pizza baking in a wood-fired oven",
- titleImageSrc: "",
+ title: "Pizza from the Oven", description: "Savor the authentic taste of our wood-fired pizzas, baked to crispy perfection.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-spreading-tomato-sauce-pizza-dough_23-2148785685.jpg", imageAlt: "Pizza baking in a wood-fired oven", titleImageSrc: "", buttonText: "Explore"
},
{
- title: "Munnar's Serene Beauty",
- description: "Enjoy your meal with panoramic views of Munnar's lush green tea plantations and misty mountains.",
- imageSrc: "http://img.b2bpic.net/free-photo/island-middle-lake_23-2148215226.jpg",
- imageAlt: "Munnar mountain scenery",
- titleImageSrc: "",
+ title: "Munnar's Serene Beauty", description: "Enjoy your meal with panoramic views of Munnar's lush green tea plantations and misty mountains.", imageSrc: "http://img.b2bpic.net/free-photo/island-middle-lake_23-2148215226.jpg", imageAlt: "Munnar mountain scenery", titleImageSrc: "", buttonText: "Explore"
},
{
- title: "Our Welcoming Ambiance",
- description: "Relax in our tastefully designed interior, a perfect blend of modern luxury and mountain charm.",
- imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821329.jpg",
- imageAlt: "Restaurant interior ambiance",
- titleImageSrc: "",
+ title: "Our Welcoming Ambiance", description: "Relax in our tastefully designed interior, a perfect blend of modern luxury and mountain charm.", imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821329.jpg", imageAlt: "Restaurant interior ambiance", titleImageSrc: "", buttonText: "Explore"
},
{
- title: "Joyful Gatherings",
- description: "Share unforgettable moments with family and friends in our vibrant and friendly setting.",
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg",
- imageAlt: "Happy customers enjoying their time",
- titleImageSrc: "",
+ title: "Joyful Gatherings", description: "Share unforgettable moments with family and friends in our vibrant and friendly setting.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg", imageAlt: "Happy customers enjoying their time", titleImageSrc: "", buttonText: "Explore"
},
]}
title="THE MOUNTAIN CAFÉ EXPERIENCE"
@@ -309,65 +182,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Priya Sharma",
- date: "March 15, 2024",
- title: "An Unforgettable Stop!",
- quote: "Barista Restaurant Munnar exceeded all our expectations. The coffee was sublime, the pizza delicious, and the mountain views were simply breathtaking. A must-visit!",
- tag: "Tourist",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307065.jpg",
- avatarAlt: "Priya Sharma avatar",
- imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006750.jpg",
- imageAlt: "Customer enjoying coffee",
- },
+ id: "t1", name: "Priya Sharma", date: "March 15, 2024", title: "An Unforgettable Stop!", quote: "Barista Restaurant Munnar exceeded all our expectations. The coffee was sublime, the pizza delicious, and the mountain views were simply breathtaking. A must-visit!", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307065.jpg", avatarAlt: "Priya Sharma avatar", imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006750.jpg", imageAlt: "Customer enjoying coffee"},
{
- id: "t2",
- name: "Rahul Menon",
- date: "February 28, 2024",
- title: "Best Shawarma in Munnar!",
- quote: "The Al Faham and Shawarma here are absolutely divine. Paired with a fresh juice, it's the perfect meal after a long drive. Fast service and friendly staff.",
- tag: "Road Traveler",
- avatarSrc: "http://img.b2bpic.net/free-photo/dreamy-tanned-female-model-posing-emotionally-wooden-wall-outdoor-portrait-enchanting-girl-wears-glasses_197531-10621.jpg",
- avatarAlt: "Rahul Menon avatar",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg",
- imageAlt: "Customer eating pizza",
- },
+ id: "t2", name: "Rahul Menon", date: "February 28, 2024", title: "Best Shawarma in Munnar!", quote: "The Al Faham and Shawarma here are absolutely divine. Paired with a fresh juice, it's the perfect meal after a long drive. Fast service and friendly staff.", tag: "Road Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/dreamy-tanned-female-model-posing-emotionally-wooden-wall-outdoor-portrait-enchanting-girl-wears-glasses_197531-10621.jpg", avatarAlt: "Rahul Menon avatar", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-dishes_23-2147680639.jpg", imageAlt: "Customer eating pizza"},
{
- id: "t3",
- name: "Anjali & Karthik",
- date: "January 20, 2024",
- title: "Our Go-To Café!",
- quote: "We love the warm ambiance and the quality of everything on the menu. Barista Restaurant Munnar is our favorite spot for a romantic coffee date overlooking the hills.",
- tag: "Couple",
- avatarSrc: "http://img.b2bpic.net/free-photo/european-stylish-woman-blogger-tourist-stands-top-mountain-with-amazing-tropical-view-koh-samui-island-thailand-fashion-outdoor-portrait-female_343596-1628.jpg",
- avatarAlt: "Anjali & Karthik avatars",
- imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190956.jpg",
- imageAlt: "Couple enjoying mountain view and food",
- },
+ id: "t3", name: "Anjali & Karthik", date: "January 20, 2024", title: "Our Go-To Café!", quote: "We love the warm ambiance and the quality of everything on the menu. Barista Restaurant Munnar is our favorite spot for a romantic coffee date overlooking the hills.", tag: "Couple", avatarSrc: "http://img.b2bpic.net/free-photo/european-stylish-woman-blogger-tourist-stands-top-mountain-with-amazing-tropical-view-koh-samui-island-thailand-fashion-outdoor-portrait-female_343596-1628.jpg", avatarAlt: "Anjali & Karthik avatars", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190956.jpg", imageAlt: "Couple enjoying mountain view and food"},
{
- id: "t4",
- name: "Suresh Kumar",
- date: "December 5, 2023",
- title: "Value for Money, Great Food",
- quote: "For the quality and experience, Barista Restaurant offers unbeatable value. We always stop here on our family trips to Munnar. Highly recommended!",
- tag: "Family",
- avatarSrc: "http://img.b2bpic.net/free-photo/man-enjoying-trekking_1098-21017.jpg",
- avatarAlt: "Suresh Kumar avatar",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
- imageAlt: "Group of friends eating shawarma",
- },
+ id: "t4", name: "Suresh Kumar", date: "December 5, 2023", title: "Value for Money, Great Food", quote: "For the quality and experience, Barista Restaurant offers unbeatable value. We always stop here on our family trips to Munnar. Highly recommended!", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/man-enjoying-trekking_1098-21017.jpg", avatarAlt: "Suresh Kumar avatar", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", imageAlt: "Group of friends eating shawarma"},
{
- id: "t5",
- name: "Meera Gopal",
- date: "November 10, 2023",
- title: "Modern & Welcoming!",
- quote: "Finally a place in Munnar that combines modern aesthetics with a truly welcoming feel. The pastries are divine, and the coffee fuels our mountain adventures.",
- tag: "Food Enthusiast",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-portrait-happy-couple-saying-hi-gadget-screen_74855-2816.jpg",
- avatarAlt: "Meera Gopal avatar",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tea-set-table-with-chairs_181624-5522.jpg",
- imageAlt: "Interior of Barista Restaurant Munnar",
- },
+ id: "t5", name: "Meera Gopal", date: "November 10, 2023", title: "Modern & Welcoming!", quote: "Finally a place in Munnar that combines modern aesthetics with a truly welcoming feel. The pastries are divine, and the coffee fuels our mountain adventures.", tag: "Food Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/front-portrait-happy-couple-saying-hi-gadget-screen_74855-2816.jpg", avatarAlt: "Meera Gopal avatar", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tea-set-table-with-chairs_181624-5522.jpg", imageAlt: "Interior of Barista Restaurant Munnar"},
]}
title="WHAT OUR GUESTS SAY"
description="Hear directly from the travelers and locals who have made Barista Restaurant Munnar their favorite stop."
@@ -380,45 +203,21 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "menu-coffee",
- title: "Coffee Selections",
- content: "Espresso, Americano, Cappuccino, Latte, Mocha, Macchiato, Cold Brew.",
- },
+ id: "menu-coffee", title: "Coffee Selections", content: "Espresso, Americano, Cappuccino, Latte, Mocha, Macchiato, Cold Brew."},
{
- id: "menu-pizza",
- title: "Artisan Pizzas",
- content: "Margherita, Pepperoni, Chicken Tikka, Vegetarian Delight, Farmhouse Special.",
- },
+ id: "menu-pizza", title: "Artisan Pizzas", content: "Margherita, Pepperoni, Chicken Tikka, Vegetarian Delight, Farmhouse Special."},
{
- id: "menu-shawarma",
- title: "Savory Shawarmas",
- content: "Chicken Shawarma, Beef Shawarma, Veggie Roll.",
- },
+ id: "menu-shawarma", title: "Savory Shawarmas", content: "Chicken Shawarma, Beef Shawarma, Veggie Roll."},
{
- id: "menu-alfaham",
- title: "Grilled Al Faham",
- content: "Half Chicken Al Faham, Full Chicken Al Faham.",
- },
+ id: "menu-alfaham", title: "Grilled Al Faham", content: "Half Chicken Al Faham, Full Chicken Al Faham."},
{
- id: "menu-sandwiches",
- title: "Hearty Sandwiches",
- content: "Chicken Sandwich, Veggie Club Sandwich.",
- },
+ id: "menu-sandwiches", title: "Hearty Sandwiches", content: "Chicken Sandwich, Veggie Club Sandwich."},
{
- id: "menu-pastries",
- title: "Sweet Pastries",
- content: "Croissants, Danish, Muffins, Brownies, Cheesecakes.",
- },
+ id: "menu-pastries", title: "Sweet Pastries", content: "Croissants, Danish, Muffins, Brownies, Cheesecakes."},
{
- id: "menu-juices",
- title: "Fresh Juices",
- content: "Orange, Apple, Pineapple, Watermelon, Mixed Fruit.",
- },
+ id: "menu-juices", title: "Fresh Juices", content: "Orange, Apple, Pineapple, Watermelon, Mixed Fruit."},
{
- id: "menu-beverages",
- title: "Other Beverages",
- content: "Soft Drinks, Iced Tea, Milkshakes.",
- },
+ id: "menu-beverages", title: "Other Beverages", content: "Soft Drinks, Iced Tea, Milkshakes."},
]}
title="OUR DIGITAL MENU"
description="Explore our full range of offerings, categorized for your convenience. Click to view details and discover new favorites."
@@ -430,23 +229,16 @@ export default function LandingPage() {
window.open('https://www.google.com/maps/search/Barista+Restaurant+Munnar', '_blank')",
+ text: "Visit Today", href: "https://www.google.com/maps/search/Barista+Restaurant+Munnar", onClick: () => window.open('https://www.google.com/maps/search/Barista+Restaurant+Munnar', '_blank'),
},
{
- text: "Call Now",
- href: "tel:+916282680580",
- },
+ text: "Call Now", href: "tel:+916282680580"},
{
- text: "Get Directions",
- href: "https://www.google.com/maps/search/Barista+Restaurant+Munnar",
- onClick: "() => window.open('https://www.google.com/maps/search/Barista+Restaurant+Munnar', '_blank')",
+ text: "Get Directions", href: "https://www.google.com/maps/search/Barista+Restaurant+Munnar", onClick: () => window.open('https://www.google.com/maps/search/Barista+Restaurant+Munnar', '_blank'),
},
]}
/>
@@ -456,68 +248,42 @@ export default function LandingPage() {
window.open('https://www.google.com/maps/search/Barista+Restaurant+Munnar', '_blank'),
},
{
- label: "Get Directions",
- href: "https://www.google.com/maps/search/Barista+Restaurant+Munnar",
- onClick: "() => window.open('https://www.google.com/maps/search/Barista+Restaurant+Munnar', '_blank')",
- },
- {
- label: "WhatsApp",
- href: "https://wa.me/916282680580",
- },
+ label: "WhatsApp", href: "https://wa.me/916282680580"},
],
},
{
- title: "Hours",
- items: [
+ title: "Hours", items: [
{
- label: "Mon - Sun: 8:00 AM - 10:00 PM",
- href: "#",
- },
+ label: "Mon - Sun: 8:00 AM - 10:00 PM", href: "#"},
],
},
{
- title: "Follow Us",
- items: [
+ title: "Follow Us", items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
{
- label: "Google Reviews",
- href: "#",
- },
+ label: "Google Reviews", href: "#"},
],
},
]}