From f4ebbae14437cea6cb29d276240ef3a5a5252b91 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:36:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 014b4aa..9bd2834 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Star, Users, Utensils } from "lucide-react"; +import { Star, Utensils, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -192,7 +192,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", imageAlt: "Jessica Lee"}, { id: "t6", name: "Robert Smith", role: "Wine Enthusiast", company: "KC Wine Club", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-posing-with-striped-shirt_343059-1138.jpg", imageAlt: "Robert Smith"}, + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-posing-with-striped-shirt_343059-1138.jpg", alt: "Robert Smith"}, ]} kpiItems={[ { @@ -216,13 +216,13 @@ export default function LandingPage() { metrics={[ { id: "m1", icon: Star, - title: "Customer Rating", value: "4.7"}, + title: "Years Crafting Excellence", value: "25+"}, { - id: "m2", icon: Users, - title: "Positive Reviews", value: "4.4K+"}, + id: "m2", icon: Utensils, + title: "Signature Dishes Created", value: "150+"}, { - id: "m3", icon: Utensils, - title: "Dishes Served Annually", value: "10K+"}, + id: "m3", icon: Globe, + title: "Global Ingredients Sourced", value: "12+"}, ]} title="GrĂ¼nauer by the Numbers" description="Proudly serving our community with culinary excellence and unwavering dedication."