Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d971763bd6 | |||
| 41b1fa4164 | |||
| b93644870d | |||
| 133c5b9b22 | |||
| 553c2a66c9 | |||
| 4d45ed8588 | |||
| e61faf0604 |
1421
src/app/layout.tsx
1421
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
128
src/app/page.tsx
128
src/app/page.tsx
@@ -28,14 +28,14 @@ export default function BarberKingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Location", id: "location" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Услуги", id: "services" },
|
||||
{ name: "Отзиви", id: "reviews" },
|
||||
{ name: "Галерия", id: "gallery" },
|
||||
{ name: "Локация", id: "location" },
|
||||
{ name: "Контакт", id: "contact" }
|
||||
]}
|
||||
brandName="THE BARBER KING"
|
||||
bottomLeftText="Varna, Bulgaria"
|
||||
bottomLeftText="Варна, България"
|
||||
bottomRightText="089 617 5008"
|
||||
/>
|
||||
</div>
|
||||
@@ -43,31 +43,31 @@ export default function BarberKingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="THE BARBER KING"
|
||||
description="Premium Haircuts • Beard Trims • Modern Styles"
|
||||
description="Премиум Прически • Оформяне на Брада • Модерни Стилове"
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-serious-middle-age-bearded-male-dressed-plaid-flannel-shirt-grey-background_613910-1788.jpg", alt: "Professional Barber" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg", alt: "Barbershop Interior" }
|
||||
{ src: "https://images.unsplash.com/photo-1599482903680-f2e40ac30fdf?w=500&h=500&fit=crop", alt: "Професионален Бръснар" },
|
||||
{ src: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=500&h=500&fit=crop", alt: "Интериор на Бръснарницата" }
|
||||
]}
|
||||
avatarText="⭐ 4.9 Rating • 218+ Reviews"
|
||||
avatarText="⭐ 4.9 Рейтинг • 218+ Отзиви"
|
||||
buttons={[
|
||||
{ text: "📞 Обади се сега", href: "tel:+359896175008" },
|
||||
{ text: "📞 Обади се сега", onClick: () => window.location.href = "tel:+359896175008" },
|
||||
{ text: "Запази час", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero section for THE BARBER KING barbershop in Varna"
|
||||
ariaLabel="Герой секция за THE BARBER KING бръснарница във Варна"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<SocialProofOne
|
||||
title="Trusted by Hundreds of Satisfied Customers"
|
||||
description="Real reviews from Google with 4.9-star rating"
|
||||
tag="Social Proof"
|
||||
title="Доверени от Стотици Задоволени Клиенти"
|
||||
description="Реални отзиви от Google с 4.9-звезден рейтинг"
|
||||
tag="Социално Доказателство"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Great service, good price", "Perfect haircut every time", "Best barber in Varna", "Professional and friendly", "Highly recommended", "Amazing attention to detail"]}
|
||||
names={["Най-добрия бръснар във Варна", "Отличен сервиз, добра цена", "Перфектна прическа всеки път", "Професионален и приветлив", "Силно препоръчан", "Удивителното внимание към детайлите"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -75,24 +75,24 @@ export default function BarberKingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNineteen
|
||||
title="Our Services"
|
||||
description="Premium barbering services tailored to your style"
|
||||
tag="What We Offer"
|
||||
title="Нашите Услуги"
|
||||
description="Премиумни услуги за оформяне на коса, адаптирани към вашия стил"
|
||||
tag="Какво Предлагаме"
|
||||
tagIcon={Scissors}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Classic", title: "Haircut", subtitle: "Precision cuts for all styles", description: "Professional haircuts with attention to detail. Whether you prefer a classic look, modern fade, or trendy style, our barbers deliver precision every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-barbershop-with-classic-styling_618663-34.jpg?_wi=1", imageAlt: "Professional haircut"
|
||||
tag: "Класически", title: "Прическа", subtitle: "Прецизни срезки за всички стилове", description: "Професионални прически с внимание към детайлите. Дали предпочитате класически вид, модерен фейд или тренди стил, нашите бръснари доставляват прецизност всеки път.", imageSrc: "https://images.unsplash.com/photo-1599482903680-f2e40ac30fdf?w=600&h=600&fit=crop&_wi=1", imageAlt: "Професионална прическа"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Grooming", title: "Beard Trim", subtitle: "Shape and maintain your beard", description: "Expert beard trimming and shaping. We focus on clean lines, proper proportions, and techniques that keep your beard looking sharp and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4293.jpg?_wi=1", imageAlt: "Professional beard trim"
|
||||
tag: "Грижа", title: "Оформяне на Брада", subtitle: "Оформи и поддържай твоята брада", description: "Експертно подравяне и оформяне на брада. Фокусираме се на чисти линии, правилни пропорции и техники, които поддържат твоята брада остра и здрава.", imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=600&h=600&fit=crop&_wi=1", imageAlt: "Професионално оформяне на брада"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Premium", title: "Haircut + Beard", subtitle: "Complete grooming package", description: "The complete grooming experience. Get your haircut and beard trimmed in one session for a polished, cohesive look.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-groomed-close-up_23-2149141767.jpg?_wi=1", imageAlt: "Haircut and beard package"
|
||||
tag: "Премиум", title: "Прическа + Брада", subtitle: "Пакет за пълна грижа", description: "Пълното преживяване на грижа за外ността. Получи твоята прическа и брада подрязана в една сесия за полиран, кохерентен вид.", imageSrc: "https://images.unsplash.com/photo-1599482903680-f2e40ac30fdf?w=600&h=600&fit=crop&_wi=2", imageAlt: "Пакет за прическа и брада"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -100,40 +100,40 @@ export default function BarberKingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardOne
|
||||
title="Gallery"
|
||||
description="Showcase of our work and barbershop ambiance"
|
||||
tag="Our Work"
|
||||
title="Галерия"
|
||||
description="Примери от нашата работа и атмосфера на бръснарницата"
|
||||
tag="Нашата Работа"
|
||||
tagIcon={Camera}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
products={[
|
||||
{ id: "1", name: "Modern Fade", price: "Expert Cut", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-barbershop-with-classic-styling_618663-34.jpg?_wi=2", imageAlt: "Modern fade haircut" },
|
||||
{ id: "2", name: "Beard Styling", price: "Premium Grooming", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4293.jpg?_wi=2", imageAlt: "Professional beard trim" },
|
||||
{ id: "3", name: "Classic Haircut", price: "Precision Cut", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-groomed-close-up_23-2149141767.jpg?_wi=2", imageAlt: "Classic men's haircut" },
|
||||
{ id: "4", name: "Barbershop Interior", price: "Professional Space", imageSrc: "http://img.b2bpic.net/free-photo/barber-sprays-water-hair_1304-2775.jpg", imageAlt: "Barbershop interior" }
|
||||
{ id: "1", name: "Модерен Фейд", price: "Експертна Срезка", imageSrc: "https://images.unsplash.com/photo-1599482903680-f2e40ac30fdf?w=600&h=600&fit=crop&_wi=3", imageAlt: "Модерна фейд прическа" },
|
||||
{ id: "2", name: "Оформяне на Брада", price: "Премиумна Грижа", imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=600&h=600&fit=crop&_wi=2", imageAlt: "Професионално оформяне на брада" },
|
||||
{ id: "3", name: "Класическа Прическа", price: "Прецизна Срезка", imageSrc: "https://images.unsplash.com/photo-1621905167918-48416bd8575a?w=600&h=600&fit=crop", imageAlt: "Класическа мъжка прическа" },
|
||||
{ id: "4", name: "Интериор на Бръснарницата", price: "Професионално Пространство", imageSrc: "https://images.unsplash.com/photo-1560066169-04cb0c2a83f8?w=600&h=600&fit=crop&_wi=1", imageAlt: "Интериор на бръснарница" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<SplitAbout
|
||||
title="Why Choose THE BARBER KING"
|
||||
description="We combine precision, professionalism, and passion for quality barbering"
|
||||
tag="About Us"
|
||||
title="Защо Да Изберите THE BARBER KING"
|
||||
description="Комбинираме прецизност, професионализъм и страст към качественото оформяне"
|
||||
tag="За Нас"
|
||||
tagIcon={Award}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg"
|
||||
imageAlt="Professional barbershop interior"
|
||||
imageSrc="https://images.unsplash.com/photo-1560066169-04cb0c2a83f8?w=600&h=600&fit=crop&_wi=2"
|
||||
imageAlt="Професионален интериор на бръснарница"
|
||||
bulletPoints={[
|
||||
{ title: "4.9 Star Rating", description: "Trusted by 218+ satisfied customers with consistently excellent reviews", icon: Star },
|
||||
{ title: "Expert Barbers", description: "Skilled professionals with years of experience in modern and classic styles", icon: Users },
|
||||
{ title: "Fast Service", description: "Efficient haircuts and beard trims without compromising on quality", icon: Zap },
|
||||
{ title: "Affordable Prices", description: "Premium quality barbering at prices that respect your budget", icon: DollarSign },
|
||||
{ title: "Friendly Atmosphere", description: "Welcoming environment where every customer feels valued and respected", icon: Smile }
|
||||
{ title: "4.9 Звезден Рейтинг", description: "Доверени от 218+ задоволени клиенти със последователни отличные отзиви", icon: Star },
|
||||
{ title: "Експертни Бръснари", description: "Квалифицирани професионалисти с години опит в модерни и класически стилове", icon: Users },
|
||||
{ title: "Бърз Сервиз", description: "Ефективни прически и оформяне на брада без компромис на качеството", icon: Zap },
|
||||
{ title: "Достъпни Цени", description: "Премиумно качество оформяне на коса на цени, които уважават вашия бюджет", icon: DollarSign },
|
||||
{ title: "Приятелска Атмосфера", description: "Приветствуваща среда, където всеки клиент се чувства ценен и уважаван", icon: Smile }
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
@@ -141,29 +141,29 @@ export default function BarberKingPage() {
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactCenter
|
||||
tag="Location"
|
||||
tag="Локация"
|
||||
tagIcon={MapPin}
|
||||
title="Find Us in Varna"
|
||||
description="ul. Doctor Piskyuliev 72, 9000 Varna\n(Near Kolkhoz Market / Колхозен Пазар)"
|
||||
title="Намери ни във Варна"
|
||||
description="ул. Доктор Писклиев 72, 9000 Варна\n(Близо до Колхозен Пазар)"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Get directions"
|
||||
buttonText="📍 Open Maps"
|
||||
termsText="Call us at 089 617 5008 or visit us directly. We're open Monday to Saturday."
|
||||
inputPlaceholder="Получи посоки"
|
||||
buttonText="📍 Отвори Google Maps"
|
||||
termsText="Позвони ни на 089 617 5008 или ни посети директно. Работим понеделник до събота."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Booking"
|
||||
tag="Запазване"
|
||||
tagIcon={Calendar}
|
||||
title="Book Your Appointment"
|
||||
description="Call us now or fill out the form below to reserve your spot"
|
||||
title="Запази Своя Час"
|
||||
description="Позвони ни сега или попълни формуляра по-долу, за да резервираш своя място"
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="089 617 5008"
|
||||
buttonText="📞 Call Now"
|
||||
termsText="Response within 1-2 hours during business hours. We respect your time and schedule."
|
||||
buttonText="📞 Позвони Сега"
|
||||
termsText="Отговор в рамките на 1-2 часа през работното време. Уважаваме твоето време и график."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,35 +172,35 @@ export default function BarberKingPage() {
|
||||
logoText="THE BARBER KING"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Haircuts", href: "#services" },
|
||||
{ label: "Beard Trim", href: "#services" },
|
||||
{ label: "Gallery", href: "#gallery" }
|
||||
title: "Услуги", items: [
|
||||
{ label: "Прически", href: "#services" },
|
||||
{ label: "Оформяне на Брада", href: "#services" },
|
||||
{ label: "Галерия", href: "#gallery" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
title: "Контакт", items: [
|
||||
{ label: "📞 089 617 5008", href: "tel:+359896175008" },
|
||||
{ label: "📍 Visit Us", href: "#location" },
|
||||
{ label: "Book Now", href: "#contact" }
|
||||
{ label: "📍 Посети ни", href: "#location" },
|
||||
{ label: "Запази Час", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hours", items: [
|
||||
{ label: "Mon-Sat: 9am-8pm", href: "#" },
|
||||
{ label: "Sunday: Closed", href: "#" },
|
||||
{ label: "Varna, Bulgaria", href: "#location" }
|
||||
title: "Часове", items: [
|
||||
{ label: "Пн-Сб: 9:00-20:00", href: "#" },
|
||||
{ label: "Неделя: Затворено", href: "#" },
|
||||
{ label: "Варна, България", href: "#location" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow", items: [
|
||||
title: "Следи ни", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Google Reviews", href: "https://google.com" }
|
||||
{ label: "Google Отзиви", href: "https://google.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 THE BARBER KING | Varna, Bulgaria"
|
||||
copyrightText="© 2025 THE BARBER KING | Варна, България"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user