Update src/app/page.tsx
This commit is contained in:
@@ -262,14 +262,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Find Your Next Treasure"
|
||||
description="Come visit 'С чердаков' at Mira Avenue, 122, Moscow. Discover unique finds, enjoy our cozy atmosphere, and become part of our community of vintage enthusiasts."
|
||||
tag="Посетите нас"
|
||||
title="Найдите свое следующее сокровище"
|
||||
description="Приезжайте в «С чердаков» по адресу проспект Мира, 122, Москва. Откройте для себя уникальные находки, насладитесь нашей уютной атмосферой и станьте частью нашего сообщества любителей винтажа."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://yandex.ru/maps/213/moscow/?mode=poi&poi%5Bpoint%5D=37.638887%2C55.812509&poi%5Buri%5D=ymapsbm1%3A%2F%2Forg%3Foid%3D228147254436"},
|
||||
text: "Проложить маршрут", href: "https://yandex.ru/maps/213/moscow/?mode=poi&poi%5Bpoint%5D=37.638887%2C55.812509&poi%5Buri%5D=ymapsbm1%3A%2F%2Forg%3Foid%3D228147254436"},
|
||||
{
|
||||
text: "Call Us: +7 (XXX) XXX-XX-XX", href: "tel:+79998887766"},
|
||||
text: "Позвоните нам: +7 (XXX) XXX-XX-XX", href: "tel:+79998887766"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -283,31 +283,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
label: "О нас", href: "#about"},
|
||||
{
|
||||
label: "Our Collection", href: "#collection"},
|
||||
label: "Наша коллекция", href: "#collection"},
|
||||
{
|
||||
label: "Products", href: "#products"},
|
||||
label: "Товары", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Customer Reviews", href: "#testimonials"},
|
||||
label: "Отзывы клиентов", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs", href: "#faq"},
|
||||
label: "Часто задаваемые вопросы", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us", href: "#contact"},
|
||||
label: "Связаться с нами", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Политика конфиденциальности", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Условия использования", href: "#"},
|
||||
{
|
||||
label: "Site Map", href: "#"},
|
||||
label: "Карта сайта", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -317,4 +317,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user