Update src/app/page.tsx

This commit is contained in:
2026-03-04 20:40:03 +00:00
parent f1ee789149
commit e8aa529e96

View File

@@ -108,17 +108,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Marie Dupont", handle: "Local Resident", testimonial: "Excellent grill dishes and welcoming service. One of the best places to eat in Narbonne. The steaks are perfectly cooked every time!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Marie Dupont"},
id: "1", name: "Marie Dupont", handle: "Local Resident", testimonial: "Excellent grill dishes and welcoming service. One of the best places to eat in Narbonne. The steaks are perfectly cooked every time!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Marie Dupont"},
{
id: "2", name: "Jean Moreau", handle: "Tourist", testimonial: "Outstanding experience! The ambiance is warm and inviting, and the food is absolutely delicious. Highly recommend to anyone visiting Narbonne.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jean Moreau"},
id: "2", name: "Jean Moreau", handle: "Tourist", testimonial: "Outstanding experience! The ambiance is warm and inviting, and the food is absolutely delicious. Highly recommend to anyone visiting Narbonne.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Jean Moreau"},
{
id: "3", name: "Sophie Laurent", handle: "Food Enthusiast", testimonial: "Authentic flavors and premium quality ingredients. Every bite is perfection. Trésor de Terre is my favorite restaurant in the region.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sophie Laurent"},
id: "3", name: "Sophie Laurent", handle: "Food Enthusiast", testimonial: "Authentic flavors and premium quality ingredients. Every bite is perfection. Trésor de Terre is my favorite restaurant in the region.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Sophie Laurent"},
{
id: "4", name: "Pierre Blanc", handle: "Regular Customer", testimonial: "Perfect for celebrations and special occasions. The staff makes you feel like family, and the grill specialties are consistently exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Pierre Blanc"},
id: "4", name: "Pierre Blanc", handle: "Regular Customer", testimonial: "Perfect for celebrations and special occasions. The staff makes you feel like family, and the grill specialties are consistently exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Pierre Blanc"},
{
id: "5", name: "Catherine Vincent", handle: "Visitor", testimonial: "Beautiful restaurant with wonderful atmosphere. The meat is tender and flavorful, cooked with true passion. Will definitely return!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Catherine Vincent"},
id: "5", name: "Catherine Vincent", handle: "Visitor", testimonial: "Beautiful restaurant with wonderful atmosphere. The meat is tender and flavorful, cooked with true passion. Will definitely return!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3", imageAlt: "Catherine Vincent"},
{
id: "6", name: "Marc Rossini", handle: "Restaurant Critic", testimonial: "A gem in Narbonne! The combination of quality, service, and authentic cuisine makes this restaurant stand out from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Marc Rossini"},
id: "6", name: "Marc Rossini", handle: "Restaurant Critic", testimonial: "A gem in Narbonne! The combination of quality, service, and authentic cuisine makes this restaurant stand out from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Marc Rossini"},
]}
speed={40}
/>