Merge version_9 into main
Merge version_9 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Garmen Yapı İnşaat", description: "Generated by create next app"};
|
||||
title: "Garmen Yapı İnşaat", description: "Modern inşaat projeleri ve güvenilir yapı hizmetleri"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -19,10 +13,8 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<html lang="tr">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
@@ -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