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 ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -216,13 +216,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1", icon: Star,
|
id: "m1", icon: Star,
|
||||||
title: "Customer Rating", value: "4.7"},
|
title: "Years Crafting Excellence", value: "25+"},
|
||||||
{
|
{
|
||||||
id: "m2", icon: Users,
|
id: "m2", icon: Utensils,
|
||||||
title: "Positive Reviews", value: "4.4K+"},
|
title: "Signature Dishes Created", value: "150+"},
|
||||||
{
|
{
|
||||||
id: "m3", icon: Utensils,
|
id: "m3", icon: Globe,
|
||||||
title: "Dishes Served Annually", value: "10K+"},
|
title: "Global Ingredients Sourced", value: "12+"},
|
||||||
]}
|
]}
|
||||||
title="Grünauer by the Numbers"
|
title="Grünauer by the Numbers"
|
||||||
description="Proudly serving our community with culinary excellence and unwavering dedication."
|
description="Proudly serving our community with culinary excellence and unwavering dedication."
|
||||||
|
|||||||
Reference in New Issue
Block a user