Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-05-26 09:41:46 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Sparkles, Bed, Bathtub, Ruler, Sunset } from "lucide-react";
import { Sparkles, Bed, Ruler, Sunset, Instagram, Facebook, Linkedin } from "lucide-react";
export default function RoomsSuitesPage() {
return (
@@ -25,13 +25,13 @@ export default function RoomsSuitesPage() {
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", href: "/" },
{ name: "Rooms & Suites", href: "/rooms-suites" },
{ name: "Spa & Wellness", href: "/spa-services" },
{ name: "Dining", href: "/dining" },
{ name: "Amenities", href: "/amenities" },
{ name: "Gallery", href: "/gallery" },
{ name: "Contact", href: "/#contact" }
{ name: "Home", id: "/" },
{ name: "Rooms & Suites", id: "/rooms-suites" },
{ name: "Spa & Wellness", id: "/spa-services" },
{ name: "Dining", id: "/dining" },
{ name: "Amenities", id: "/amenities" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/#contact" }
]}
brandName="Terradamari"
button={{ text: "Book Now", href: "/#contact" }}
@@ -81,7 +81,7 @@ export default function RoomsSuitesPage() {
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
]}
/>
</ReactLenis>

View File

@@ -6,7 +6,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Sparkles, Leaf, Heart, Gem, Sun } from "lucide-react";
import { Sparkles, Leaf, Heart, Gem, Sun, Instagram, Facebook, Linkedin } from "lucide-react";
export default function SpaServicesPage() {
return (
@@ -25,13 +25,13 @@ export default function SpaServicesPage() {
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", href: "/" },
{ name: "Rooms & Suites", href: "/rooms-suites" },
{ name: "Spa & Wellness", href: "/spa-services" },
{ name: "Dining", href: "/dining" },
{ name: "Amenities", href: "/amenities" },
{ name: "Gallery", href: "/gallery" },
{ name: "Contact", href: "/#contact" }
{ name: "Home", id: "/" },
{ name: "Rooms & Suites", id: "/rooms-suites" },
{ name: "Spa & Wellness", id: "/spa-services" },
{ name: "Dining", id: "/dining" },
{ name: "Amenities", id: "/amenities" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/#contact" }
]}
brandName="Terradamari"
button={{ text: "Book Now", href: "/#contact" }}
@@ -81,7 +81,7 @@ export default function SpaServicesPage() {
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
]}
/>
</ReactLenis>