3 Commits

Author SHA1 Message Date
eb3f0a1c2a Update src/app/page.tsx 2026-06-03 14:37:09 +00:00
f4ebbae144 Update src/app/page.tsx 2026-06-03 14:36:38 +00:00
7ff64d5a8c Merge version_1 into main
Merge version_1 into main
2026-06-03 14:35:03 +00:00

View File

@@ -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 (
@@ -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."