Merge version_1 into main #2
@@ -78,27 +78,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Zeynep Taşkıran", handle: "Düzenli Müşteri", testimonial: "2 yıldır düzenli olarak geliyorum. Araçlarım her zaman özenle temizleniyor. Bahçeşehir'de başka gitmiyorum.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg?_wi=1", imageAlt: "Zeynep Taşkıran"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg", imageAlt: "Zeynep Taşkıran"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Caner Can", handle: "Müşteri", testimonial: "Bahçeşehir'in en iyi oto yıkamalarından biri. Seramik kaplama işlemi çok başarılı oldu. Kalite ve fiyat dengesi harika.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg?_wi=2", imageAlt: "Caner Can"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg", imageAlt: "Caner Can"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Sertan Küçük", handle: "Müşteri", testimonial: "Geç saat olmasına rağmen dükkânı açıp aracımı detaylı şekilde yıkadılar. Müşteri memnuniyeti gerçekten önemli onlar için.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg?_wi=3", imageAlt: "Sertan Küçük"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg", imageAlt: "Sertan Küçük"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Ali Kaya", handle: "Müşteri", testimonial: "Profesyonel ekip, temiz ortam ve kaliteli malzeme kullanıyor. Araçlarımı rahatça teslim edebiliyorum.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg?_wi=4", imageAlt: "Ali Kaya"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg", imageAlt: "Ali Kaya"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", name: "Fatih Yılmaz", handle: "Kurucu", testimonial: "Yılların tecrübesi ve müşteri memnuniyetine verdiğimiz önem sayesinde Bahçeşehir'in güvenilen oto yıkaması olduk.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg?_wi=5", imageAlt: "Fatih Yılmaz"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg", imageAlt: "Fatih Yılmaz"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", name: "Sinem Demir", handle: "Müşteri", testimonial: "Lüks araçlarımı en iyi ellere teslim edebiliyorum. Titiz çalışmaları ve detaylı bakımları harikaydı.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg?_wi=6", imageAlt: "Sinem Demir"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27341.jpg", imageAlt: "Sinem Demir"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
@@ -108,8 +108,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-20"
|
||||
containerClassName="bg-gradient-to-b from-[var(--background)] to-[var(--background-accent)]/10"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]"
|
||||
descriptionClassName="text-lg text-[var(--foreground)]/70"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]"
|
||||
textBoxDescriptionClassName="text-lg text-[var(--foreground)]/70"
|
||||
cardClassName="bg-[var(--card)] border border-[var(--accent)]/20 rounded-lg p-8"
|
||||
nameClassName="text-lg font-semibold text-[var(--primary-cta)]"
|
||||
handleClassName="text-sm text-[var(--foreground)]/60"
|
||||
@@ -161,9 +161,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="py-20"
|
||||
containerClassName="bg-[var(--background)]"
|
||||
titleClassName="text-4xl font-bold text-[var(--foreground)]"
|
||||
descriptionClassName="text-lg text-[var(--foreground)]/70"
|
||||
tagClassName="text-[var(--primary-cta)] font-semibold"
|
||||
textBoxTitleClassName="text-4xl font-bold text-[var(--foreground)]"
|
||||
textBoxDescriptionClassName="text-lg text-[var(--foreground)]/70"
|
||||
textBoxTagClassName="text-[var(--primary-cta)] font-semibold"
|
||||
cardClassName="bg-[var(--card)] border border-[var(--accent)]/20 rounded-lg p-6 hover:border-[var(--primary-cta)]/50 transition-all"
|
||||
cardTitleClassName="text-xl font-bold text-[var(--foreground)] mb-4"
|
||||
itemTextClassName="text-[var(--foreground)]/70 flex items-start gap-3"
|
||||
@@ -197,13 +197,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "before-after-1", name: "Detaylı Yıkama Sonrası", price: "İşlem Tamamlandı", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15179.jpg?_wi=1", imageAlt: "Temiz ve parlak araç"
|
||||
id: "before-after-1", name: "Detaylı Yıkama Sonrası", price: "İşlem Tamamlandı", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15179.jpg", imageAlt: "Temiz ve parlak araç"
|
||||
},
|
||||
{
|
||||
id: "before-after-2", name: "Seramik Kaplama Uygulaması", price: "Koruma Garantili", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15179.jpg?_wi=2", imageAlt: "Seramik kaplanmış araç"
|
||||
id: "before-after-2", name: "Seramik Kaplama Uygulaması", price: "Koruma Garantili", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15179.jpg", imageAlt: "Seramik kaplanmış araç"
|
||||
},
|
||||
{
|
||||
id: "before-after-3", name: "Cila ve Parlatma", price: "Parlak Bitir", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15179.jpg?_wi=3", imageAlt: "Cilalı ve parlak araç"
|
||||
id: "before-after-3", name: "Cila ve Parlatma", price: "Parlak Bitir", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15179.jpg", imageAlt: "Cilalı ve parlak araç"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -213,9 +213,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-20"
|
||||
containerClassName="bg-[var(--background)]"
|
||||
titleClassName="text-4xl font-bold text-[var(--foreground)]"
|
||||
descriptionClassName="text-lg text-[var(--foreground)]/70"
|
||||
tagClassName="text-[var(--primary-cta)] font-semibold"
|
||||
textBoxTitleClassName="text-4xl font-bold text-[var(--foreground)]"
|
||||
textBoxDescriptionClassName="text-lg text-[var(--foreground)]/70"
|
||||
textBoxTagClassName="text-[var(--primary-cta)] font-semibold"
|
||||
cardClassName="bg-[var(--card)] rounded-lg overflow-hidden border border-[var(--accent)]/20"
|
||||
cardNameClassName="text-lg font-semibold text-[var(--foreground)]"
|
||||
imageClassName="w-full h-full object-cover"
|
||||
|
||||
Reference in New Issue
Block a user