Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ea8a3c3eb | |||
| 5c09abffc4 | |||
| dad5b61504 | |||
| 28d39caed5 |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -221,4 +221,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user