Update src/app/page.tsx
This commit is contained in:
307
src/app/page.tsx
307
src/app/page.tsx
@@ -32,100 +32,43 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Hizmetler",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Butik",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Ana Sayfa", id: "hero" },
|
||||
{ name: "Hakkımızda", id: "about" },
|
||||
{ name: "Hizmetler", id: "services" },
|
||||
{ name: "Butik", id: "products" },
|
||||
{ name: "İletişim", id: "contact" },
|
||||
]}
|
||||
brandName="FlyPups"
|
||||
button={{ text: "Randevu Al", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Evcil Dostlarınız İçin Profesyonel Bakım"
|
||||
description="FlyPups Pet Kuaför & Butik'te patili dostlarınıza özel, sevgi dolu ve hijyenik bakım hizmetleri sunuyoruz."
|
||||
buttons={[
|
||||
{
|
||||
text: "Randevu Al",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Hizmetleri İncele",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Randevu Al", href: "#contact" },
|
||||
{ text: "Hizmetleri İncele", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-owner-holding-dog_23-2148949386.jpg"
|
||||
imageAlt="FlyPups Pet Grooming Studio"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-small-dog-with-hat_23-2148423652.jpg",
|
||||
alt: "Cute small dog with a hat",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-pet-portrait-isolated_23-2149192299.jpg",
|
||||
alt: "Lovely pet portrait isolated",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-owner-with-cute-dog_23-2148949392.jpg",
|
||||
alt: "Close up owner with cute dog",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg",
|
||||
alt: "Cute lovely little dog showing tongue",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-with-his-dog_23-2147840130.jpg",
|
||||
alt: "Close-up of a man with his dog",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/cute-small-dog-with-hat_23-2148423652.jpg", alt: "Cute small dog with a hat" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lovely-pet-portrait-isolated_23-2149192299.jpg", alt: "Lovely pet portrait isolated" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-owner-with-cute-dog_23-2148949392.jpg", alt: "Close up owner with cute dog" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg", alt: "Cute lovely little dog showing tongue" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-man-with-his-dog_23-2147840130.jpg", alt: "Close-up of a man with his dog" },
|
||||
]}
|
||||
avatarText="Binlerce mutlu patili dostumuza hizmet verdik"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Profesyonel Ekip",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Organik Ürünler",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hijyenik Ortam",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hızlı Randevu",
|
||||
icon: Calendar,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sevgi Dolu Hizmet",
|
||||
icon: Heart,
|
||||
},
|
||||
{ type: "text-icon", text: "Profesyonel Ekip", icon: Users },
|
||||
{ type: "text-icon", text: "Organik Ürünler", icon: Leaf },
|
||||
{ type: "text-icon", text: "Hijyenik Ortam", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "Hızlı Randevu", icon: Calendar },
|
||||
{ type: "text-icon", text: "Sevgi Dolu Hizmet", icon: Heart },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,19 +77,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "FlyPups Dünyasına ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-girl-grooming-dog_23-2148861622.jpg",
|
||||
alt: "Grooming expert",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Hoş Geldiniz",
|
||||
},
|
||||
{ type: "text", content: "FlyPups Dünyasına " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-girl-grooming-dog_23-2148861622.jpg", alt: "Grooming expert" },
|
||||
{ type: "text", content: " Hoş Geldiniz" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,27 +89,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Temizlik",
|
||||
title: "Banyo & Spa",
|
||||
subtitle: "Tazelenme zamanı",
|
||||
description: "Özel şampuanlarımızla derinlemesine temizlik ve yumuşak tüyler.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627210.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Bakım",
|
||||
title: "Tırnak Kesimi",
|
||||
subtitle: "Sağlıklı patiler",
|
||||
description: "Profesyonel ekipmanlarla güvenli ve hassas tırnak bakımı.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-holding-blueandwhite-wavy-parrot-her-hands-closeup_169016-63052.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Stil",
|
||||
title: "Tüy Şekillendirme",
|
||||
subtitle: "Havalı kesimler",
|
||||
description: "Irka uygun kesim ve stil önerileriyle her zaman bakımlı.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-bearded-brutal-tattooed-happy-man-holds-pomeranian-spitz-playing-with-lovely-pet_343596-1539.jpg",
|
||||
},
|
||||
{ tag: "Temizlik", title: "Banyo & Spa", subtitle: "Tazelenme zamanı", description: "Özel şampuanlarımızla derinlemesine temizlik ve yumuşak tüyler.", imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627210.jpg" },
|
||||
{ tag: "Bakım", title: "Tırnak Kesimi", subtitle: "Sağlıklı patiler", description: "Profesyonel ekipmanlarla güvenli ve hassas tırnak bakımı.", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-holding-blueandwhite-wavy-parrot-her-hands-closeup_169016-63052.jpg" },
|
||||
{ tag: "Stil", title: "Tüy Şekillendirme", subtitle: "Havalı kesimler", description: "Irka uygun kesim ve stil önerileriyle her zaman bakımlı.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-bearded-brutal-tattooed-happy-man-holds-pomeranian-spitz-playing-with-lovely-pet_343596-1539.jpg" },
|
||||
]}
|
||||
title="Uzman Bakım Hizmetlerimiz"
|
||||
description="Patili dostlarınızın ihtiyaç duyduğu her türlü temizlik ve bakım hizmeti bizimle güvende."
|
||||
@@ -190,60 +105,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "FlyPups",
|
||||
name: "Doğal Şampuan",
|
||||
price: "180 TL",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965820.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "FlyPups",
|
||||
name: "Organik Ödül Maması",
|
||||
price: "95 TL",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-pillow-cookies-inside-plate-brown-desk_140725-66083.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "FlyPups",
|
||||
name: "Şık Tasma Seti",
|
||||
price: "250 TL",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-set-dog-pajamas-accessory_23-2147828948.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "FlyPups",
|
||||
name: "Ortopedik Yatak",
|
||||
price: "750 TL",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-knitting-home-with-dog_23-2149303918.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "FlyPups",
|
||||
name: "Sesli Oyuncak",
|
||||
price: "120 TL",
|
||||
rating: 4,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149500959.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "FlyPups",
|
||||
name: "Profesyonel Fırça",
|
||||
price: "210 TL",
|
||||
rating: 5,
|
||||
reviewCount: "19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-rake-near-collar_23-2147799914.jpg",
|
||||
},
|
||||
{ id: "1", brand: "FlyPups", name: "Doğal Şampuan", price: "180 TL", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965820.jpg" },
|
||||
{ id: "2", brand: "FlyPups", name: "Organik Ödül Maması", price: "95 TL", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-pillow-cookies-inside-plate-brown-desk_140725-66083.jpg" },
|
||||
{ id: "3", brand: "FlyPups", name: "Şık Tasma Seti", price: "250 TL", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/cute-set-dog-pajamas-accessory_23-2147828948.jpg" },
|
||||
{ id: "4", brand: "FlyPups", name: "Ortopedik Yatak", price: "750 TL", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-knitting-home-with-dog_23-2149303918.jpg" },
|
||||
{ id: "5", brand: "FlyPups", name: "Sesli Oyuncak", price: "120 TL", rating: 4, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149500959.jpg" },
|
||||
{ id: "6", brand: "FlyPups", name: "Profesyonel Fırça", price: "210 TL", rating: 5, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/close-up-rake-near-collar_23-2147799914.jpg" },
|
||||
]}
|
||||
title="Seçkin Butik Ürünlerimiz"
|
||||
description="Dostlarınızın konforu ve şıklığı için özenle seçilmiş kaliteli ürünler."
|
||||
@@ -256,41 +123,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayşe Y.",
|
||||
handle: "@aysepet",
|
||||
testimonial: "Harika bir hizmet, köpeğim hiç olmadığı kadar mutlu ve bakımlı!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-hipster-man-glasses-holding-cute-black-pug-dog-shoulder-staring-camera-with-happy_1258-173018.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mehmet K.",
|
||||
handle: "@mehmetk",
|
||||
testimonial: "Profesyonellikten ödün vermiyorlar, kesinlikle tavsiye ederim.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-caucasian-brunette-girl-holding-paws-dog-front-camera-pink-background-good-relationship-animals-people-concept_197531-31344.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Selin D.",
|
||||
handle: "@selind",
|
||||
testimonial: "Butik ürünleri çok kaliteli, her şey çok özenli.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Can B.",
|
||||
handle: "@canb",
|
||||
testimonial: "Güleryüzlü ekip, harika bakım sonuçları.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tiny-dog-her-owner-lying-bed-cheerful-woman-pajamas_482257-16935.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zeynep E.",
|
||||
handle: "@zeynep",
|
||||
testimonial: "FlyPups ailesine çok teşekkürler, artık favori kuaförümüz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-love-with-dog-holding-puppy-shoulder-smiling-standing-white-background_1258-171910.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ayşe Y.", handle: "@aysepet", testimonial: "Harika bir hizmet, köpeğim hiç olmadığı kadar mutlu ve bakımlı!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-hipster-man-glasses-holding-cute-black-pug-dog-shoulder-staring-camera-with-happy_1258-173018.jpg" },
|
||||
{ id: "2", name: "Mehmet K.", handle: "@mehmetk", testimonial: "Profesyonellikten ödün vermiyorlar, kesinlikle tavsiye ederim.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-caucasian-brunette-girl-holding-paws-dog-front-camera-pink-background-good-relationship-animals-people-concept_197531-31344.jpg" },
|
||||
{ id: "3", name: "Selin D.", handle: "@selind", testimonial: "Butik ürünleri çok kaliteli, her şey çok özenli.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg" },
|
||||
{ id: "4", name: "Can B.", handle: "@canb", testimonial: "Güleryüzlü ekip, harika bakım sonuçları.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tiny-dog-her-owner-lying-bed-cheerful-woman-pajamas_482257-16935.jpg" },
|
||||
{ id: "5", name: "Zeynep E.", handle: "@zeynep", testimonial: "FlyPups ailesine çok teşekkürler, artık favori kuaförümüz.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-love-with-dog-holding-puppy-shoulder-smiling-standing-white-background_1258-171910.jpg" },
|
||||
]}
|
||||
title="Mutlu Dostlarımızın Yorumları"
|
||||
description="Müşterilerimizin FlyPups deneyimleri."
|
||||
@@ -301,13 +138,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"PetHealth",
|
||||
"OrganikMamalar",
|
||||
"GroomingGuild",
|
||||
"StylePets",
|
||||
"CareWinners",
|
||||
]}
|
||||
names={["PetHealth", "OrganikMamalar", "GroomingGuild", "StylePets", "CareWinners"]}
|
||||
title="İş Ortaklarımız ve Sertifikalarımız"
|
||||
description="Güvenilir markalar ve iş ortaklarıyla çalışıyoruz."
|
||||
/>
|
||||
@@ -318,21 +149,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Randevu gerekiyor mu?",
|
||||
content: "Evet, daha iyi hizmet verebilmek adına randevu oluşturmanızı öneriyoruz.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Bakım süresi ne kadar?",
|
||||
content: "İşleme göre değişmekle birlikte genellikle 1-2 saat sürmektedir.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Hangi ırklara hizmet veriyorsunuz?",
|
||||
content: "Tüm kedi ve köpek ırklarına uygun profesyonel bakım hizmetimiz mevcuttur.",
|
||||
},
|
||||
{ id: "1", title: "Randevu gerekiyor mu?", content: "Evet, daha iyi hizmet verebilmek adına randevu oluşturmanızı öneriyoruz." },
|
||||
{ id: "2", title: "Bakım süresi ne kadar?", content: "İşleme göre değişmekle birlikte genellikle 1-2 saat sürmektedir." },
|
||||
{ id: "3", title: "Hangi ırklara hizmet veriyorsunuz?", content: "Tüm kedi ve köpek ırklarına uygun profesyonel bakım hizmetimiz mevcuttur." },
|
||||
]}
|
||||
title="Sıkça Sorulan Sorular"
|
||||
description="Bakım süreçlerimiz hakkında merak ettikleriniz."
|
||||
@@ -345,9 +164,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="İletişim"
|
||||
title="Randevu Alın"
|
||||
description="Bize e-posta ile ulaşarak randevu talebinizi iletebilirsiniz."
|
||||
@@ -357,45 +174,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Hakkımızda",
|
||||
items: [
|
||||
{
|
||||
label: "Biz Kimiz?",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Ekibimiz",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hizmetler",
|
||||
items: [
|
||||
{
|
||||
label: "Kuaför",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Butik",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Destek",
|
||||
items: [
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "SSS",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Hakkımızda", items: [{ label: "Biz Kimiz?", href: "#about" }, { label: "Ekibimiz", href: "#" }] },
|
||||
{ title: "Hizmetler", items: [{ label: "Kuaför", href: "#services" }, { label: "Butik", href: "#products" }] },
|
||||
{ title: "Destek", items: [{ label: "İletişim", href: "#contact" }, { label: "SSS", href: "#faq" }] },
|
||||
]}
|
||||
logoText="FlyPups"
|
||||
copyrightText="© 2025 FlyPups Pet Kuaför & Butik"
|
||||
|
||||
Reference in New Issue
Block a user