Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -58,13 +58,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson", handle: "Food Critic", testimonial: "The most authentic Thai experience in the city. Simply exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"},
|
||||
{
|
||||
name: "Michael Chen", handle: "Restaurant Enthusiast", testimonial: "Every dish is a masterpiece. The flavors are incredible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg?_wi=1"},
|
||||
{
|
||||
name: "Emma Rodriguez", handle: "Luxury Diner", testimonial: "Premium quality with impeccable service. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg?_wi=1"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -135,11 +135,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Exceptional Culinary Experience", quote: "Every visit to Thai Palace is a journey through the flavors of Thailand. The attention to detail in every dish is remarkable.", name: "Sarah Johnson", role: "Food Critic & Restaurant Writer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "1", title: "Exceptional Culinary Experience", quote: "Every visit to Thai Palace is a journey through the flavors of Thailand. The attention to detail in every dish is remarkable.", name: "Sarah Johnson", role: "Food Critic & Restaurant Writer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", title: "A Hidden Gem for Fine Dining", quote: "The ambiance, service, and most importantly, the food—everything is pristine. This is my go-to restaurant for special occasions.", name: "Michael Chen", role: "Restaurant Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", title: "A Hidden Gem for Fine Dining", quote: "The ambiance, service, and most importantly, the food—everything is pristine. This is my go-to restaurant for special occasions.", name: "Michael Chen", role: "Restaurant Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", title: "Authentic Flavors & Luxury", quote: "Thai Palace perfectly combines authenticity with elegance. The chef's creations are nothing short of magnificent.", name: "Emma Rodriguez", role: "Luxury Lifestyle Blogger", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", title: "Authentic Flavors & Luxury", quote: "Thai Palace perfectly combines authenticity with elegance. The chef's creations are nothing short of magnificent.", name: "Emma Rodriguez", role: "Luxury Lifestyle Blogger", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg?_wi=2", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4", title: "Worth Every Penny", quote: "The quality of ingredients and preparation is evident in every bite. Premium Thai dining at its finest.", name: "David Kim", role: "Executive & Food Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-her-hand_23-2147891268.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user