4 Commits

Author SHA1 Message Date
4ea8a3c3eb Merge version_2 into main
Merge version_2 into main
2026-03-08 13:35:01 +00:00
5c09abffc4 Update src/app/page.tsx 2026-03-08 13:34:56 +00:00
dad5b61504 Update src/app/layout.tsx 2026-03-08 13:34:56 +00:00
28d39caed5 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:28:21 +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"> <div id="atmosphere" data-section="atmosphere">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ 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: "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} useInvertedBackground={true}
buttons={[ buttons={[
@@ -180,9 +180,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Get In Touch" tag="Свяжитесь с нами"
title="Come experience Capito" title="Приходите в 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." description="Приходите за кофе, остаитесь ради тепла. Capito создан для кофейных свиданий, встреч с друзьями, спокойных утров и вечерних разговоров, которые вам не хочется заканчивать."
background={{ variant: "rotated-rays-animated-grid" }} background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Your email address" 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: "Instagram", href: "https://instagram.com/capito.cafe" },
{ label: "WhatsApp", href: "https://wa.me" }, { label: "WhatsApp", href: "https://wa.me" },
{ label: "Email", href: "mailto:hello@capito.cafe" } { label: "Email", href: "mailto:hello@capito.cafe" }
] ]
}, },
{ {
title: "Hours", items: [ title: "Часы работы", items: [
{ label: "Monday - Friday: 7am - 11pm", href: "#" }, { label: "Пн - Пт: 7:00 - 23:00", href: "#" },
{ label: "Saturday: 8am - 12am", href: "#" }, { label: "Сб: 8:00 - 00:00", href: "#" },
{ label: "Sunday: 8am - 10pm", href: "#" } { label: "Вс: 8:00 - 22:00", href: "#" }
] ]
} }
]} ]}