Merge version_1 into main #5
@@ -14,7 +14,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Услуги"
|
||||
description={[
|
||||
"Стрижка — от 1500 ₽", "Оформление бороды — от 800 ₽", "Классическое бритье — от 1200 ₽"
|
||||
"Стрижка — от 1500 ₽", "Оформление бороды — от 800 ₽", "Классическое бритье — от 1200 ₽"
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,13 +116,15 @@ export default function LandingPage() {
|
||||
logoText="ZEF"
|
||||
columns={[
|
||||
{
|
||||
title: "Контакты", items: [
|
||||
title: "Контакты",
|
||||
items: [
|
||||
{ label: "ул. Ленина, 10", href: "#" },
|
||||
{ label: "+7 (999) 000-00-00", href: "tel:+79990000000" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Соцсети", items: [
|
||||
title: "Соцсети",
|
||||
items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Telegram", href: "#" },
|
||||
],
|
||||
@@ -133,4 +135,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user