Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-08 13:35:01 +00:00
2 changed files with 1378 additions and 11 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -167,9 +167,9 @@ export default function LandingPage() {
<div id="atmosphere" data-section="atmosphere">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "A place to" },
{ type: "text", content: "Место, где можно" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", alt: "Cozy café atmosphere" },
{ type: "text", content: "slow down" }
{ type: "text", content: "замедлиться" }
]}
useInvertedBackground={true}
buttons={[
@@ -180,9 +180,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
tag="Get In Touch"
title="Come experience Capito"
description="Visit us for coffee, stay for the warmth. Capito is designed for coffee dates, catching up with friends, quiet mornings, and evening conversations you don't want to end."
tag="Свяжитесь с нами"
title="Приходите в Capito"
description="Приходите за кофе, остаитесь ради тепла. Capito создан для кофейных свиданий, встреч с друзьями, спокойных утров и вечерних разговоров, которые вам не хочется заканчивать."
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
@@ -202,17 +202,17 @@ export default function LandingPage() {
]
},
{
title: "Connect", items: [
title: "Свяжитесь", items: [
{ label: "Instagram", href: "https://instagram.com/capito.cafe" },
{ label: "WhatsApp", href: "https://wa.me" },
{ label: "Email", href: "mailto:hello@capito.cafe" }
]
},
{
title: "Hours", items: [
{ label: "Monday - Friday: 7am - 11pm", href: "#" },
{ label: "Saturday: 8am - 12am", href: "#" },
{ label: "Sunday: 8am - 10pm", href: "#" }
title: "Часы работы", items: [
{ label: "Пн - Пт: 7:00 - 23:00", href: "#" },
{ label: "Сб: 8:00 - 00:00", href: "#" },
{ label: "Вс: 8:00 - 22:00", href: "#" }
]
}
]}
@@ -221,4 +221,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}