Update src/app/page.tsx
This commit is contained in:
@@ -53,15 +53,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma", handle: "@priya.dine", testimonial: "Beautiful rooftop vibe with amazing food. Perfect for our anniversary dinner!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg", imageAlt: "young woman smiling portrait professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg?_wi=1", imageAlt: "young woman smiling portrait professional"
|
||||
},
|
||||
{
|
||||
name: "Amit Verma", handle: "@amit.nights", testimonial: "Perfect place for small parties and celebrations. The ambiance is unbeatable!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "professional man smiling headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "professional man smiling headshot"
|
||||
},
|
||||
{
|
||||
name: "Isha Kapoor", handle: "@isha.food", testimonial: "Best rooftop bar in Chennai. The cocktails and food are both exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "woman smiling happy portrait professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1", imageAlt: "woman smiling happy portrait professional"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -180,15 +180,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", role: "Couple's Anniversary", company: "Verified Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg", imageAlt: "young woman smiling portrait professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg?_wi=2", imageAlt: "young woman smiling portrait professional"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Amit Verma", role: "Party Organizer", company: "Verified Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "professional man smiling headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "professional man smiling headshot"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Isha Kapoor", role: "Food Blogger", company: "Verified Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "woman smiling happy portrait professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2", imageAlt: "woman smiling happy portrait professional"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Rahul Desai", role: "Corporate Event", company: "Verified Google Review", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user