Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 08:42:08 +00:00

View File

@@ -64,19 +64,19 @@ export default function LandingPage() {
testimonials={[
{
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,
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,
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,
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={[
@@ -152,13 +152,13 @@ export default function LandingPage() {
tag="Events & Occasions"
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: [
"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: [
"Spacious family seating", "Garden ambience", "Menu customization", "Flexible timing"
]