Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user