Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98ad9829f6 | |||
| 6632ac1c56 | |||
| efb8c90a7c | |||
| 5704021388 | |||
| c7a360a077 | |||
| d6679131b5 |
@@ -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 } from "lucide-react";
|
||||
import { Home, Landmark, Building2, Briefcase, Hammer, Users } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -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"
|
||||
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={[
|
||||
|
||||
Reference in New Issue
Block a user