Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-12 20:26:06 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import { Calendar, ShieldCheck, Target } from 'lucide-react';
import { Calendar, Target } from 'lucide-react';
export default function LandingPage() {
return (
@@ -82,6 +82,7 @@ export default function LandingPage() {
tagIcon={Calendar}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "p1", title: "Corporate Events", description: "Professional spaces for business gatherings.", tag: "Professional" },
{ id: "p2", title: "Intimate Dinners", description: "Exclusive setups for close groups.", tag: "Exclusive" }
@@ -97,6 +98,7 @@ export default function LandingPage() {
tagIcon={Target}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "c1", title: "Brand Integration", description: "Showcase your vision.", tag: "Growth" }
]}
@@ -109,6 +111,7 @@ export default function LandingPage() {
description="Centralized access to our hospitality services."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "s1", title: "Standard Concierge", price: "Custom", period: "on-request", features: ["Reservation Assist", "Custom Menu Planning", "Event Booking"], button: { text: "Inquire" } }
]}