Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-02-21 01:20:49 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Cocktail, Infinity, Leaf, Massage, Utensils, Wine } from "lucide-react";
import { Infinity, Leaf, Martini, Spa, Utensils, Wine } from "lucide-react";
export default function LandingPage() {
return (
@@ -126,7 +126,7 @@ export default function LandingPage() {
id: "2", title: "Luxurious Spa & Wellness", description: "Indulge in a world of relaxation and rejuvenation at our state-of-the-art spa, featuring a range of treatments and therapies.", media: {
imageSrc: "https://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg", imageAlt: "Serene spa treatment room with ambient lighting"},
items: [
{ icon: Massage, text: "Personalized Treatments" },
{ icon: Spa, text: "Personalized Treatments" },
{ icon: Leaf, text: "Organic Products" },
],
reverse: true,
@@ -136,7 +136,7 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Rooftop swimming pool with city skyline view"},
items: [
{ icon: Infinity, text: "Infinity Edge Pool" },
{ icon: Cocktail, text: "Signature Drinks" },
{ icon: Martini, text: "Signature Drinks" },
],
reverse: false,
},