diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1191692..783ea15 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 439c491..03dd2b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import BlogCardOne from "@/components/sections/blog/BlogCardOne"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, Clock, Star, Users } from "lucide-react"; +import { Award, Clock, Star, Users, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -47,6 +47,8 @@ export default function LandingPage() { title="Классика, дисциплина, безупречный результат" description="Мужские стрижки и оформление бороды в сдержанной эстетике old money. Рейтинг 4,6 • Ежедневно 10:00–22:00 • Полевской, ул. Ленина, 11" background={{ variant: "plain" }} + tag="Записаться на приём" + tagIcon={Calendar} imageSrc="http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg" imageAlt="Барбершоп интерьер с теплым светом и благородными материалами" buttons={[ @@ -247,4 +249,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}