Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 211dbee64a | |||
| f343915346 | |||
| 37d4d7013e | |||
| 369bcabf9d | |||
| 882389b1e6 | |||
| b74f4b1b56 |
360
src/app/page.tsx
360
src/app/page.tsx
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="none"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
@@ -32,35 +32,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Hakkımızda", id: "#about"},
|
||||
{
|
||||
name: "Deneyimler",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Deneyimler", id: "#features"},
|
||||
{
|
||||
name: "Odalar",
|
||||
id: "#rooms",
|
||||
},
|
||||
name: "Odalar", id: "#rooms"},
|
||||
{
|
||||
name: "Galeri",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Galeri", id: "#gallery"},
|
||||
{
|
||||
name: "Yorumlar",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Yorumlar", id: "#testimonials"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "İletişim", id: "#contact"},
|
||||
]}
|
||||
brandName="Otel 111"
|
||||
button={{
|
||||
text: "Rezervasyon Yap",
|
||||
href: "https://wa.me/905413435705",
|
||||
}}
|
||||
text: "Rezervasyon Yap", href: "tel:+905413435705"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,45 +54,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Urla’nın Huzurlu Tarafını Keşfedin"
|
||||
description="Doğal dokular, sıcak misafirperverlik ve butik konaklama anlayışıyla tasarlanmış özel bir Urla deneyimi."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp ile İletişime Geç",
|
||||
href: "https://wa.me/905413435705",
|
||||
},
|
||||
text: "WhatsApp ile İletişime Geç", href: "tel:+905413435705"},
|
||||
{
|
||||
text: "Konumu Gör",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Konumu Gör", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-silhouette-umbrella-chair-around-resort-sunrise-time_74190-7910.jpg",
|
||||
imageAlt: "Otel 111 Urla'nın havadan görünümü",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-silhouette-umbrella-chair-around-resort-sunrise-time_74190-7910.jpg", imageAlt: "Otel 111 Urla'nın havadan görünümü"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-female-glasses-lying-wooden-table_197531-21031.jpg",
|
||||
imageAlt: "Otel 111'in huzurlu avlusu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-female-glasses-lying-wooden-table_197531-21031.jpg", imageAlt: "Otel 111'in huzurlu avlusu"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamlike-surrealistic-landscape-purplish-tones_23-2150505356.jpg",
|
||||
imageAlt: "Otel 111 açık yüzme havuzu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamlike-surrealistic-landscape-purplish-tones_23-2150505356.jpg", imageAlt: "Otel 111 açık yüzme havuzu"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929565.jpg",
|
||||
imageAlt: "Otel 111 lüks oda içi",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929565.jpg", imageAlt: "Otel 111 lüks oda içi"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-sea-resort-night_1385-2743.jpg",
|
||||
imageAlt: "Otel 111 gün batımı manzarası",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-sea-resort-night_1385-2743.jpg", imageAlt: "Otel 111 gün batımı manzarası"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-ceremony-venue-with-floral-decorations_23-2151978933.jpg",
|
||||
imageAlt: "Otel 111 karşılama alanı",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-ceremony-venue-with-floral-decorations_23-2151978933.jpg", imageAlt: "Otel 111 karşılama alanı"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -117,8 +86,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Hikayemiz"
|
||||
title="Otel 111: Urla'da Ev Sıcaklığında Bir Butik Cennet"
|
||||
description="Urla'nın sakin atmosferinde, Ege'nin ruhunu yansıtan Otel 111, misafirlerine ev sıcaklığında bir konaklama deneyimi sunuyor. Misafir memnuniyetini ön planda tutan hizmet anlayışımızla, temizlik ve konforu bir arada bulacağınız özel bir kaçış noktası yarattık."
|
||||
subdescription="Merkezi konumumuz sayesinde Urla'nın eşsiz plajlarına, meşhur gurme restoranlarına ve hareketli yaşamına kolayca ulaşabilir, şehrin otantik dokusunu keşfedebilirsiniz. Otel 111, Urla'da unutulmaz anılar biriktirmek isteyenler için ideal bir başlangıç noktası."
|
||||
description="Ege’nin huzurunu modern konforla buluşturan Otel 111, Urla’da sıcak ve unutulmaz bir konaklama deneyimi sunuyor."
|
||||
subdescription="Merkezi konumuyla Otel 111, Urla’nın plajlarına, seçkin restoranlarına ve Ege’nin eşsiz yaşam tarzına kolay erişim sunar."
|
||||
icon={Home}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/businessman-arriving-hotel-lobby_482257-90552.jpg?id=234108747"
|
||||
imageAlt="Otel 111'in sıcak ve davetkar ortak alanı"
|
||||
@@ -132,41 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Açık Havuz Keyfi",
|
||||
description: "Güneşin tadını çıkarabileceğiniz serinletici açık havuzumuzda rahatlayın.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-relax-smile-leisure-vacation-around-swimming-pool-resort-hotel_74190-14519.jpg",
|
||||
imageAlt: "Otel 111 açık havuz",
|
||||
},
|
||||
title: "Açık Havuz Keyfi", description: "Güneşin tadını çıkarabileceğiniz serinletici açık havuzumuzda rahatlayın.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-relax-smile-leisure-vacation-around-swimming-pool-resort-hotel_74190-14519.jpg", imageAlt: "Otel 111 açık havuz"},
|
||||
{
|
||||
title: "Huzurlu Bahçe ve Avlu",
|
||||
description: "Akdeniz bitkileriyle çevrili, dinlenmeye davet eden avlu ve bahçe alanlarımız.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg",
|
||||
imageAlt: "Otel 111'in huzurlu avlusu",
|
||||
},
|
||||
title: "Huzurlu Bahçe ve Avlu", description: "Akdeniz bitkileriyle çevrili, dinlenmeye davet eden avlu ve bahçe alanlarımız.", imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg", imageAlt: "Otel 111'in huzurlu avlusu"},
|
||||
{
|
||||
title: "Ege Kahvaltısı",
|
||||
description: "Güne Urla'nın yerel lezzetleriyle hazırlanan zengin bir kahvaltıyla başlayın.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floating-breakfast-amazing-hotel-villa-blue-swimming-pool_343596-1129.jpg",
|
||||
imageAlt: "Otel 111 kahvaltı tabağı",
|
||||
},
|
||||
title: "Ege Kahvaltısı", description: "Güne Urla'nın yerel lezzetleriyle hazırlanan zengin bir kahvaltıyla başlayın.", imageSrc: "http://img.b2bpic.net/free-photo/floating-breakfast-amazing-hotel-villa-blue-swimming-pool_343596-1129.jpg", imageAlt: "Otel 111 kahvaltı tabağı"},
|
||||
{
|
||||
title: "Evcil Hayvan Dostu Konaklama",
|
||||
description: "Sevimli dostlarınızla birlikte huzurlu bir tatil geçirebilirsiniz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-goat-near-farmer_23-2149140371.jpg",
|
||||
imageAlt: "Otel 111 evcil hayvan dostu alan",
|
||||
},
|
||||
title: "Evcil Hayvan Dostu Konaklama", description: "Sevimli dostlarınızla birlikte huzurlu bir tatil geçirebilirsiniz.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-goat-near-farmer_23-2149140371.jpg", imageAlt: "Otel 111 evcil hayvan dostu alan"},
|
||||
{
|
||||
title: "Urla Sahilleri ve Bağları",
|
||||
description: "Otelimize yakın mesafedeki eşsiz Urla sahillerini ve şarap bağlarını keşfedin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11174.jpg",
|
||||
imageAlt: "Urla sahil ve üzüm bağları",
|
||||
},
|
||||
title: "Urla Sahilleri ve Bağları", description: "Otelimize yakın mesafedeki eşsiz Urla sahillerini ve şarap bağlarını keşfedin.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11174.jpg", imageAlt: "Urla sahil ve üzüm bağları"},
|
||||
{
|
||||
title: "Merkezi Konum Avantajı",
|
||||
description: "Urla merkezine yürüme mesafesinde, restoranlara ve sanat galerilerine yakınlık.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulations-party_23-2147640652.jpg",
|
||||
imageAlt: "Urla şehir merkezinden bir sokak",
|
||||
},
|
||||
title: "Merkezi Konum Avantajı", description: "Urla merkezine yürüme mesafesinde, restoranlara ve sanat galerilerine yakınlık.", imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulations-party_23-2147640652.jpg", imageAlt: "Urla şehir merkezinden bir sokak"},
|
||||
]}
|
||||
title="Sakinliğin ve Keşfin Buluştuğu Nokta"
|
||||
description="Otel 111'de Ege'nin dinginliğini ve Urla'nın canlı atmosferini bir arada deneyimleyin. Her detayı özenle tasarlanmış mekanlarımızda huzur bulurken, çevrenin sunduğu ayrıcalıklarla tatilinizi zenginleştirin."
|
||||
@@ -182,47 +127,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "std-1",
|
||||
name: "Standart Oda",
|
||||
price: "Huzurlu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-entrance-with-furniture-modern-decor_23-2150831965.jpg",
|
||||
imageAlt: "Otel 111 standart oda",
|
||||
},
|
||||
id: "std-1", name: "Standart Oda", price: "Huzurlu", imageSrc: "http://img.b2bpic.net/free-photo/home-entrance-with-furniture-modern-decor_23-2150831965.jpg", imageAlt: "Otel 111 standart oda"},
|
||||
{
|
||||
id: "std-2",
|
||||
name: "Standart Oda",
|
||||
price: "Konforlu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-decoration-interior-bedroom_74190-11125.jpg",
|
||||
imageAlt: "Otel 111 standart oda dekor",
|
||||
},
|
||||
id: "std-2", name: "Standart Oda", price: "Konforlu", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-decoration-interior-bedroom_74190-11125.jpg", imageAlt: "Otel 111 standart oda dekor"},
|
||||
{
|
||||
id: "dlx-1",
|
||||
name: "Deluxe Oda",
|
||||
price: "Geniş",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1438.jpg",
|
||||
imageAlt: "Otel 111 deluxe oda",
|
||||
},
|
||||
id: "dlx-1", name: "Deluxe Oda", price: "Geniş", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1438.jpg", imageAlt: "Otel 111 deluxe oda"},
|
||||
{
|
||||
id: "dlx-2",
|
||||
name: "Deluxe Oda",
|
||||
price: "Şık",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
|
||||
imageAlt: "Otel 111 deluxe oda manzara",
|
||||
},
|
||||
id: "dlx-2", name: "Deluxe Oda", price: "Şık", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Otel 111 deluxe oda manzara"},
|
||||
{
|
||||
id: "fam-1",
|
||||
name: "Aile Odası",
|
||||
price: "Ferahlatan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-chill-bedroom-hotel_1150-10902.jpg",
|
||||
imageAlt: "Otel 111 aile odası",
|
||||
},
|
||||
id: "fam-1", name: "Aile Odası", price: "Ferahlatan", imageSrc: "http://img.b2bpic.net/free-photo/luxury-chill-bedroom-hotel_1150-10902.jpg", imageAlt: "Otel 111 aile odası"},
|
||||
{
|
||||
id: "fam-2",
|
||||
name: "Aile Odası",
|
||||
price: "Sakin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-playing-with-baby-bed-home_23-2147923034.jpg",
|
||||
imageAlt: "Otel 111 aile odası iç mekan",
|
||||
},
|
||||
id: "fam-2", name: "Aile Odası", price: "Sakin", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-playing-with-baby-bed-home_23-2147923034.jpg", imageAlt: "Otel 111 aile odası iç mekan"},
|
||||
]}
|
||||
title="Rüya Gibi Bir Konaklama Deneyimi"
|
||||
description="Her biri özenle dekore edilmiş odalarımızda konfor ve estetiği bir arada yaşayın. Urla'nın huzurunu odanızın sıcaklığında hissedin."
|
||||
@@ -239,71 +154,17 @@ export default function LandingPage() {
|
||||
description="Otel 111 ve Urla'nın benzersiz atmosferinden seçkilerle dolu galerimizi keşfedin. Ege'nin doğal güzellikleri ve otelimizin sıcak dokusu bir arada."
|
||||
blogs={[
|
||||
{
|
||||
id: "gal-1",
|
||||
category: "Mimari",
|
||||
title: "Akdeniz Mimarisi Detayları",
|
||||
excerpt: "Otelimizin özgün ve doğal mimari dokunuşları.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-structural-building-city_23-2148798605.jpg",
|
||||
imageAlt: "Otel 111 dış cephe detayı",
|
||||
authorName: "Otel 111",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "gal-1", category: "Mimari", title: "Akdeniz Mimarisi Detayları", excerpt: "Otelimizin özgün ve doğal mimari dokunuşları.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-structural-building-city_23-2148798605.jpg", imageAlt: "Otel 111 dış cephe detayı", authorName: "Otel 111", authorAvatar: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg", date: "2024"},
|
||||
{
|
||||
id: "gal-2",
|
||||
category: "Havuz",
|
||||
title: "Serinletici Havuz Keyfi",
|
||||
excerpt: "Güneşin ve suyun tadını çıkarın.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-leisure-around-outdoor-swimming-pool-with-sea_74190-14074.jpg",
|
||||
imageAlt: "Otel 111 havuz alanı",
|
||||
authorName: "Otel 111",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "gal-2", category: "Havuz", title: "Serinletici Havuz Keyfi", excerpt: "Güneşin ve suyun tadını çıkarın.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-leisure-around-outdoor-swimming-pool-with-sea_74190-14074.jpg", imageAlt: "Otel 111 havuz alanı", authorName: "Otel 111", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", date: "2024"},
|
||||
{
|
||||
id: "gal-3",
|
||||
category: "Ortak Alanlar",
|
||||
title: "Sıcak ve Davetkar Mekanlar",
|
||||
excerpt: "Keyifli anlar geçireceğiniz ortak alanlarımız.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-curtains-perfect-spot-relaxing-from-beach-sun_181624-13745.jpg",
|
||||
imageAlt: "Otel 111 ortak alanı",
|
||||
authorName: "Otel 111",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/couple-marking-selfie-near-amazing-lake-mountains-view-wearing-stylish-clothes-accessories-playful-happy-atmosphere_291049-2412.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "gal-3", category: "Ortak Alanlar", title: "Sıcak ve Davetkar Mekanlar", excerpt: "Keyifli anlar geçireceğiniz ortak alanlarımız.", imageSrc: "http://img.b2bpic.net/free-photo/scenery-curtains-perfect-spot-relaxing-from-beach-sun_181624-13745.jpg", imageAlt: "Otel 111 ortak alanı", authorName: "Otel 111", authorAvatar: "http://img.b2bpic.net/free-photo/couple-marking-selfie-near-amazing-lake-mountains-view-wearing-stylish-clothes-accessories-playful-happy-atmosphere_291049-2412.jpg", date: "2024"},
|
||||
{
|
||||
id: "gal-4",
|
||||
category: "Kahvaltı",
|
||||
title: "Ege'den Sofranıza",
|
||||
excerpt: "Yerel lezzetlerle dolu enfes kahvaltımız.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-tomatoes-onions-greens_140725-8107.jpg",
|
||||
imageAlt: "Otel 111 kahvaltı masası",
|
||||
authorName: "Otel 111",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/attractive-happy-woman-dress-with-thumb-up_23-2148054926.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "gal-4", category: "Kahvaltı", title: "Ege'den Sofranıza", excerpt: "Yerel lezzetlerle dolu enfes kahvaltımız.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-tomatoes-onions-greens_140725-8107.jpg", imageAlt: "Otel 111 kahvaltı masası", authorName: "Otel 111", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-happy-woman-dress-with-thumb-up_23-2148054926.jpg", date: "2024"},
|
||||
{
|
||||
id: "gal-5",
|
||||
category: "Odalar",
|
||||
title: "Huzur Dolu Odalar",
|
||||
excerpt: "Her detayı özenle tasarlanmış odalarımızın manzarası.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497253.jpg",
|
||||
imageAlt: "Otel 111 oda manzarası",
|
||||
authorName: "Otel 111",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "gal-5", category: "Odalar", title: "Huzur Dolu Odalar", excerpt: "Her detayı özenle tasarlanmış odalarımızın manzarası.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497253.jpg", imageAlt: "Otel 111 oda manzarası", authorName: "Otel 111", authorAvatar: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", date: "2024"},
|
||||
{
|
||||
id: "gal-6",
|
||||
category: "Urla Keşif",
|
||||
title: "Urla'nın Eşsiz Bağları",
|
||||
excerpt: "Şarap bağları ve doğal güzellikleriyle Urla.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-picking-grapes-spending-time-vineyard_23-2151638411.jpg",
|
||||
imageAlt: "Urla şarap bağları",
|
||||
authorName: "Otel 111",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13321.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "gal-6", category: "Urla Keşif", title: "Urla'nın Eşsiz Bağları", excerpt: "Şarap bağları ve doğal güzellikleriyle Urla.", imageSrc: "http://img.b2bpic.net/free-photo/person-picking-grapes-spending-time-vineyard_23-2151638411.jpg", imageAlt: "Urla şarap bağları", authorName: "Otel 111", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13321.jpg", date: "2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -314,65 +175,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Ayşe Yılmaz",
|
||||
date: "23.05.2024",
|
||||
title: "Harika Bir Konaklama!",
|
||||
quote: "Kendimizi evimizde hissettik, temizlik ve ilgi mükemmeldi. Urla'da tekrar tercih edeceğimiz bir yer.",
|
||||
tag: "Google Reviews ⭐ 4.6",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-339.jpg",
|
||||
avatarAlt: "Ayşe Yılmaz fotoğrafı",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-with-sea-view_1203-7443.jpg",
|
||||
imageAlt: "Otel içi bir köşe",
|
||||
},
|
||||
id: "test-1", name: "Ayşe Yılmaz", date: "23.05.2024", title: "Harika Bir Konaklama!", quote: "Kendimizi evimizde hissettik, temizlik ve ilgi mükemmeldi. Urla'da tekrar tercih edeceğimiz bir yer.", tag: "Google Reviews ⭐ 4.6", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-339.jpg", avatarAlt: "Ayşe Yılmaz fotoğrafı", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-with-sea-view_1203-7443.jpg", imageAlt: "Otel içi bir köşe"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Can Demir",
|
||||
date: "18.04.2024",
|
||||
title: "Büyüleyici Atmosfer",
|
||||
quote: "Sıcak ve samimi bir atmosfer, konforlu odalar ve harika bir kahvaltı ile Otel 111 bizi büyüledi.",
|
||||
tag: "Google Reviews ⭐ 4.6",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
|
||||
avatarAlt: "Can Demir fotoğrafı",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxes-leisure-around-swimming-pool_74190-11526.jpg",
|
||||
imageAlt: "Oda manzarası",
|
||||
},
|
||||
id: "test-2", name: "Can Demir", date: "18.04.2024", title: "Büyüleyici Atmosfer", quote: "Sıcak ve samimi bir atmosfer, konforlu odalar ve harika bir kahvaltı ile Otel 111 bizi büyüledi.", tag: "Google Reviews ⭐ 4.6", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", avatarAlt: "Can Demir fotoğrafı", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxes-leisure-around-swimming-pool_74190-11526.jpg", imageAlt: "Oda manzarası"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Elif Kara",
|
||||
date: "10.03.2024",
|
||||
title: "Urla'da Kaçış Noktası",
|
||||
quote: "Urla merkezine yakınlığı ve huzurlu bahçesiyle tam bir kaçış noktası. Herkese tavsiye ederim.",
|
||||
tag: "Google Reviews ⭐ 4.6",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-happy-young-hipster-wearing-backpack-baseball-cap-taking-self-portrait-smiling-looking-away-handsome-traveler-walking-along-country-road_273609-1603.jpg",
|
||||
avatarAlt: "Elif Kara fotoğrafı",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-positive-smiling-woman-summer-flying-dress-natural-day-light-villa-terrace-enjoying-beautiful-vacation-outdoor-sofa-with-pillows-tropical_343596-1131.jpg",
|
||||
imageAlt: "Bahçe oturma alanı",
|
||||
},
|
||||
id: "test-3", name: "Elif Kara", date: "10.03.2024", title: "Urla'da Kaçış Noktası", quote: "Urla merkezine yakınlığı ve huzurlu bahçesiyle tam bir kaçış noktası. Herkese tavsiye ederim.", tag: "Google Reviews ⭐ 4.6", avatarSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-happy-young-hipster-wearing-backpack-baseball-cap-taking-self-portrait-smiling-looking-away-handsome-traveler-walking-along-country-road_273609-1603.jpg", avatarAlt: "Elif Kara fotoğrafı", imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-positive-smiling-woman-summer-flying-dress-natural-day-light-villa-terrace-enjoying-beautiful-vacation-outdoor-sofa-with-pillows-tropical_343596-1131.jpg", imageAlt: "Bahçe oturma alanı"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "Deniz Akın",
|
||||
date: "05.02.2024",
|
||||
title: "İlgili Personel",
|
||||
quote: "Otel personeli çok ilgili ve güler yüzlüydü. Tekrar ziyaret etmek için sabırsızlanıyoruz.",
|
||||
tag: "Google Reviews ⭐ 4.6",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg",
|
||||
avatarAlt: "Deniz Akın fotoğrafı",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed-with-blueberries-cereal-tray_23-2148797063.jpg",
|
||||
imageAlt: "Kahvaltı detayı",
|
||||
},
|
||||
id: "test-4", name: "Deniz Akın", date: "05.02.2024", title: "İlgili Personel", quote: "Otel personeli çok ilgili ve güler yüzlüydü. Tekrar ziyaret etmek için sabırsızlanıyoruz.", tag: "Google Reviews ⭐ 4.6", avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", avatarAlt: "Deniz Akın fotoğrafı", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed-with-blueberries-cereal-tray_23-2148797063.jpg", imageAlt: "Kahvaltı detayı"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Burak Öz",
|
||||
date: "29.01.2024",
|
||||
title: "Ege'nin Enerjisi",
|
||||
quote: "Ege'nin o eşsiz enerjisini otelin her köşesinde hissettik. Tam anlamıyla butik bir deneyim.",
|
||||
tag: "Google Reviews ⭐ 4.6",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
|
||||
avatarAlt: "Burak Öz fotoğrafı",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-old-city-logrono_1398-4850.jpg",
|
||||
imageAlt: "Urla sokakları",
|
||||
},
|
||||
id: "test-5", name: "Burak Öz", date: "29.01.2024", title: "Ege'nin Enerjisi", quote: "Ege'nin o eşsiz enerjisini otelin her köşesinde hissettik. Tam anlamıyla butik bir deneyim.", tag: "Google Reviews ⭐ 4.6", avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", avatarAlt: "Burak Öz fotoğrafı", imageSrc: "http://img.b2bpic.net/free-photo/street-old-city-logrono_1398-4850.jpg", imageAlt: "Urla sokakları"},
|
||||
]}
|
||||
title="Misafirlerimizin Dilinden Otel 111"
|
||||
description="Urla'daki evinizde hissettiren sıcak misafirperverliğimiz ve butik hizmet anlayışımızla unutulmaz anılar biriktiren konuklarımızın yorumları."
|
||||
@@ -383,22 +194,15 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="Urla’daki Bir Sonraki Konaklamanız İçin HazırsınızOtel 111’in sıcak atmosferini deneyimlemek ve detaylı bilgi almak için bizimle iletişime geçin."
|
||||
variant: "plain"}}
|
||||
text="Urla’daki Bir Sonraki Durağınız Detaylı bilgi almak için bizimle iletişime geçin."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp ile İletişime Geç",
|
||||
href: "https://wa.me/905413435705",
|
||||
},
|
||||
text: "WhatsApp ile İletişime Geç", href: "tel:+905413435705"},
|
||||
{
|
||||
text: "Telefon Et",
|
||||
href: "tel:+905413435705",
|
||||
},
|
||||
text: "Telefon Et", href: "tel:+905413435705"},
|
||||
{
|
||||
text: "Konumu Aç",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere",
|
||||
},
|
||||
text: "Konumu Aç", href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -408,79 +212,47 @@ export default function LandingPage() {
|
||||
logoText="Otel 111"
|
||||
columns={[
|
||||
{
|
||||
title: "Otelimiz",
|
||||
items: [
|
||||
title: "Otelimiz", items: [
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Hakkımızda", href: "#about"},
|
||||
{
|
||||
label: "Odalar",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Odalar", href: "#rooms"},
|
||||
{
|
||||
label: "Galeri",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Galeri", href: "#gallery"},
|
||||
{
|
||||
label: "Deneyimler",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Deneyimler", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Keşfet",
|
||||
items: [
|
||||
title: "Keşfet", items: [
|
||||
{
|
||||
label: "Urla Sahilleri",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Urla Sahilleri", href: "#features"},
|
||||
{
|
||||
label: "Yerel Lezzetler",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Yerel Lezzetler", href: "#features"},
|
||||
{
|
||||
label: "Şarap Bağları",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Şarap Bağları", href: "#features"},
|
||||
{
|
||||
label: "Sanat ve Kültür",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Sanat ve Kültür", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
title: "İletişim", items: [
|
||||
{
|
||||
label: "Konum",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Konum", href: "#contact"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/905413435705",
|
||||
},
|
||||
label: "WhatsApp", href: "tel:+905413435705"},
|
||||
{
|
||||
label: "Telefon",
|
||||
href: "tel:+905413435705",
|
||||
},
|
||||
label: "Telefon", href: "tel:+905413435705"},
|
||||
{
|
||||
label: "E-posta",
|
||||
href: "mailto:info@otel111.com",
|
||||
},
|
||||
label: "E-posta", href: "mailto:info@otel111.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sosyal Medya",
|
||||
items: [
|
||||
title: "Sosyal Medya", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -490,4 +262,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user