diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e99f219..599620b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ 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 = [ @@ -18,8 +18,7 @@ export default function AboutPage() { ]; const navButton = { - text: "Связаться с нами", href: "/contact" - }; + text: "Связаться с нами", href: "/contact"}; return (
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c616f56..404a652 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,15 +1,11 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import "./styles/variables.css"; -import "./styles/base.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Mond Design - Web Development", description: "Professional web development agency specializing in beautiful, functional, and high-performance websites."}; + title: "Mond Design", description: "Web development agency specializing in creating beautiful, functional websites"}; export default function RootLayout({ children, @@ -18,9 +14,7 @@ export default function RootLayout({ }) { return ( - - {children} - + {children}