Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -208,14 +208,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Do you handle custom orders?", content: "Yes, we specialize in bespoke textile solutions tailored to your specific hotel design and branding needs."},
|
||||
id: "f1", title: "Работите ли по индивидуални поръчки?", content: "Да, специализирани сме в персонализирани текстилни решения, съобразени с специфичния дизайн и нужди на вашия хотел."},
|
||||
{
|
||||
id: "f2", title: "What is the delivery time?", content: "Most orders are shipped within 14 business days. Custom fabrications may vary."},
|
||||
id: "f2", title: "Какъв е срокът за доставка?", content: "Повечето поръчки се изпращат в рамките на 14 работни дни. Сроковете за индивидуални изработки могат да варират."},
|
||||
{
|
||||
id: "f3", title: "Are your textiles fire-proof?", content: "All our hotel textiles undergo standard rigorous testing and meet global fire-safety compliance."},
|
||||
id: "f3", title: "Вашият текстил огнеупорен ли е?", content: "Всички наши хотелски текстилни изделия преминават през стандартни строги тестове и отговарят на глобалните стандарти за пожарна безопасност."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers for our professional hospitality partners."
|
||||
title="Често задавани въпроси"
|
||||
description="Ясни отговори за нашите професионални партньори в хотелиерството."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -226,8 +226,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Marriott", "Hilton", "Hyatt", "Accor", "Four Seasons", "IHG", "Wyndham"]}
|
||||
title="Trusted by Worldwide Hospitality"
|
||||
description="Supplying textiles for leading chains and independent hotels globally."
|
||||
title="Доверие от Световната хотелиерска индустрия"
|
||||
description="Доставяме текстил за водещи вериги и независими хотели по целия свят."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -236,10 +236,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to equip your next hotel project? Our team is ready to consult on samples and lead times."
|
||||
text="Готови ли сте да оборудвате следващия си хотелски проект? Нашият екип е готов да ви консултира относно мостри и срокове."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Interiora Team", href: "/contact"},
|
||||
text: "Свържете се с екипа на Interiora", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -248,27 +248,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
title: "Компания", items: [
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
label: "За нас", href: "#about"},
|
||||
{
|
||||
label: "Mission", href: "#"},
|
||||
label: "Мисия", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products", items: [
|
||||
title: "Продукти", items: [
|
||||
{
|
||||
label: "Linens", href: "#products"},
|
||||
label: "Спално бельо", href: "#products"},
|
||||
{
|
||||
label: "Curtains", href: "#products"},
|
||||
label: "Завеси", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
title: "Поддръжка", items: [
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
label: "Контакти", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Политика за поверителност", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -278,4 +278,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user