diff --git a/src/app/page.tsx b/src/app/page.tsx index f18417a..721d7fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -12,7 +12,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { User } from "lucide-react"; +import { User, MapPin, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -50,7 +50,7 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Естетика та професіоналізм" description="Ваш шлях до досконалості та гармонії через преміальний догляд та професійні косметологічні процедури." - tag="Преміум догляд • Естетика • Львів" + tag="Преміум догляд • Естетика • Київ" buttons={[ { text: "Записатися", href: "#contact-form" }, { text: "Консультація", href: "https://t.me/example" }, @@ -114,9 +114,10 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Анна", handle: "@anna", testimonial: "Найкращий догляд у місті, результат видно одразу!", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&auto=format&fit=crop" }, { id: "t2", name: "Вікторія", handle: "@vika", testimonial: "Дуже приємна атмосфера та справжні професіонали.", imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=200&auto=format&fit=crop" }, + { id: "t3", name: "Олена", handle: "@olena", testimonial: "Результати перевершили очікування, рекомендую!", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200&auto=format&fit=crop" }, ]} title="Відгуки" - description="Наші клієнти про результати" + description="Що кажуть наші клієнти" /> @@ -138,15 +139,16 @@ export default function LandingPage() {