From 9bb688219b28eedead2b851f34a96d43df4887f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:23:20 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 85e308e..e99f219 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,7 +18,8 @@ export default function AboutPage() { ]; const navButton = { - text: "Связаться с нами", href: "/contact"}; + text: "Связаться с нами", href: "/contact" + }; return ( Date: Tue, 3 Mar 2026 19:23:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13f4810..0381e3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, CheckCircle, Zap, TrendingUp, Star, Mail, Send, Phone, FolderOpen, Users, Clock, Calendar, Palette, Smartphone, RotateCcw, MessageCircle, Link as LinkIcon, Globe, Server, Database, FormInput } from "lucide-react"; +import { Sparkles, CheckCircle, Zap, TrendingUp, Star, Mail, Send, Phone, FolderOpen, Users, Clock, Calendar, Palette, Smartphone, RotateCcw, MessageCircle, Link as LinkIcon, Globe, Server, Database, FormInput, Check } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -22,7 +22,8 @@ export default function HomePage() { ]; const navButton = { - text: "Связаться с нами", href: "/contact"}; + text: "Связаться с нами", href: "/contact" + }; return (