Update src/app/page.tsx
This commit is contained in:
@@ -56,13 +56,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma", handle: "Regular Customer", testimonial: "From staff service to dishes taste everything is worthy of the money. Best seafood in Powai!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg", imageAlt: "Priya Sharma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg?_wi=1", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
name: "Amit Patel", handle: "Corporate Professional", testimonial: "Good ambience, yummy food, nice place to hangout with friends. Perfect for late night gatherings.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-welcomes-business-partners-negotiations_1163-5423.jpg", imageAlt: "Amit Patel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-welcomes-business-partners-negotiations_1163-5423.jpg?_wi=1", imageAlt: "Amit Patel"},
|
||||
{
|
||||
name: "Sneha Desai", handle: "Happy Hour Regular", testimonial: "Outstanding seafood selection and the staff makes you feel like family. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Sneha Desai"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1", imageAlt: "Sneha Desai"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
@@ -165,11 +165,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Outstanding Seafood Quality", quote: "From staff service to dishes taste everything is worthy of the money. The seafood here is incredibly fresh and delicious. Best dining experience in Powai!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg", imageAlt: "Priya Sharma"},
|
||||
id: "1", title: "Outstanding Seafood Quality", quote: "From staff service to dishes taste everything is worthy of the money. The seafood here is incredibly fresh and delicious. Best dining experience in Powai!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg?_wi=2", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2", title: "Perfect for Friends Hangout", quote: "Good ambience, yummy food, nice place to hangout with friends. The atmosphere is welcoming and the service is top-notch. Highly recommended!", name: "Amit Patel", role: "Corporate Professional", imageSrc: "http://img.b2bpic.net/free-photo/man-welcomes-business-partners-negotiations_1163-5423.jpg", imageAlt: "Amit Patel"},
|
||||
id: "2", title: "Perfect for Friends Hangout", quote: "Good ambience, yummy food, nice place to hangout with friends. The atmosphere is welcoming and the service is top-notch. Highly recommended!", name: "Amit Patel", role: "Corporate Professional", imageSrc: "http://img.b2bpic.net/free-photo/man-welcomes-business-partners-negotiations_1163-5423.jpg?_wi=2", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "3", title: "Family Favorite Restaurant", quote: "We've brought our entire family here multiple times. The menu variety is excellent, and they're very accommodating to families with kids.", name: "Sneha Desai", role: "Happy Hour Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Sneha Desai"},
|
||||
id: "3", title: "Family Favorite Restaurant", quote: "We've brought our entire family here multiple times. The menu variety is excellent, and they're very accommodating to families with kids.", name: "Sneha Desai", role: "Happy Hour Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2", imageAlt: "Sneha Desai"},
|
||||
{
|
||||
id: "4", title: "Late Night Dining Paradise", quote: "Open until late at night, perfect for our group gatherings. The food quality never disappoints no matter how late we come in.", name: "Rajesh Kumar", role: "IIT Bombay Student", imageSrc: "http://img.b2bpic.net/free-photo/smiling-professional-businesswoman_1163-5371.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user