Update src/app/about/page.tsx
This commit is contained in:
@@ -2,19 +2,19 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
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 NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline/NavbarLayoutFloatingInline";
|
||||
import TextAbout from "@/components/sections/about/TextAbout/TextAbout";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen/FeatureCardTen";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne/MetricCardOne";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard/FooterCard";
|
||||
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 = {
|
||||
@@ -37,7 +37,7 @@ export default function AboutPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Mond Design"
|
||||
navItems={navItems}
|
||||
links={navItems}
|
||||
button={navButton}
|
||||
animateOnLoad={true}
|
||||
eyebrowText="Mond Design"
|
||||
@@ -51,7 +51,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