Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-07 09:46:02 +00:00

View File

@@ -9,7 +9,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Music, UtensilsCrossed, UmbrellaBench, Sparkles } from 'lucide-react';
import { Music, UtensilsCrossed, Umbrella, Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -65,7 +65,7 @@ export default function LandingPage() {
metrics={[
{ icon: UtensilsCrossed, label: "Fresh Seafood", value: "Daily" },
{ icon: Music, label: "Live Music", value: "Weekends" },
{ icon: UmbrellaBench, label: "Beach Distance", value: "50m" },
{ icon: Umbrella, label: "Beach Distance", value: "50m" },
{ icon: Sparkles, label: "Sunset Views", value: "Nightly" }
]}
metricsAnimation="slide-up"