Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -64,19 +64,19 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Priya Sharma", role: "Regular Customer", company: "Nikol Community", rating: 5,
|
id: "1", name: "Priya Sharma", role: "Regular Customer", company: "Nikol Community", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "professional portrait customer photo team member cafe staff"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=1", imageAlt: "professional portrait customer photo team member cafe staff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Rajesh Patel", role: "Family Visitor", company: "Local Resident", rating: 5,
|
id: "2", name: "Rajesh Patel", role: "Family Visitor", company: "Local Resident", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "professional portrait customer photo team member cafe staff"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=2", imageAlt: "professional portrait customer photo team member cafe staff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Neha Gupta", role: "Event Planner", company: "Celebration Organizer", rating: 5,
|
id: "3", name: "Neha Gupta", role: "Event Planner", company: "Celebration Organizer", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "professional portrait customer photo team member cafe staff"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=3", imageAlt: "professional portrait customer photo team member cafe staff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Vikram Singh", role: "Corporate Client", company: "Business Owner", rating: 5,
|
id: "4", name: "Vikram Singh", role: "Corporate Client", company: "Business Owner", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "professional portrait customer photo team member cafe staff"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=4", imageAlt: "professional portrait customer photo team member cafe staff"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
@@ -152,13 +152,13 @@ export default function LandingPage() {
|
|||||||
tag="Events & Occasions"
|
tag="Events & Occasions"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "birthday", title: "Birthday Celebrations", price: "From", period: "₹2,000", imageSrc: "http://img.b2bpic.net/free-photo/birthday-celebration-girl-terrace-cafe-with-giving-presents-from-best-friends_8353-10084.jpg", imageAlt: "Birthday party setup", button: { text: "Book Now", href: "#contact" },
|
id: "birthday", title: "Birthday Celebrations", price: "From", period: "₹2,000", imageSrc: "http://img.b2bpic.net/free-photo/birthday-celebration-girl-terrace-cafe-with-giving-presents-from-best-friends_8353-10084.jpg?_wi=1", imageAlt: "Birthday party setup", button: { text: "Book Now", href: "#contact" },
|
||||||
features: [
|
features: [
|
||||||
"Decorated seating area", "Complimentary snacks platter", "Dedicated table for cake", "Special birthday ambience"
|
"Decorated seating area", "Complimentary snacks platter", "Dedicated table for cake", "Special birthday ambience"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "family", title: "Family Dinners", price: "From", period: "₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/birthday-celebration-girl-terrace-cafe-with-giving-presents-from-best-friends_8353-10084.jpg", imageAlt: "Family gathering", button: { text: "Reserve Table", href: "#contact" },
|
id: "family", title: "Family Dinners", price: "From", period: "₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/birthday-celebration-girl-terrace-cafe-with-giving-presents-from-best-friends_8353-10084.jpg?_wi=2", imageAlt: "Family gathering", button: { text: "Reserve Table", href: "#contact" },
|
||||||
features: [
|
features: [
|
||||||
"Spacious family seating", "Garden ambience", "Menu customization", "Flexible timing"
|
"Spacious family seating", "Garden ambience", "Menu customization", "Flexible timing"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user