Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fff9d513a8 | |||
| c176a3a191 |
228
src/app/page.tsx
228
src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
@@ -30,26 +30,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Accommodations", id: "about" },
|
||||
{ name: "Our Experience", id: "features" },
|
||||
{ name: "Guest Reviews", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Inquiries", id: "contact" },
|
||||
]}
|
||||
brandName="Villa Ylliria"
|
||||
/>
|
||||
@@ -58,61 +44,25 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to Apartments Villa Ylliria"
|
||||
description="Discover your peaceful coastal retreat in Donji Štoj. Experience the perfect blend of comfort, warmth, and Montenegrin hospitality in our highly-rated holiday sanctuary."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-brunette-female-headphones_23-2148137921.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/boat-trip-bali-young-woman-sunglasses-is-sailing-boat-nearby-island_1321-3284.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-man-posing-beach_23-2148700302.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-bride-hotel_1157-14355.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-brunette-female-headphones_23-2148137921.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/boat-trip-bali-young-woman-sunglasses-is-sailing-boat-nearby-island_1321-3284.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-man-posing-beach_23-2148700302.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/elegant-bride-hotel_1157-14355.jpg", alt: "Guest" },
|
||||
]}
|
||||
avatarText="Loved by 20+ Happy Travelers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Inquire Availability", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Coastal Retreat",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Comfort",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Adriatic Views",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Hospitality",
|
||||
},
|
||||
{ type: "text", text: "Coastal Retreat" },
|
||||
{ type: "text", text: "Modern Comfort" },
|
||||
{ type: "text", text: "Family Friendly" },
|
||||
{ type: "text", text: "Adriatic Views" },
|
||||
{ type: "text", text: "Authentic Hospitality" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,42 +86,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Relaxing Atmosphere",
|
||||
author: "Peaceful Stay",
|
||||
description: "Escape the noise and enjoy the tranquil vibe that makes Villa Ylliria a top-rated destination.",
|
||||
tags: [
|
||||
"Relaxing",
|
||||
"Quiet",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clouse-up-beautiful-woman-enjoying-breakfast_23-2149063303.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Home-Like Comfort",
|
||||
author: "Cozy Living",
|
||||
description: "Our well-maintained apartments provide all the modern comforts you need for a restful holiday experience.",
|
||||
tags: [
|
||||
"Comfort",
|
||||
"Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-artificial-flowers-living-room_169016-5634.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Prime Location",
|
||||
author: "Ulcinj Coast",
|
||||
description: "Stay steps away from the beautiful coastal regions of Ulcinj, perfectly positioned for sea lovers.",
|
||||
tags: [
|
||||
"Coastal",
|
||||
"Convenient",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-landscape_23-2151839249.jpg",
|
||||
},
|
||||
{ id: "1", title: "Relaxing Atmosphere", author: "Tranquil Vibe", description: "Escape the noise and enjoy the peaceful environment that defines our sanctuary.", tags: ["Relaxing", "Quiet"], imageSrc: "http://img.b2bpic.net/free-photo/clouse-up-beautiful-woman-enjoying-breakfast_23-2149063303.jpg" },
|
||||
{ id: "2", title: "Modern Amenities", author: "Cozy Living", description: "Thoughtfully furnished spaces providing every convenience for a seamless holiday stay.", tags: ["Modern", "Comfort"], imageSrc: "http://img.b2bpic.net/free-photo/vase-with-artificial-flowers-living-room_169016-5634.jpg" },
|
||||
{ id: "3", title: "Prime Coastal Location", author: "Ulcinj Coast", description: "Ideally positioned moments from the sea for effortless exploration and beach time.", tags: ["Coastal", "Convenient"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-landscape_23-2151839249.jpg" },
|
||||
]}
|
||||
title="Why Guests Choose Us"
|
||||
description="Discover the hospitality that earned us a 4.7-star rating. Every detail is curated to enhance your vacation."
|
||||
description="Experience the warm Montenegrin hospitality that distinguishes our villa. We prioritize guest comfort and attention to detail."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,63 +101,17 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Marković",
|
||||
role: "Traveler",
|
||||
company: "Happy Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-green-grass-mountain_501050-863.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
role: "Vacationer",
|
||||
company: "Highly Recommended",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-woman-enjoying-song-with-eyes-closed-beach-outdoor-shot-winsome-girl-white-headphones-chilling-wild-beach_197531-9016.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Smith",
|
||||
role: "Tourist",
|
||||
company: "Best Place",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-feather-pennisetum_1388-247.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marco Rossi",
|
||||
role: "Adventurer",
|
||||
company: "Comfortable Stay",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sleeping-outdoors_23-2149435261.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Petrović",
|
||||
role: "Guest",
|
||||
company: "Hospitality Excellence",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-near-sea-beach_23-2148103101.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ana Marković", role: "Traveler", company: "Happy Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-standing-green-grass-mountain_501050-863.jpg" },
|
||||
{ id: "2", name: "John Doe", role: "Vacationer", company: "Highly Recommended", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-woman-enjoying-song-with-eyes-closed-beach-outdoor-shot-winsome-girl-white-headphones-chilling-wild-beach_197531-9016.jpg" },
|
||||
{ id: "3", name: "Sarah Smith", role: "Tourist", company: "Best Place", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-feather-pennisetum_1388-247.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.7",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Guest Reviews",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Warm Hospitality",
|
||||
},
|
||||
{ value: "4.7", label: "Avg Rating" },
|
||||
{ value: "20+", label: "Guest Reviews" },
|
||||
{ value: "100%", label: "Genuine Hospitality" },
|
||||
]}
|
||||
title="Guest Testimonials"
|
||||
description="See why our guests consider us the best place to enjoy your vacation."
|
||||
description="Real feedback from guests who made Villa Ylliria their holiday home."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -246,24 +120,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Where is the property located?",
|
||||
content: "We are located in Donji Štoj, Montenegro (Donji Štoj 85360), in the beautiful Ulcinj region.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I book an apartment?",
|
||||
content: "You can reach out through our contact section to request availability and booking details.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is the area suitable for families?",
|
||||
content: "Yes, Donji Štoj is a quiet, family-friendly area perfect for all kinds of travelers seeking relaxation.",
|
||||
},
|
||||
{ id: "1", title: "Where is the villa located?", content: "Located in Donji Štoj, Montenegro (Donji Štoj 85360) within the beautiful Ulcinj coastal district." },
|
||||
{ id: "2", title: "How do I check availability?", content: "Simply submit an inquiry via our contact form or email our concierge team for real-time booking details." },
|
||||
{ id: "3", title: "Are local attractions accessible?", content: "Yes, our location offers excellent proximity to regional beaches and Ulcinj’s primary coastal spots." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about your stay? We're here to help."
|
||||
description="Answers to help you plan your stay with us."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -271,26 +133,24 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Ready to experience your dream vacation at Apartments Villa Ylliria? We look forward to welcoming you soon."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:info@villaylliria.com",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to reserve your coastal retreat? We are dedicated to ensuring your holiday in Montenegro is nothing short of exceptional."
|
||||
buttons={[{ text: "Contact Our Concierge", href: "mailto:info@villaylliria.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBase
|
||||
logoText="Villa Ylliria"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "#nav" }, { label: "Accommodations", href: "#about" }, { label: "Inquiry", href: "#contact" }] },
|
||||
{ title: "Information", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Stay", href: "#" }, { label: "FAQs", href: "#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "info@villaylliria.com", href: "mailto:info@villaylliria.com" }, { label: "Donji Štoj, Montenegro", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Apartments Villa Ylliria. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user