From 7fb5bd2f4bcd11c6fcdff16d265b2ae88094ce2c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:00:23 +0000 Subject: [PATCH 1/2] Update src/app/availability/page.tsx --- src/app/availability/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/availability/page.tsx b/src/app/availability/page.tsx index 7e9126a..147d25d 100644 --- a/src/app/availability/page.tsx +++ b/src/app/availability/page.tsx @@ -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" From 7c4dca69dbdf935cf2c35ab673ee579f3b378665 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:00:24 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbf6192..c5d8b8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"