Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98ad9829f6 | |||
| 6632ac1c56 | |||
| efb8c90a7c | |||
| 5704021388 | |||
| c7a360a077 | |||
| d6679131b5 | |||
| 0c4aff4f00 | |||
| fc01341692 | |||
| 40072a8eb6 | |||
| d4a971bef8 |
1430
src/app/layout.tsx
1430
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { Home, Landmark, Building2 } from "lucide-react";
|
import { Home, Landmark, Building2, Briefcase, Hammer, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -42,7 +42,8 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
button={{
|
button={{
|
||||||
text: "İletişim", href: "/iletisim"}}
|
text: "İletişim", href: "/iletisim"
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -72,7 +73,7 @@ export default function HomePage() {
|
|||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardTwo
|
<MetricCardTwo
|
||||||
title="Garmen Yapı İnşaat Rakamlarla"
|
title="Garmen Yapı İnşaat Rakamlarla"
|
||||||
description="Deneyim ve başarının ölçüsü"
|
description="Deneyim ve başarının ölçüsü – 10+ yıllık sektör öncülüğü"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "25+", description: "Tamamlanan Proje"
|
id: "1", value: "25+", description: "Tamamlanan Proje"
|
||||||
@@ -112,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: "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"
|
title: "Mühendislik Altyapısı", description: "Sağlam mühendislik çözümleri ve teknik uzmanlık", icon: Briefcase,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Müşteri Memnuniyeti", description: "Profesyonel kadro ile zamanında ve eksiksiz proje tamamlanması"
|
title: "Müşteri Memnuniyeti", description: "Profesyonel kadro ile zamanında ve eksiksiz proje tamamlanması", icon: Users,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
|
|||||||
Reference in New Issue
Block a user