Merge version_1 into main #2
168
src/app/page.tsx
168
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Anasayfa", id: "hero"},
|
||||
{
|
||||
name: "Hizmetler",
|
||||
id: "hizmetlerimiz",
|
||||
},
|
||||
name: "Hizmetler", id: "hizmetlerimiz"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "hakkimizda",
|
||||
},
|
||||
name: "Hakkımızda", id: "hakkimizda"},
|
||||
{
|
||||
name: "Yorumlar",
|
||||
id: "yorumlar",
|
||||
},
|
||||
name: "Yorumlar", id: "yorumlar"},
|
||||
]}
|
||||
brandName="Arden Beauty"
|
||||
/>
|
||||
@@ -58,11 +50,9 @@ export default function LandingPage() {
|
||||
description="Doğal Güzelliğinize Uzman Dokunuşu. Yüzünüzün doğal formunu bozmadan, en iyi halinizi ortaya çıkarıyoruz. Kaş tasarımı ve profesyonel bakımda güvenin adresi."
|
||||
buttons={[
|
||||
{
|
||||
text: "Hemen Randevu Al",
|
||||
href: "https://wa.me/905062486547",
|
||||
},
|
||||
text: "Hemen Randevu Al", href: "https://wa.me/905062486547"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-wood-flooring-generated-by-ai_188544-36597.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-wood-flooring-generated-by-ai_188544-36597.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,9 +61,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="O Koltuğa Gönül Rahatlığıyla Oturun"
|
||||
description={[
|
||||
"Biliyoruz, özellikle kaş ve yüz işlemlerinde önceki kötü tecrübeler sizi korkutuyor olabilir. Arden Beauty'de kurucumuz Münevver Karabulut ve profesyonel ekibimiz, sizi kalpten dinler.",
|
||||
"Standart şablonlar değil, yüzünüzün doğal yapısına en uygun, kişiselleştirilmiş tasarımlar yapıyoruz. Sizin en iyi versiyonunuzu ortaya çıkarmak için buradayız.",
|
||||
]}
|
||||
"Biliyoruz, özellikle kaş ve yüz işlemlerinde önceki kötü tecrübeler sizi korkutuyor olabilir. Arden Beauty'de kurucumuz Münevver Karabulut ve profesyonel ekibimiz, sizi kalpten dinler.", "Standart şablonlar değil, yüzünüzün doğal yapısına en uygun, kişiselleştirilmiş tasarımlar yapıyoruz. Sizin en iyi versiyonunuzu ortaya çıkarmak için buradayız."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,64 +72,46 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Kaş & Kirpik Uzmanlığı",
|
||||
description: "İnceltilmeden, doğal formunu koruyan kaş tasarımı.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-eye-shadow_23-2148398523.jpg",
|
||||
title: "Kaş & Kirpik Uzmanlığı", description: "İnceltilmeden, doğal formunu koruyan kaş tasarımı.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-eye-shadow_23-2148398523.jpg", imageAlt: "natural microblading eyebrows closeup"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Microblading",
|
||||
},
|
||||
text: "Microblading"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Kirpik Lifting",
|
||||
},
|
||||
text: "Kirpik Lifting"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-wood-flooring-generated-by-ai_188544-36597.jpg?_wi=2",
|
||||
imageAlt: "natural microblading eyebrows closeup",
|
||||
},
|
||||
{
|
||||
title: "Makyaj & Cilt Bakımı",
|
||||
description: "Kalıcı makyaj ve uzman cilt yenileme teknikleri.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-cosmetologist-making-facial-treatment-beautiful-woma_158595-4588.jpg",
|
||||
title: "Makyaj & Cilt Bakımı", description: "Kalıcı makyaj ve uzman cilt yenileme teknikleri.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-cosmetologist-making-facial-treatment-beautiful-woma_158595-4588.jpg", imageAlt: "skincare treatment professional procedure"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Kalıcı Makyaj",
|
||||
},
|
||||
text: "Kalıcı Makyaj"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Profesyonel Bakım",
|
||||
},
|
||||
text: "Profesyonel Bakım"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools_23-2148013407.jpg",
|
||||
imageAlt: "natural microblading eyebrows closeup",
|
||||
},
|
||||
{
|
||||
title: "Saç & Tırnak",
|
||||
description: "El ve tırnak sağlığı, profesyonel saç dokunuşları.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-professional-manicurist-hands-doing-manicure-salon_176420-55212.jpg",
|
||||
title: "Saç & Tırnak", description: "El ve tırnak sağlığı, profesyonel saç dokunuşları.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-professional-manicurist-hands-doing-manicure-salon_176420-55212.jpg", imageAlt: "luxury manicure aesthetic salon"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Manikür & Pedikür",
|
||||
},
|
||||
text: "Manikür & Pedikür"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Kalıcı Oje",
|
||||
},
|
||||
text: "Kalıcı Oje"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
imageAlt: "natural microblading eyebrows closeup",
|
||||
},
|
||||
]}
|
||||
title="Hizmetlerimiz"
|
||||
@@ -157,25 +127,15 @@ export default function LandingPage() {
|
||||
author="Farah B."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
alt: "Farah B.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Farah B."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
alt: "Dilek K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", alt: "Dilek K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
alt: "Neslihan C.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", alt: "Neslihan C."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coronavirus-vaccination-campaign-concept-happy-healthy-girl-showing-shoulder-with-patch-after-getting-vaccine-from-covid-yellow-background_1258-300964.jpg",
|
||||
alt: "Merve T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coronavirus-vaccination-campaign-concept-happy-healthy-girl-showing-shoulder-with-patch-after-getting-vaccine-from-covid-yellow-background_1258-300964.jpg", alt: "Merve T."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-defocused-orchids_23-2148385883.jpg",
|
||||
alt: "Ayşe Y.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-defocused-orchids_23-2148385883.jpg", alt: "Ayşe Y."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -187,10 +147,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Seyrantepe",
|
||||
"Kağıthane",
|
||||
"İstanbul",
|
||||
]}
|
||||
"Seyrantepe", "Kağıthane", "İstanbul"]}
|
||||
title="Konumumuz"
|
||||
description="Bize kolayca ulaşın."
|
||||
/>
|
||||
@@ -204,59 +161,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Arden",
|
||||
name: "Çalışma 1",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-young-girl-with-perfect-clean-skin-alstroemeria-petals-looking-camera-white-background-facial-treatment-beauty-spa_176420-14109.jpg",
|
||||
},
|
||||
id: "1", brand: "Arden", name: "Çalışma 1", price: "", rating: 5,
|
||||
reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-young-girl-with-perfect-clean-skin-alstroemeria-petals-looking-camera-white-background-facial-treatment-beauty-spa_176420-14109.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Arden",
|
||||
name: "Çalışma 2",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-smooth-healthy-skin-towel-head-sensually-posing-camera-isolated-beauty-concept_574295-4504.jpg",
|
||||
},
|
||||
id: "2", brand: "Arden", name: "Çalışma 2", price: "", rating: 5,
|
||||
reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-smooth-healthy-skin-towel-head-sensually-posing-camera-isolated-beauty-concept_574295-4504.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Arden",
|
||||
name: "Çalışma 3",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-using-phone-blue_140725-24236.jpg",
|
||||
},
|
||||
id: "3", brand: "Arden", name: "Çalışma 3", price: "", rating: 5,
|
||||
reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-using-phone-blue_140725-24236.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Arden",
|
||||
name: "Çalışma 4",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16382.jpg",
|
||||
},
|
||||
id: "4", brand: "Arden", name: "Çalışma 4", price: "", rating: 5,
|
||||
reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16382.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Arden",
|
||||
name: "Çalışma 5",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-going-through-microblading-treatment_23-2149103156.jpg",
|
||||
},
|
||||
id: "5", brand: "Arden", name: "Çalışma 5", price: "", rating: 5,
|
||||
reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/female-going-through-microblading-treatment_23-2149103156.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Arden",
|
||||
name: "Çalışma 6",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334237.jpg",
|
||||
},
|
||||
id: "6", brand: "Arden", name: "Çalışma 6", price: "", rating: 5,
|
||||
reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334237.jpg"},
|
||||
]}
|
||||
title="Sosyal Medya"
|
||||
description="Bizi Instagram'da takip edin."
|
||||
@@ -267,8 +188,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Randevu"
|
||||
title="Bize Ulaşın"
|
||||
description="Seyrantepe Mahallesi Çiğdem Sokak No: 8A, Kağıthane, İstanbul adresinde sizi bekliyoruz."
|
||||
@@ -279,16 +199,16 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Arden Beauty"
|
||||
leftLink={{
|
||||
text: "İletişim",
|
||||
href: "tel:+905062486547",
|
||||
}}
|
||||
text: "İletişim", href: "tel:+905062486547"}}
|
||||
rightLink={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/905062486547",
|
||||
}}
|
||||
text: "WhatsApp", href: "https://wa.me/905062486547"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user