Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb3f0a1c2a | |||
| f4ebbae144 | |||
| 7ff64d5a8c |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user