Update src/app/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="Hayalinizdeki Bahçeyi Gerçeğe Dönüştürüyoruz"
|
||||
description="Livni Peyzaj ile estetik, fonksiyonel ve doğayla uyumlu yaşam alanları oluşturun. Uzman peyzaj mimarlarımız her projeye kişiye özel yaklaşım sunarak doğayı sanata dönüştürüyor."
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/hand-drawn-flat-gardening-brochure-template_23-2149342369.jpg", alt: "Luxurious villa garden landscape"
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "design", title: "Özel Tasarım", description: "Her projeye özgü, kişiye özel peyzaj mimarı tasarımları", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg?_wi=1", imageAlt: "Modern villa garden design"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg", imageAlt: "Modern villa garden design"
|
||||
},
|
||||
items: [
|
||||
{ icon: PencilRuler, text: "CAD Tasarımları" },
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "execution", title: "Profesyonel Uygulama", description: "Titiz ve kaliteli proje uygulaması, zaman içinde tamamlanması garantili", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3348.jpg?_wi=1", imageAlt: "Commercial landscape installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3348.jpg", imageAlt: "Commercial landscape installation"
|
||||
},
|
||||
items: [
|
||||
{ icon: Hammer, text: "Teknik Uygulama" },
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "maintenance", title: "Bakım ve İşletme", description: "Projeniz tamamlandıktan sonra uzun vadeli bakım ve yönetim hizmetleri", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-with-rhythm-balconies-urban-style_169016-69191.jpg?_wi=1", imageAlt: "Residential landscape maintenance"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-with-rhythm-balconies-urban-style_169016-69191.jpg", imageAlt: "Residential landscape maintenance"
|
||||
},
|
||||
items: [
|
||||
{ icon: Leaf, text: "Bitki Bakımı" },
|
||||
@@ -152,13 +152,13 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{
|
||||
id: "villa-1", name: "Cankaya Lüks Villa Bahçesi", price: "₺850.000", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg?_wi=2", imageAlt: "Luxury villa garden in Cankaya"
|
||||
id: "villa-1", name: "Cankaya Lüks Villa Bahçesi", price: "₺850.000", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg", imageAlt: "Luxury villa garden in Cankaya"
|
||||
},
|
||||
{
|
||||
id: "commercial-1", name: "Çankiri Ticari Kompleks", price: "₺2.200.000", imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3348.jpg?_wi=2", imageAlt: "Commercial complex landscape"
|
||||
id: "commercial-1", name: "Çankiri Ticari Kompleks", price: "₺2.200.000", imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3348.jpg", imageAlt: "Commercial complex landscape"
|
||||
},
|
||||
{
|
||||
id: "residential-1", name: "Kızılay Konut Sitesi", price: "₺1.500.000", imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-with-rhythm-balconies-urban-style_169016-69191.jpg?_wi=2", imageAlt: "Residential complex garden"
|
||||
id: "residential-1", name: "Kızılay Konut Sitesi", price: "₺1.500.000", imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-with-rhythm-balconies-urban-style_169016-69191.jpg", imageAlt: "Residential complex garden"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user