5 Commits

Author SHA1 Message Date
911e50df9c Update src/app/page.tsx 2026-03-16 18:52:34 +00:00
a49a1923df Update src/app/page.tsx 2026-03-16 18:52:09 +00:00
7dda074311 Merge version_1 into main
Merge version_1 into main
2026-03-16 18:34:17 +00:00
0ba77e7c48 Merge version_1 into main
Merge version_1 into main
2026-03-16 18:33:52 +00:00
6deb8dece4 Merge version_1 into main
Merge version_1 into main
2026-03-16 18:33:21 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
@@ -42,21 +42,44 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboardSplit <HeroBillboardTestimonial
logoText="Zarafshon Boutique Hotel" title="Zarafshon Boutique Hotel"
description="Experience luxury inside the ancient walls of Ichan Kala. Authentic hospitality meets modern comfort in our boutique hotel, perfectly positioned within Khiva's UNESCO World Heritage site." description="Experience luxury inside the ancient walls of Ichan Kala. Authentic hospitality meets modern comfort in our boutique hotel, perfectly positioned within Khiva's UNESCO World Heritage site."
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
buttons={[ buttons={[
{ text: "Book Now", href: "#booking" }, { text: "Book Now", href: "#booking" },
{ text: "WhatsApp", href: "https://wa.me/+998933001234" }, { text: "WhatsApp", href: "https://wa.me/+998933001234" }
{ text: "View Rooms", href: "#rooms" }
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
layoutOrder="default" testimonials={[
imageSrc="http://img.b2bpic.net/free-photo/valletta-waterfront-malta_181624-749.jpg" {
imageAlt="Ancient Khiva old city at sunset with golden light" name: "Sarah Mitchell", handle: "@wanderlustchronicles", testimonial: "An absolutely magical experience. The hotel beautifully preserves Khiva's heritage while providing modern comfort. The courtyard is a perfect oasis!", rating: 5,
mediaAnimation="blur-reveal" imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-smiling-laughing-resting-cafe-shot-from-outside_176420-6938.jpg?_wi=1", imageAlt: "Sarah Mitchell travel blogger"
frameStyle="card" },
{
name: "Marco Rossi", handle: "@marco_arch", testimonial: "As an architect, I was impressed by how thoughtfully every detail was designed. The traditional Uzbek elements are authentic yet comfortable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-together-chair-safari-vacation_107420-9673.jpg?_wi=1", imageAlt: "Marco Rossi architect from Italy"
},
{
name: "Yuki Tanaka", handle: "@yuki_photos", testimonial: "Perfect location for photography. Every corner of this hotel tells a story. The staff's hospitality was beyond expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands-rest-relaxation-concept_169016-10477.jpg?_wi=1", imageAlt: "Yuki Tanaka photographer from Japan"
},
{
name: "Lisa Schmidt", handle: "@professorlisa", testimonial: "Staying here felt like stepping back in time while enjoying all modern amenities. The breakfast was a culinary journey through Uzbek traditions.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shy-charming-woman-with-curly-hair-wearing-denim-shirt-listening-music_291650-819.jpg?_wi=1", imageAlt: "Lisa Schmidt professor from Germany"
}
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
tag="Highly Rated Boutique"
tagIcon={Star}
tagAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-smiling-laughing-resting-cafe-shot-from-outside_176420-6938.jpg", alt: "Guest" },
{ src: "http://img.b2bpic.net/free-photo/couple-sitting-together-chair-safari-vacation_107420-9673.jpg", alt: "Guest" },
{ src: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands-rest-relaxation-concept_169016-10477.jpg", alt: "Guest" }
]}
avatarText="250+ Happy Guests"
ariaLabel="Hero section - Zarafshon Boutique Hotel" ariaLabel="Hero section - Zarafshon Boutique Hotel"
/> />
</div> </div>
@@ -153,19 +176,19 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Mitchell", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5, id: "1", name: "Sarah Mitchell", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-smiling-laughing-resting-cafe-shot-from-outside_176420-6938.jpg", imageAlt: "Sarah Mitchell travel blogger" imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-smiling-laughing-resting-cafe-shot-from-outside_176420-6938.jpg?_wi=2", imageAlt: "Sarah Mitchell travel blogger"
}, },
{ {
id: "2", name: "Marco Rossi", role: "Architect", company: "Milan, Italy", rating: 5, id: "2", name: "Marco Rossi", role: "Architect", company: "Milan, Italy", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-together-chair-safari-vacation_107420-9673.jpg", imageAlt: "Marco Rossi architect from Italy" imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-together-chair-safari-vacation_107420-9673.jpg?_wi=2", imageAlt: "Marco Rossi architect from Italy"
}, },
{ {
id: "3", name: "Yuki Tanaka", role: "Photographer", company: "Tokyo, Japan", rating: 5, id: "3", name: "Yuki Tanaka", role: "Photographer", company: "Tokyo, Japan", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands-rest-relaxation-concept_169016-10477.jpg", imageAlt: "Yuki Tanaka photographer from Japan" imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands-rest-relaxation-concept_169016-10477.jpg?_wi=2", imageAlt: "Yuki Tanaka photographer from Japan"
}, },
{ {
id: "4", name: "Lisa Schmidt", role: "University Professor", company: "Berlin, Germany", rating: 5, id: "4", name: "Lisa Schmidt", role: "University Professor", company: "Berlin, Germany", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shy-charming-woman-with-curly-hair-wearing-denim-shirt-listening-music_291650-819.jpg", imageAlt: "Lisa Schmidt professor from Germany" imageSrc: "http://img.b2bpic.net/free-photo/shy-charming-woman-with-curly-hair-wearing-denim-shirt-listening-music_291650-819.jpg?_wi=2", imageAlt: "Lisa Schmidt professor from Germany"
}, },
{ {
id: "5", name: "James Anderson", role: "Business Consultant", company: "London, UK", rating: 5, id: "5", name: "James Anderson", role: "Business Consultant", company: "London, UK", rating: 5,
@@ -351,4 +374,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }