Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a59e6ad03a | |||
| 74f45b869f | |||
| 8c84d208c1 | |||
| 79f01d2759 | |||
| 647f038302 | |||
| ea307b8019 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Hayalinizdeki Yaşam Alanını İnşa Ediyoruz"
|
||||
description="Best Dekorasyon ile ev ve ofislerinizde estetik, kalite ve konforu birleştiriyoruz. Premium tadilat ve dekorasyon çözümleri."
|
||||
description="Get your space transformed with a stress-free, turnkey process in as little as 14 days."
|
||||
tag="Premium Dekorasyon"
|
||||
buttons={[
|
||||
{
|
||||
@@ -118,22 +118,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Best Dekorasyon", name: "Modern Salon Tasarımı", price: "Detaylı Bilgi", rating: 5,
|
||||
id: "p1", brand: "Best Dekorasyon", name: "Modern Salon Tasarımı", price: "Fiyat Teklifi Al", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/sofa_1203-2905.jpg"},
|
||||
{
|
||||
id: "p2", brand: "Best Dekorasyon", name: "Ofis Yenileme", price: "Detaylı Bilgi", rating: 5,
|
||||
id: "p2", brand: "Best Dekorasyon", name: "Ofis Yenileme", price: "Projeyi İncele", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725253.jpg"},
|
||||
{
|
||||
id: "p3", brand: "Best Dekorasyon", name: "Alçı Uygulaması", price: "Detaylı Bilgi", rating: 5,
|
||||
id: "p3", brand: "Best Dekorasyon", name: "Alçı Uygulaması", price: "Fiyat Teklifi Al", rating: 5,
|
||||
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/with-instrument-hands-young-housewife-decided-glue-wallpaper-her-new-house-room_146671-15988.jpg"},
|
||||
{
|
||||
id: "p4", brand: "Best Dekorasyon", name: "Lüks Banyo Tadilatı", price: "Detaylı Bilgi", rating: 5,
|
||||
id: "p4", brand: "Best Dekorasyon", name: "Lüks Banyo Tadilatı", price: "Projeyi İncele", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037575.jpg"},
|
||||
{
|
||||
id: "p5", brand: "Best Dekorasyon", name: "Özel Mutfak Dizaynı", price: "Detaylı Bilgi", rating: 5,
|
||||
id: "p5", brand: "Best Dekorasyon", name: "Özel Mutfak Dizaynı", price: "Fiyat Teklifi Al", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/empty-space-prepared-aa-meeting-group-therapy-with-chairs-circle-nobody-room-used-psychotherapy-session-communication-against-acohol-addiction-problems_482257-27421.jpg"},
|
||||
{
|
||||
id: "p6", brand: "Best Dekorasyon", name: "Modern Zemin Kaplama", price: "Detaylı Bilgi", rating: 5,
|
||||
id: "p6", brand: "Best Dekorasyon", name: "Modern Zemin Kaplama", price: "Projeyi İncele", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147502.jpg"},
|
||||
]}
|
||||
title="Uygulama Örnekleri"
|
||||
@@ -204,6 +204,11 @@ export default function LandingPage() {
|
||||
title="Sıkça Sorulan Sorular"
|
||||
description="Tadilat ve dekorasyon sürecine dair sorularınızın yanıtları."
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Hemen Başlayalım", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -259,4 +264,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user