Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dbd5756390 | |||
| 19657bbca4 | |||
| 7dcf43f7e5 | |||
| 2abc12eec3 | |||
| aafbce56c9 |
@@ -56,19 +56,19 @@ export default function NammudeCafePage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Priya Sharma", handle: "Regular Customer", testimonial: "Amazing Kerala style snacks. Very rare to get puffs and cutlets this good!", rating: 5,
|
name: "Priya Sharma", handle: "Regular Customer", testimonial: "Amazing Kerala style snacks. Very rare to get puffs and cutlets this good!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-talking-mobile-phone-coffee-shop_1170-2063.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-talking-mobile-phone-coffee-shop_1170-2063.jpg?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Rajesh Kumar", handle: "Office Worker", testimonial: "Great food quality in budget. Best cafe to chill out.", rating: 5,
|
name: "Rajesh Kumar", handle: "Office Worker", testimonial: "Great food quality in budget. Best cafe to chill out.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-with-camera-field_23-2149333929.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-with-camera-field_23-2149333929.jpg?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Ananya Patel", handle: "Friend Group", testimonial: "Affordable, good atmosphere and great service. Highly recommend!", rating: 5,
|
name: "Ananya Patel", handle: "Friend Group", testimonial: "Affordable, good atmosphere and great service. Highly recommend!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19767.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19767.jpg?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Vikram Singh", handle: "Local Resident", testimonial: "Perfect spot for meetings. Warm vibes and delicious snacks.", rating: 5,
|
name: "Vikram Singh", handle: "Local Resident", testimonial: "Perfect spot for meetings. Warm vibes and delicious snacks.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=1"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -98,16 +98,16 @@ export default function NammudeCafePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Kerala Style Snacks", description: "Traditional Kerala cuisine prepared with authentic recipes and fresh ingredients.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751957.jpg"
|
id: "1", title: "Kerala Style Snacks", description: "Traditional Kerala cuisine prepared with authentic recipes and fresh ingredients. (₹200-400)", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751957.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Fresh Puffs", description: "Crispy, golden puffs made daily. A customer favorite that keeps people coming back.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-bakery-marble-table_23-2148039781.jpg"
|
id: "2", title: "Fresh Puffs", description: "Crispy, golden puffs made daily. A customer favorite that keeps people coming back. (₹200-400)", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-bakery-marble-table_23-2148039781.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "Delicious Cutlets", description: "Homemade cutlets with perfect texture and flavor. Best in the area.", tag: "Must Try", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-herbs-lavash-board-sauce-colorful-spices_140725-72564.jpg"
|
id: "3", title: "Delicious Cutlets", description: "Homemade cutlets with perfect texture and flavor. Best in the area. (₹200-400)", tag: "Must Try", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-herbs-lavash-board-sauce-colorful-spices_140725-72564.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "Hot Beverages", description: "Fresh tea and coffee to pair with your snacks. Perfect for morning or afternoon chilling.", tag: "Beverages", imageSrc: "http://img.b2bpic.net/free-photo/fresh-coffee-table_140725-9523.jpg"
|
id: "4", title: "Hot Beverages", description: "Fresh tea and coffee to pair with your snacks. Perfect for morning or afternoon chilling. (₹200-400)", tag: "Beverages", imageSrc: "http://img.b2bpic.net/free-photo/fresh-coffee-table_140725-9523.jpg"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "See Full Menu", href: "tel:+919663518106" }]}
|
buttons={[{ text: "See Full Menu", href: "tel:+919663518106" }]}
|
||||||
@@ -140,12 +140,12 @@ export default function NammudeCafePage() {
|
|||||||
cardAnimation="blur-reveal"
|
cardAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-talking-mobile-phone-coffee-shop_1170-2063.jpg" },
|
{ id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-talking-mobile-phone-coffee-shop_1170-2063.jpg?_wi=2" },
|
||||||
{ id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-with-camera-field_23-2149333929.jpg" },
|
{ id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-with-camera-field_23-2149333929.jpg?_wi=2" },
|
||||||
{ id: "3", name: "Ananya Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19767.jpg" },
|
{ id: "3", name: "Ananya Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19767.jpg?_wi=2" },
|
||||||
{ id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg" },
|
{ id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=2" },
|
||||||
{ id: "5", name: "Neha Desai", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-talking-mobile-phone-coffee-shop_1170-2063.jpg" },
|
{ id: "5", name: "Neha Desai", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-talking-mobile-phone-coffee-shop_1170-2063.jpg?_wi=3" },
|
||||||
{ id: "6", name: "Arjun Iyer", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-with-camera-field_23-2149333929.jpg" }
|
{ id: "6", name: "Arjun Iyer", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-with-camera-field_23-2149333929.jpg?_wi=3" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user