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">
|
||||
<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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user