Merge version_1 into main #2
279
src/app/page.tsx
279
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Activity, Award, CheckCircle, Clock, Droplets, Leaf, Smile, Star, TrendingUp, Users, Waves } from "lucide-react";
|
||||
import { Activity, Award, CheckCircle, Clock, Dumbbell, Leaf, Smile, Star, TrendingUp, Users, Waves } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Giriş",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Giriş", id: "hero"},
|
||||
{
|
||||
name: "Hakkında",
|
||||
id: "about",
|
||||
},
|
||||
name: "Hakkında", id: "about"},
|
||||
{
|
||||
name: "Hizmetler",
|
||||
id: "features",
|
||||
},
|
||||
name: "Hizmetler", id: "features"},
|
||||
{
|
||||
name: "Fiyatlar",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Fiyatlar", id: "pricing"},
|
||||
{
|
||||
name: "Yorumlar",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Yorumlar", id: "testimonials"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="ASA Hamam"
|
||||
/>
|
||||
@@ -64,35 +52,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Geleneksel Hamam Deneyimi"
|
||||
description="Bakü'nün kalbinde, bedeninizi ve ruhunuzu dinlendirecek huzurlu bir atmosfer sizi bekliyor."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-simple-spa-banner_1421494-514.jpg?_wi=1",
|
||||
imageAlt: "Lüks Hamam Girişi",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-simple-spa-banner_1421494-514.jpg", imageAlt: "Lüks Hamam Girişi"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-lovely-blonde-female-model-enjoying-spa-with-pink-roses_197531-20793.jpg?_wi=1",
|
||||
imageAlt: "Geleneksel Hamam Tasarımı",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-lovely-blonde-female-model-enjoying-spa-with-pink-roses_197531-20793.jpg", imageAlt: "Geleneksel Hamam Tasarımı"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263565.jpg?_wi=1",
|
||||
imageAlt: "Rahatlatıcı Ortam",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263565.jpg", imageAlt: "Rahatlatıcı Ortam"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829673.jpg",
|
||||
imageAlt: "Huzurlu Köşe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829673.jpg", imageAlt: "Huzurlu Köşe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-essential-oil-bowl_23-2147809203.jpg",
|
||||
imageAlt: "Hamam Detayları",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-essential-oil-bowl_23-2147809203.jpg", imageAlt: "Hamam Detayları"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/running-tracks-empty-health-club_637285-8442.jpg",
|
||||
imageAlt: "Modern Spor Salonu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/running-tracks-empty-health-club_637285-8442.jpg", imageAlt: "Modern Spor Salonu"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -105,19 +80,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Yıllık Deneyim",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Yıllık Deneyim", value: "10+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Mutlu Müşteri",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Mutlu Müşteri", value: "5000+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Puanı",
|
||||
value: "4.9",
|
||||
},
|
||||
label: "Google Puanı", value: "4.9"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -130,79 +99,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Geleneksel Hamam",
|
||||
description: "Geleneksel tekniklerle yapılan hamam keyfi.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-white-woman-sitting-bath-with-rose-petals-drinking-tea-with-eyes-closed-portrait-from-back-inspired-caucasian-female-model-enjoying-coffee-morning-spa_197531-20803.jpg",
|
||||
imageAlt: "Hamam",
|
||||
},
|
||||
title: "Geleneksel Hamam", description: "Geleneksel tekniklerle yapılan hamam keyfi.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-white-woman-sitting-bath-with-rose-petals-drinking-tea-with-eyes-closed-portrait-from-back-inspired-caucasian-female-model-enjoying-coffee-morning-spa_197531-20803.jpg", imageAlt: "Hamam"},
|
||||
items: [
|
||||
{
|
||||
icon: Waves,
|
||||
text: "Kese ve Köpük",
|
||||
},
|
||||
text: "Kese ve Köpük"},
|
||||
{
|
||||
icon: Droplets,
|
||||
text: "Sıcak Buhar",
|
||||
},
|
||||
text: "Sıcak Buhar"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Rahatlama",
|
||||
},
|
||||
text: "Rahatlama"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-simple-spa-banner_1421494-514.jpg?_wi=2",
|
||||
imageAlt: "traditional hammam cleaning process",
|
||||
},
|
||||
{
|
||||
title: "Profesyonel Spor Salonu",
|
||||
description: "Modern ekipmanlarla donatılmış spor alanımız.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-weights-dumbbells-mat-fitness-center-sport-fitness-health_613910-20198.jpg",
|
||||
imageAlt: "Spor Salonu",
|
||||
},
|
||||
title: "Profesyonel Spor Salonu", description: "Modern ekipmanlarla donatılmış spor alanımız.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-weights-dumbbells-mat-fitness-center-sport-fitness-health_613910-20198.jpg", imageAlt: "Spor Salonu"},
|
||||
items: [
|
||||
{
|
||||
icon: Dumbbell,
|
||||
text: "Ağırlık Ekipmanları",
|
||||
},
|
||||
text: "Ağırlık Ekipmanları"},
|
||||
{
|
||||
icon: Activity,
|
||||
text: "Kardiyo",
|
||||
},
|
||||
text: "Kardiyo"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
text: "Eğitim Alanları",
|
||||
},
|
||||
text: "Eğitim Alanları"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-lovely-blonde-female-model-enjoying-spa-with-pink-roses_197531-20793.jpg?_wi=2",
|
||||
imageAlt: "traditional hammam cleaning process",
|
||||
},
|
||||
{
|
||||
title: "Güler Yüzlü Hizmet",
|
||||
description: "Ekibimiz her zaman memnuniyetiniz için çalışır.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196439.jpg",
|
||||
imageAlt: "Personel",
|
||||
},
|
||||
title: "Güler Yüzlü Hizmet", description: "Ekibimiz her zaman memnuniyetiniz için çalışır.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196439.jpg", imageAlt: "Personel"},
|
||||
items: [
|
||||
{
|
||||
icon: Smile,
|
||||
text: "Misafirperverlik",
|
||||
},
|
||||
text: "Misafirperverlik"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Hijyenik Ortam",
|
||||
},
|
||||
text: "Hijyenik Ortam"},
|
||||
{
|
||||
icon: Clock,
|
||||
text: "7/24 Açık",
|
||||
},
|
||||
text: "7/24 Açık"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263565.jpg?_wi=2",
|
||||
imageAlt: "traditional hammam cleaning process",
|
||||
},
|
||||
]}
|
||||
title="Hizmetlerimiz"
|
||||
@@ -217,28 +159,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "11",
|
||||
title: "Yorum",
|
||||
items: [
|
||||
"Gerçek kullanıcı yorumları",
|
||||
],
|
||||
id: "m1", value: "11", title: "Yorum", items: [
|
||||
"Gerçek kullanıcı yorumları"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9",
|
||||
title: "Puan",
|
||||
items: [
|
||||
"Yüksek müşteri memnuniyeti",
|
||||
],
|
||||
id: "m2", value: "4.9", title: "Puan", items: [
|
||||
"Yüksek müşteri memnuniyeti"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Temizlik",
|
||||
items: [
|
||||
"Her gün dezenfekte",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Temizlik", items: [
|
||||
"Her gün dezenfekte"],
|
||||
},
|
||||
]}
|
||||
title="Rakamlarla ASA Hamam"
|
||||
@@ -253,54 +183,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Standart",
|
||||
price: "20 AZN",
|
||||
subtitle: "Hamam Giriş",
|
||||
buttons: [
|
||||
id: "p1", badge: "Standart", price: "20 AZN", subtitle: "Hamam Giriş", buttons: [
|
||||
{
|
||||
text: "Bilgi Al",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Bilgi Al", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Sınırsız Süre",
|
||||
"Özel Kilitli Dolap",
|
||||
],
|
||||
"Sınırsız Süre", "Özel Kilitli Dolap"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Spor",
|
||||
price: "40 AZN",
|
||||
subtitle: "Spor + Hamam",
|
||||
buttons: [
|
||||
id: "p2", badge: "Spor", price: "40 AZN", subtitle: "Spor + Hamam", buttons: [
|
||||
{
|
||||
text: "Üye Ol",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Üye Ol", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Spor Salonu",
|
||||
"Hamam Erişimi",
|
||||
"Duş",
|
||||
],
|
||||
"Spor Salonu", "Hamam Erişimi", "Duş"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Premium",
|
||||
price: "70 AZN",
|
||||
subtitle: "VIP Hamam",
|
||||
buttons: [
|
||||
id: "p3", badge: "Premium", price: "70 AZN", subtitle: "VIP Hamam", buttons: [
|
||||
{
|
||||
text: "Rezervasyon",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Rezervasyon", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Özel Hamam",
|
||||
"Kese ve Köpük Dahil",
|
||||
"Sınırsız İkram",
|
||||
],
|
||||
"Özel Hamam", "Kese ve Köpük Dahil", "Sınırsız İkram"],
|
||||
},
|
||||
]}
|
||||
title="Hizmet Paketlerimiz"
|
||||
@@ -315,45 +219,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Orhan Seferov",
|
||||
handle: "@orhan",
|
||||
testimonial: "Çok güzel ve fiyat olarak çok avantajlı.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg",
|
||||
},
|
||||
id: "t1", name: "Orhan Seferov", handle: "@orhan", testimonial: "Çok güzel ve fiyat olarak çok avantajlı.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Su- As",
|
||||
handle: "@suas",
|
||||
testimonial: "Ela yerdi!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-holding-clipboard-with-smiley-face_23-2148538758.jpg",
|
||||
},
|
||||
id: "t2", name: "Su- As", handle: "@suas", testimonial: "Ela yerdi!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-holding-clipboard-with-smiley-face_23-2148538758.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "İftihar Rasulov",
|
||||
handle: "@iftikhar",
|
||||
testimonial: "Güzel yer, güler yüzlü personel.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg",
|
||||
},
|
||||
id: "t3", name: "İftihar Rasulov", handle: "@iftikhar", testimonial: "Güzel yer, güler yüzlü personel.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ayşe Y.",
|
||||
handle: "@ayse",
|
||||
testimonial: "Hijyen standartları çok yüksek.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-enjoying-coffee_23-2148597001.jpg",
|
||||
},
|
||||
id: "t4", name: "Ayşe Y.", handle: "@ayse", testimonial: "Hijyen standartları çok yüksek.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-enjoying-coffee_23-2148597001.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mehmet A.",
|
||||
handle: "@mehmet",
|
||||
testimonial: "Spor ve hamam bir arada çok rahat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1589.jpg",
|
||||
},
|
||||
id: "t5", name: "Mehmet A.", handle: "@mehmet", testimonial: "Spor ve hamam bir arada çok rahat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1589.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Müşterilerimizden Yorumlar"
|
||||
@@ -367,20 +246,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Çalışma saatleriniz?",
|
||||
content: "06:00 - 00:00 arası açığız.",
|
||||
},
|
||||
id: "q1", title: "Çalışma saatleriniz?", content: "06:00 - 00:00 arası açığız."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Rezervasyon gerekli mi?",
|
||||
content: "VIP paketler için rezervasyon önerilir.",
|
||||
},
|
||||
id: "q2", title: "Rezervasyon gerekli mi?", content: "VIP paketler için rezervasyon önerilir."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Spor salonu dahil mi?",
|
||||
content: "Spor paketlerimizde dahildir.",
|
||||
},
|
||||
id: "q3", title: "Spor salonu dahil mi?", content: "Spor paketlerimizde dahildir."},
|
||||
]}
|
||||
title="Sıkça Sorulan Sorular"
|
||||
description="Hizmetlerimizle ilgili merak ettikleriniz."
|
||||
@@ -392,14 +262,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Bize Ulaşın: 050 355 09 02. Adres: 14 Ramiz Gambarov St, Bakü"
|
||||
buttons={[
|
||||
{
|
||||
text: "Yol Tarifi",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Yol Tarifi", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -409,29 +276,19 @@ export default function LandingPage() {
|
||||
logoText="ASA Hamam"
|
||||
columns={[
|
||||
{
|
||||
title: "Hızlı Erişim",
|
||||
items: [
|
||||
title: "Hızlı Erişim", items: [
|
||||
{
|
||||
label: "Giriş",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Giriş", href: "#hero"},
|
||||
{
|
||||
label: "Hizmetler",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Hizmetler", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
title: "İletişim", items: [
|
||||
{
|
||||
label: "Tel: 050 355 09 02",
|
||||
href: "tel:0503550902",
|
||||
},
|
||||
label: "Tel: 050 355 09 02", href: "tel:0503550902"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user