Merge version_2 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Coffee, Heart, Shield, MapPin } from "lucide-react";
|
||||
import { Coffee, Users, Shield, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
metrics={[
|
||||
{ id: "rating", icon: Shield, title: "Google Puanı", value: "4.9/5" },
|
||||
{ id: "reviews", icon: Heart, title: "Müşteri Yorumu", value: "39+" },
|
||||
{ id: "reviews", icon: Users, title: "Müşteri Yorumu", value: "39+" },
|
||||
{ id: "hygiene", icon: Shield, title: "Hijyen Sertifikası", value: "Onaylı" },
|
||||
]}
|
||||
title="Neden Bize Güvenebilirsiniz"
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
title="Müşteri Yorumları"
|
||||
description="Gerçek anne ve ailelerden gelen göz kamaştırıcı yorumlar"
|
||||
tag="Müşteri Memnuniyeti"
|
||||
tagIcon={Heart}
|
||||
tagIcon={Users}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user