Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -5,15 +5,15 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Calendar, MapPin, Users, AlertCircle } from "lucide-react";
|
||||
import { Calendar, Users, AlertCircle } from "lucide-react";
|
||||
|
||||
export default function AvailabilityPage() {
|
||||
const navItems = [
|
||||
{ name: "The Villa", id: "/" },
|
||||
{ name: "Experience", id: "/" },
|
||||
{ name: "Location", id: "/" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Book Now", id: "/availability" },
|
||||
{ name: "The Villa", id: "villa" },
|
||||
{ name: "Experience", id: "experience" },
|
||||
{ name: "Location", id: "location" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Book Now", id: "booking" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -113,7 +113,7 @@ export default function AvailabilityPage() {
|
||||
title="Plan Your Cretan Dream Stay"
|
||||
description="Experience luxury living above the sea. Check availability, request a booking, or get in touch with our family hosts for personalized assistance."
|
||||
tagIcon={Calendar}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/app-screens-set-travelling_23-2148403050.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -10,7 +10,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, Star, Home, Waves, Droplets, TrendingUp, MapPin, Heart, Calendar } from "lucide-react";
|
||||
import { Sparkles, Star, Home, Waves, Droplets, MapPin, Heart, Calendar } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -48,7 +48,7 @@ export default function HomePage() {
|
||||
tag="Luxury Villa Retreat"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", imageAlt: "Villa seascape view"
|
||||
@@ -243,7 +243,7 @@ export default function HomePage() {
|
||||
title="Plan Your Cretan Dream Stay"
|
||||
description="Experience luxury living above the sea. Check availability, request a booking, or get in touch with our family hosts for personalized assistance."
|
||||
tagIcon={Calendar}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/app-screens-set-travelling_23-2148403050.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user