Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import Link from "next/link";
|
||||
import { Home, Landmark, Building2, Briefcase, Hammer, Users } from "lucide-react";
|
||||
import { Home, Landmark, Building2 } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -59,7 +59,7 @@ export default function HomePage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Projelerimizi Keşfedin", href: "/projeler"
|
||||
text: "Projelerimizi İncele", href: "/projeler"
|
||||
},
|
||||
{
|
||||
text: "Bize Ulaşın", href: "/iletisim"
|
||||
@@ -73,7 +73,7 @@ export default function HomePage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="Garmen Yapı İnşaat Rakamlarla"
|
||||
description="Deneyim ve başarının ölçüsü – 10+ yıllık sektör öncülüğü"
|
||||
description="Deneyim ve başarının ölçüsü"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "25+", description: "Tamamlanan Proje"
|
||||
@@ -113,10 +113,10 @@ export default function HomePage() {
|
||||
title: "Konut Projeleri", description: "Modern mimari ve yüksek kalite standartlarıyla hazırlanan konut projeleri", icon: Home,
|
||||
},
|
||||
{
|
||||
title: "Mühendislik Altyapısı", description: "Sağlam mühendislik çözümleri ve teknik uzmanlık", icon: Briefcase,
|
||||
title: "Mühendislik Altyapısı", description: "Sağlam mühendislik çözümleri ve teknik uzmanlık"
|
||||
},
|
||||
{
|
||||
title: "Müşteri Memnuniyeti", description: "Profesyonel kadro ile zamanında ve eksiksiz proje tamamlanması", icon: Users,
|
||||
title: "Müşteri Memnuniyeti", description: "Profesyonel kadro ile zamanında ve eksiksiz proje tamamlanması"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -249,10 +249,10 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Gönder", href: "mailto:info@garmen.com.tr"
|
||||
text: "Teklif Al", href: "mailto:info@garmen.com.tr"
|
||||
},
|
||||
{
|
||||
text: "Telefon Ara", href: "tel:+905xx-xxx-xxxx"
|
||||
text: "Danışman Ara", href: "tel:+905xx-xxx-xxxx"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user