diff --git a/src/app/page.tsx b/src/app/page.tsx index 13079d6..f0018b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Building2, Calendar, Smile, Wifi, Car, Thermometer, Plane } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Building2, Calendar, Smile, Wifi, Car, Thermometer, Plane, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -48,20 +48,18 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Stepin Garden — მყუდრო სასტუმრო თბილისის გულში" description="აღმოაჩინეთ სიმშვიდე ჩვენს თანამედროვე ბუტიკ სასტუმროში, რომელიც აერთიანებს თბილისურ სტუმართმოყვარეობას და დახვეწილ დიზაინს." - leftCarouselItems={[{imageSrc:"http://img.b2bpic.net/free-photo/beige-colored-interior-dining-room_114579-2540.jpg?_wi=1", imageAlt:"luxury boutique hotel interior Tbilisi"},{imageSrc:"http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150927802.jpg?_wi=1", imageAlt:"luxury hotel room Tbilisi design"},{imageSrc:"http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3601.jpg?_wi=1", imageAlt:"modern hotel room minimalist"},{imageSrc:"http://img.b2bpic.net/free-photo/jug-with-coffee-cup_23-2147693749.jpg?_wi=1", imageAlt:"elegant hotel bedroom design"},{imageSrc:"http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg", imageAlt:"modern luxury bedroom Tbilisi"}]} - rightCarouselItems={[{imageSrc:"http://img.b2bpic.net/free-photo/cozy-bedroom-with-rattan-headboard-pendant-light_23-2152031743.jpg", imageAlt:"hotel room interior warm design"},{imageSrc:"http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-breakfast_23-2150326150.jpg", imageAlt:"modern boutique suite Tbilisi"},{imageSrc:"http://img.b2bpic.net/free-photo/white-comfortable-pillow-decoration-interior-bedroom_74190-11121.jpg", imageAlt:"modern hotel room minimalist"},{imageSrc:"http://img.b2bpic.net/free-photo/white-pillow-bed_74190-4628.jpg", imageAlt:"luxury hotel room Tbilisi design"},{imageSrc:"http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118977.jpg", imageAlt:"luxury boutique hotel interior Tbilisi"}]} + leftCarouselItems={[{imageSrc:"http://img.b2bpic.net/free-photo/beige-colored-interior-dining-room_114579-2540.jpg?_wi=1", imageAlt:"luxury boutique hotel interior Tbilisi"},{imageSrc:"http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150927802.jpg?_wi=1", imageAlt:"luxury hotel room Tbilisi design"}]} + rightCarouselItems={[{imageSrc:"http://img.b2bpic.net/free-photo/cozy-bedroom-with-rattan-headboard-pendant-light_23-2152031743.jpg", imageAlt:"hotel room interior warm design"},{imageSrc:"http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-breakfast_23-2150326150.jpg", imageAlt:"modern boutique suite Tbilisi"}]} buttons={[{ text: "დაჯავშნა", href: "#contact" }]} - avatars={[{src:"http://img.b2bpic.net/free-photo/man-with-white-shirt-holding-his-camera-beach-day_1140-546.jpg", alt:"Man with white shirt"},{src:"http://img.b2bpic.net/free-photo/portrait-funny-brunette-woman-wears-straw-hat-poses-selfie-shows-tongue-drinks-refreshing-cocktail-stands-against-cafe-interior-beautiful-young-female-model-enjoys-summer-holiday_273609-2356.jpg", alt:"Portrait of funny woman"},{src:"http://img.b2bpic.net/free-photo/adorable-woman-straw-hat-wears-blouse-make-selfie_273609-2353.jpg", alt:"Adorable woman in straw hat"},{src:"http://img.b2bpic.net/free-photo/young-woman-tropical-park_1163-3430.jpg", alt:"Young woman in tropical park"},{src:"http://img.b2bpic.net/free-photo/tourist-exotic-resort-reception_482257-79677.jpg", alt:"Tourist at resort reception"}]} - avatarText="უკვე 1000+ კმაყოფილი სტუმარი" - marqueeItems={[{type:"text", text:"ცენტრალური მდებარეობა"},{type:"text", text:"24/7 მომსახურება"},{type:"text", text:"უსაფრთხო გარემო"},{type:"text", text:"თანამედროვე კომფორტი"},{type:"text", text:"თბილისური სტილი"}]} + marqueeItems={[{type:"text", text:"ცენტრალური მდებარეობა"},{type:"text", text:"24/7 მომსახურება"},{type:"text", text:"უსაფრთხო გარემო"}]} />