diff --git a/src/app/page.tsx b/src/app/page.tsx index 75a94c9..be484f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -256,6 +256,49 @@ export default function LandingPage() { /> +
+ Clients + }, + { + id: "2", + value: "20+", + title: "Years", + description: "Master chef experience in Tokyo's finest restaurants", + icon: () => Years + }, + { + id: "3", + value: "15", + title: "Courses", + description: "Average omakase journey with premium selections", + icon: () => Courses + }, + { + id: "4", + value: "8", + title: "Seats", + description: "Exclusive counter seating for intimate experiences", + icon: () => Seats + } + ]} + title="By The Numbers" + description="Excellence defined by precision and tradition" + gridVariant="uniform-all-items-equal" + animationType="slide-up" + textboxLayout="default" + useInvertedBackground="noInvert" + className="w-full" + valueClassName="text-red-500 text-8xl font-extrabold" + /> +
+