Merge version_3 into main #3
@@ -208,14 +208,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
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"
|
title="Често задавани въпроси"
|
||||||
description="Clear answers for our professional hospitality partners."
|
description="Ясни отговори за нашите професионални партньори в хотелиерството."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -226,8 +226,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Marriott", "Hilton", "Hyatt", "Accor", "Four Seasons", "IHG", "Wyndham"]}
|
"Marriott", "Hilton", "Hyatt", "Accor", "Four Seasons", "IHG", "Wyndham"]}
|
||||||
title="Trusted by Worldwide Hospitality"
|
title="Доверие от Световната хотелиерска индустрия"
|
||||||
description="Supplying textiles for leading chains and independent hotels globally."
|
description="Доставяме текстил за водещи вериги и независими хотели по целия свят."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -236,10 +236,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient"}}
|
variant: "sparkles-gradient"}}
|
||||||
text="Ready to equip your next hotel project? Our team is ready to consult on samples and lead times."
|
text="Готови ли сте да оборудвате следващия си хотелски проект? Нашият екип е готов да ви консултира относно мостри и срокове."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Interiora Team", href: "/contact"},
|
text: "Свържете се с екипа на Interiora", href: "/contact"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -248,27 +248,27 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
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: "#"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user