From 1c47f1d952ba473fba940bf3fb82663711e3bda2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:03:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 54 ++++++++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3990f89..d6ea16c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,9 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import AboutMetric from "@/components/sections/about/AboutMetric"; import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, Calendar, Car, Clock, Heart, MapPin, Phone, Send, Shield, Smile, Users, Zap, MapPinIcon, Compass, Users2 } from "lucide-react"; +import { Award, Calendar, Car, Clock, Heart, MapPin, Phone, Send, Shield, Smile, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -60,16 +60,20 @@ export default function LandingPage() { features={[ { icon: MapPin, - title: "Місцеві гіди", description: "Досвідчені гіди з глибокими знаннями про регіон та його історію"}, + title: "Місцеві гіди", description: "Досвідчені гіди з глибокими знаннями про регіон та його історію" + }, { icon: Car, - title: "Комфортний транспорт", description: "Чистий та сучасний автомобіль з усім необхідним для приємної поїздки"}, + title: "Комфортний транспорт", description: "Чистий та сучасний автомобіль з усім необхідним для приємної поїздки" + }, { icon: Clock, - title: "Гнучкий графік", description: "Ми готові підібрати час та дату туру відповідно до ваших переваг"}, + title: "Гнучкий графік", description: "Ми готові підібрати час та дату туру відповідно до ваших переваг" + }, { icon: Users, - title: "Індивідуальні тури", description: "Персоналізовані маршрути, адаптовані під ваші інтереси та потреби"}, + title: "Індивідуальні тури", description: "Персоналізовані маршрути, адаптовані під ваші інтереси та потреби" + }, ]} textboxLayout="default" animationType="slide-up" @@ -83,13 +87,17 @@ export default function LandingPage() { description="Виберіть тур, який вам сподобається, або запитайте про індивідуальний маршрут" products={[ { - id: "1", name: "Тур по Карпатах", price: "Запитати ціну", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-pathway-side-mountain-with-hills-blue-sky-background_181624-8487.jpg", imageAlt: "Carpathian mountains hiking adventure tour"}, + id: "1", name: "Тур по Карпатах", price: "Запитати ціну", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-pathway-side-mountain-with-hills-blue-sky-background_181624-8487.jpg", imageAlt: "Carpathian mountains hiking adventure tour" + }, { - id: "2", name: "Екскурсії Львівщиною", price: "Запитати ціну", imageSrc: "http://img.b2bpic.net/free-photo/fountain-barcelona_1182-964.jpg", imageAlt: "Lviv historic city cultural tour architecture"}, + id: "2", name: "Екскурсії Львівщиною", price: "Запитати ціну", imageSrc: "http://img.b2bpic.net/free-photo/fountain-barcelona_1182-964.jpg", imageAlt: "Lviv historic city cultural tour architecture" + }, { - id: "3", name: "Природні локації", price: "Запитати ціну", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumnal-landscape-wild-nature-sunset-scenic-view-deserted-slope-with-dry-grass-sunrise_343059-3066.jpg", imageAlt: "natural locations beautiful landscape nature"}, + id: "3", name: "Природні локації", price: "Запитати ціну", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumnal-landscape-wild-nature-sunset-scenic-view-deserted-slope-with-dry-grass-sunrise_343059-3066.jpg", imageAlt: "natural locations beautiful landscape nature" + }, { - id: "4", name: "Індивідуальні тури", price: "Запитати ціну", imageSrc: "http://img.b2bpic.net/free-photo/women-with-backpack-smartphone-near-man-looking-map-near-car_23-2148039109.jpg", imageAlt: "private group tour personalized travel experience"}, + id: "4", name: "Індивідуальні тури", price: "Запитати ціну", imageSrc: "http://img.b2bpic.net/free-photo/women-with-backpack-smartphone-near-man-looking-map-near-car_23-2148039109.jpg", imageAlt: "private group tour personalized travel experience" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -150,25 +158,31 @@ export default function LandingPage() {
- -- 2.49.1