Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 14:58:46 +00:00

View File

@@ -108,19 +108,19 @@ export default function SilverOakPage() {
testimonials={[
{
id: "1", name: "Priya M.", role: "Parent", company: "Local Family", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg?_wi=1"
},
{
id: "2", name: "Rajesh K.", role: "Event Organizer", company: "Birthday Celebrations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg?_wi=2"
},
{
id: "3", name: "Sneha P.", role: "Food Enthusiast", company: "Regular Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg?_wi=3"
},
{
id: "4", name: "Vikram S.", role: "Highway Traveler", company: "Passing Through", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg?_wi=4"
}
]}
kpiItems={[
@@ -228,7 +228,7 @@ export default function SilverOakPage() {
useInvertedBackground={false}
blogs={[
{
id: "1", category: "Environment", title: "Garden Seating Area", excerpt: "Lush green garden dining with comfortable seating and natural ambiance perfect for family meals", imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg", authorName: "Silver Oak", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg", date: "Always Open"
id: "1", category: "Environment", title: "Garden Seating Area", excerpt: "Lush green garden dining with comfortable seating and natural ambiance perfect for family meals", imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg?_wi=1", authorName: "Silver Oak", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg", date: "Always Open"
},
{
id: "2", category: "Facilities", title: "Ample Parking Available", excerpt: "Spacious, safe parking area for all our guests with easy vehicle access and security", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-36876.jpg", authorName: "Silver Oak", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg", date: "Always Open"
@@ -237,7 +237,7 @@ export default function SilverOakPage() {
id: "3", category: "Quality", title: "Clean & Hygienic", excerpt: "Premium hygiene standards maintained throughout restaurant and kitchen areas for your safety", imageSrc: "http://img.b2bpic.net/free-photo/self-service-restaurant_93675-130913.jpg", authorName: "Silver Oak", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg", date: "Always Open"
},
{
id: "4", category: "Night Vibes", title: "Evening Ambiance", excerpt: "Beautiful night lighting creates perfect ambiance for romantic dinners and family celebrations", imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg", authorName: "Silver Oak", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg", date: "Always Open"
id: "4", category: "Night Vibes", title: "Evening Ambiance", excerpt: "Beautiful night lighting creates perfect ambiance for romantic dinners and family celebrations", imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg?_wi=2", authorName: "Silver Oak", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg", date: "Always Open"
}
]}
/>