diff --git a/src/app/page.tsx b/src/app/page.tsx index f77f9ce..77b12fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,17 +144,17 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "Food Critic", testimonial: "An extraordinary dining experience. The chef's precision and dedication to authenticity is unmatched. Every bite tells a story.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, + id: "1", name: "Sarah Mitchell", handle: "Food Critic", testimonial: "An extraordinary dining experience. The chef's precision and dedication to authenticity is unmatched. Every bite tells a story.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { - id: "2", name: "James Chen", handle: "@foodlover_jp", testimonial: "This is the closest I've come to dining in Tokyo without leaving the city. Absolutely exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"}, + id: "2", name: "James Chen", handle: "@foodlover_jp", testimonial: "This is the closest I've come to dining in Tokyo without leaving the city. Absolutely exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen"}, { - id: "3", name: "Elena Rodriguez", handle: "Restaurant Owner", testimonial: "The quality and attention to detail is what excellence looks like. I recommend Nihon to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Rodriguez"}, + id: "3", name: "Elena Rodriguez", handle: "Restaurant Owner", testimonial: "The quality and attention to detail is what excellence looks like. I recommend Nihon to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Elena Rodriguez"}, { - id: "4", name: "David Park", handle: "Regular Guest", testimonial: "After visiting 50+ Japanese restaurants, this is top tier. The omakase is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"}, + id: "4", name: "David Park", handle: "Regular Guest", testimonial: "After visiting 50+ Japanese restaurants, this is top tier. The omakase is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Park"}, { - id: "5", name: "Maria Gonzalez", handle: "Travel Blogger", testimonial: "A genuine taste of Japan. The atmosphere, service, and food are all perfectly balanced.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Gonzalez"}, + id: "5", name: "Maria Gonzalez", handle: "Travel Blogger", testimonial: "A genuine taste of Japan. The atmosphere, service, and food are all perfectly balanced.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Maria Gonzalez"}, { - id: "6", name: "Thomas Anderson", handle: "Chef & Author", testimonial: "Remarkable authenticity combined with modern refinement. A destination worth visiting repeatedly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Thomas Anderson"}, + id: "6", name: "Thomas Anderson", handle: "Chef & Author", testimonial: "Remarkable authenticity combined with modern refinement. A destination worth visiting repeatedly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Thomas Anderson"}, ]} />