From 36c9fb10c61026c014a2a97f2c90ea8c2b262491 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:10:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cb6c20..18d526b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Award, Chef, Heart, Leaf, Sparkles, Star, Trophy, UtensilsCrossed } from "lucide-react"; +import { Award, Heart, Leaf, Sparkles, Star, Trophy, UtensilsCrossed } from "lucide-react"; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -58,17 +58,17 @@ 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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"}, { 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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg"}, { 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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} /> @@ -86,7 +86,7 @@ export default function LandingPage() { title: "Authentic Recipes", description: "Traditional methods passed down through generations, using only the finest ingredients imported directly from Thailand.", icon: Leaf, }, { - title: "Expert Chefs", description: "Our culinary team trained in Bangkok's most prestigious cooking institutes, bringing genuine Thai expertise to every plate.", icon: Chef, + title: "Expert Chefs", description: "Our culinary team trained in Bangkok's most prestigious cooking institutes, bringing genuine Thai expertise to every plate.", icon: Sparkles, }, { title: "Premium Ingredients", description: "We source the finest herbs, spices, and produce to ensure every dish meets our exacting standards of quality.", icon: Sparkles, @@ -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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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"}, ]} -- 2.49.1