From 7162de49e5c33224262913af4b1e8f22d7607879 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:58:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bfa26d..e93ec00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { imageAlt="Tuzmet Restaurant interior showcasing culinary artistry" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -116,17 +117,23 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Maria Rodriguez", role: "Food Critic", testimonial: "Tuzmet Restaurant delivers an exceptional dining experience. The attention to detail in every plate and the warmth of the service make it a must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", imageAlt: "Maria Rodriguez"}, + id: "1", name: "Maria Rodriguez", role: "Food Critic", testimonial: "Tuzmet Restaurant delivers an exceptional dining experience. The attention to detail in every plate and the warmth of the service make it a must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", imageAlt: "Maria Rodriguez" + }, { - id: "2", name: "James Chen", role: "Executive Chef", testimonial: "As a chef myself, I'm impressed by the culinary mastery at Tuzmet. The balance of flavors and presentation is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", imageAlt: "James Chen"}, + id: "2", name: "James Chen", role: "Executive Chef", testimonial: "As a chef myself, I'm impressed by the culinary mastery at Tuzmet. The balance of flavors and presentation is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", imageAlt: "James Chen" + }, { - id: "3", name: "Sophie Laurent", role: "Event Planner", testimonial: "We hosted our company gala at Tuzmet and it was flawless. The staff, ambiance, and cuisine made our event truly memorable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", imageAlt: "Sophie Laurent"}, + id: "3", name: "Sophie Laurent", role: "Event Planner", testimonial: "We hosted our company gala at Tuzmet and it was flawless. The staff, ambiance, and cuisine made our event truly memorable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", imageAlt: "Sophie Laurent" + }, { - id: "4", name: "David Thompson", role: "Sommelier", testimonial: "The wine pairing recommendations at Tuzmet are exceptional. Their sommelier truly understands the art of matching wines with cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-pensive-man-dressed-shirt_171337-507.jpg", imageAlt: "David Thompson"}, + id: "4", name: "David Thompson", role: "Sommelier", testimonial: "The wine pairing recommendations at Tuzmet are exceptional. Their sommelier truly understands the art of matching wines with cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-pensive-man-dressed-shirt_171337-507.jpg", imageAlt: "David Thompson" + }, { - id: "5", name: "Elena Moretti", role: "Restaurant Owner", testimonial: "A benchmark for excellence in fine dining. Every visit to Tuzmet inspires me to elevate my own culinary standards.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", imageAlt: "Elena Moretti"}, + id: "5", name: "Elena Moretti", role: "Restaurant Owner", testimonial: "A benchmark for excellence in fine dining. Every visit to Tuzmet inspires me to elevate my own culinary standards.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", imageAlt: "Elena Moretti" + }, { - id: "6", name: "Michael Park", role: "Regular Guest", testimonial: "I've dined at Tuzmet multiple times and it never disappoints. The consistency of quality and innovation keeps me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Michael Park"}, + id: "6", name: "Michael Park", role: "Regular Guest", testimonial: "I've dined at Tuzmet multiple times and it never disappoints. The consistency of quality and innovation keeps me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Michael Park" + }, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1