From 3c4e0498ee31db48284fd50236898a4fe2397a2f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:34:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a8a308..ac14328 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -92,10 +95,13 @@ export default function LandingPage() { tag="Excellence" metrics={[ { - id: "1", value: "15K+", description: "Satisfied guests have experienced our authentic Italian hospitality and culinary artistry."}, + id: "1", value: "15K+", description: "Satisfied guests have experienced our authentic Italian hospitality and culinary artistry." + }, { - id: "2", value: "100%", description: "Imported ingredients sourced directly from Italian regions for uncompromised quality."}, + id: "2", value: "100%", description: "Imported ingredients sourced directly from Italian regions for uncompromised quality." + }, ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -108,13 +114,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "A Taste of Home", quote: "Every bite transported me back to Italy. The pasta is made fresh daily and the service is impeccable. This is my new favorite restaurant in the city.", name: "Maria Rossi", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-city_1157-16547.jpg", imageAlt: "Maria Rossi"}, + id: "1", title: "A Taste of Home", quote: "Every bite transported me back to Italy. The pasta is made fresh daily and the service is impeccable. This is my new favorite restaurant in the city.", name: "Maria Rossi", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-city_1157-16547.jpg", imageAlt: "Maria Rossi" + }, { - id: "2", title: "Family Tradition", quote: "We celebrate every milestone here. The warm atmosphere, authentic recipes, and genuine hospitality make Trattoria feel like family. Bellissimo!", name: "Antonio Moretti", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15888.jpg", imageAlt: "Antonio Moretti"}, + id: "2", title: "Family Tradition", quote: "We celebrate every milestone here. The warm atmosphere, authentic recipes, and genuine hospitality make Trattoria feel like family. Bellissimo!", name: "Antonio Moretti", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15888.jpg", imageAlt: "Antonio Moretti" + }, { - id: "3", title: "Romance in Every Dish", quote: "We had our first date here five years ago, and we still come back monthly. The ambiance is perfect, and the risotto is absolutely divine.", name: "Giulia Santoro", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-attractive-woman-wearing-casual-clothes_171337-18385.jpg", imageAlt: "Giulia Santoro"}, + id: "3", title: "Romance in Every Dish", quote: "We had our first date here five years ago, and we still come back monthly. The ambiance is perfect, and the risotto is absolutely divine.", name: "Giulia Santoro", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-attractive-woman-wearing-casual-clothes_171337-18385.jpg", imageAlt: "Giulia Santoro" + }, { - id: "4", title: "Worth Every Visit", quote: "The commitment to quality is evident in every detail. From the wine selection to the tiramisu, everything is executed with passion and precision.", name: "Marco Benedetti", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-classic-black-costume-studio-fashion-portrait_1328-2218.jpg", imageAlt: "Marco Benedetti"}, + id: "4", title: "Worth Every Visit", quote: "The commitment to quality is evident in every detail. From the wine selection to the tiramisu, everything is executed with passion and precision.", name: "Marco Benedetti", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-classic-black-costume-studio-fashion-portrait_1328-2218.jpg", imageAlt: "Marco Benedetti" + }, ]} /> @@ -128,11 +138,13 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Mass-produced frozen ingredients", "Inconsistent quality and flavor", "Rushed dining experience", "Generic restaurant ambiance"], + "Mass-produced frozen ingredients", "Inconsistent quality and flavor", "Rushed dining experience", "Generic restaurant ambiance" + ], }} positiveCard={{ items: [ - "Fresh, imported Italian ingredients", "Consistently authentic flavors", "Leisurely, immersive dining", "Warmth and genuine hospitality", "Award-winning wine pairings", "Family recipes passed down generations"], + "Fresh, imported Italian ingredients", "Consistently authentic flavors", "Leisurely, immersive dining", "Warmth and genuine hospitality", "Award-winning wine pairings", "Family recipes passed down generations" + ], }} /> -- 2.49.1