Update src/app/about/page.tsx
This commit is contained in:
@@ -7,18 +7,18 @@ import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { CheckCircle, Mail, Send, Phone, FolderOpen, Users, Clock, Calendar, Check } from "lucide-react";
|
||||
import { CheckCircle, Mail, Send, Phone, FolderOpen, Users, Clock, Calendar, Check, Cloud } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Услуги", id: "services" },
|
||||
{ name: "О компании", id: "about" },
|
||||
{ name: "Процесс", id: "process" },
|
||||
{ name: "Отзывы", id: "testimonials" },
|
||||
{ label: "Услуги", href: "services" },
|
||||
{ label: "О компании", href: "about" },
|
||||
{ label: "Процесс", href: "process" },
|
||||
{ label: "Отзывы", href: "testimonials" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Связаться с нами", href: "/contact"
|
||||
text: "Связаться с нами", href: "contact"
|
||||
};
|
||||
|
||||
return (
|
||||
@@ -28,7 +28,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -37,9 +37,8 @@ export default function AboutPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Mond Design"
|
||||
navItems={navItems}
|
||||
links={navItems}
|
||||
button={navButton}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,7 +48,7 @@ export default function AboutPage() {
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
title="Mond Design — это команда квалифицированных разработчиков и дизайнеров, которые создают цифровые решения для растущих бизнесов. За 1+ лет мы помогли более чем 150 компаниям перевести свой бизнес в интернет и достичь устойчивого роста."
|
||||
buttons={[{ text: "Начать проект", href: "/contact" }]}
|
||||
buttons={[{ text: "Начать проект", href: "contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user