Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 14:34:13 +00:00

View File

@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Crown, Dagger, Music, Sparkles, Star, Zap, Quote } from 'lucide-react';
import { Crown, Music, Sparkles, Star, Zap, Quote } from 'lucide-react';
export default function LandingPage() {
return (
@@ -67,7 +67,7 @@ export default function LandingPage() {
title="A Haven of Refined Indulgence"
description="Jatagana combines timeless sophistication with cutting-edge design."
subdescription="Est. 2024 - Where Elegance Reigns"
icon={Dagger}
icon={Star}
imageSrc="http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg"
imageAlt="Jatagana Premium Lounge"
mediaAnimation="opacity"
@@ -85,11 +85,11 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Friday Night Elite Affair", author: "VIP Experience", description: "Exclusive evening featuring world-class DJs, premium cocktails, and an atmosphere designed for networking among the city's most influential figures.", tags: ["DJ Sets", "Cocktails"],
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741468.jpg?_wi=1", imageAlt: "Elite Friday Night Event"
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741468.jpg", imageAlt: "Elite Friday Night Event"
},
{
id: "2", title: "Saturday Midnight Soiree", author: "Premium Experience", description: "Late-night celebration featuring live performances, curated music, and an intimate setting perfect for unforgettable moments.", tags: ["Live Music", "VIP Tables"],
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741468.jpg?_wi=2", imageAlt: "Saturday Night Celebration"
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741468.jpg", imageAlt: "Saturday Night Celebration"
}
]}
animationType="slide-up"
@@ -107,13 +107,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "VIP Lounge Access", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg?_wi=1", imageAlt: "VIP Lounge"
id: "1", name: "VIP Lounge Access", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg", imageAlt: "VIP Lounge"
},
{
id: "2", name: "Private Bottle Service", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg?_wi=2", imageAlt: "Bottle Service"
id: "2", name: "Private Bottle Service", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg", imageAlt: "Bottle Service"
},
{
id: "3", name: "Champagne & Caviar Bar", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg?_wi=3", imageAlt: "Gourmet Bar"
id: "3", name: "Champagne & Caviar Bar", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg", imageAlt: "Gourmet Bar"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -158,7 +158,7 @@ export default function LandingPage() {
{ text: "Reserve Now", href: "https://reservations.example.com" },
{ text: "Contact Us", href: "mailto:info@jatagana.com" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>