Update src/app/page.tsx

This commit is contained in:
2026-05-06 07:28:33 +00:00
parent f261c65dcc
commit f6c479be5a

View File

@@ -3,15 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Building2, Clock, MapPin, Sparkles, User, Users, Calendar, Wine } from "lucide-react";
export default function FerrozLounge() {
return (
@@ -73,10 +69,11 @@ export default function FerrozLounge() {
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: '1', brand: 'Mon-Wed', name: 'Chill Vibes & Jazz', price: 'Free Entry', rating: 5, imageSrc: 'https://img.b2bpic.net/premium-photo/jazz-music-performer-stage_1062402-456.jpg' },
{ id: '2', brand: 'Thursday', name: 'Sunset Sessions', price: '$20 Cover', rating: 5, imageSrc: 'https://img.b2bpic.net/premium-photo/people-drinking-cocktails-terrace-sunset_1062402-888.jpg' },
{ id: '3', brand: 'Fri-Sat', name: 'Midnight Pulse', price: '$50 Entry', rating: 5, imageSrc: 'https://img.b2bpic.net/premium-photo/night-club-dance-floor-vibe_1062402-1212.jpg' }
{ id: '1', brand: 'Mon-Wed', name: 'Chill Vibes & Jazz', price: 'Free Entry', rating: 5, reviewCount: '120', imageSrc: 'https://img.b2bpic.net/premium-photo/jazz-music-performer-stage_1062402-456.jpg' },
{ id: '2', brand: 'Thursday', name: 'Sunset Sessions', price: '$20 Cover', rating: 5, reviewCount: '85', imageSrc: 'https://img.b2bpic.net/premium-photo/people-drinking-cocktails-terrace-sunset_1062402-888.jpg' },
{ id: '3', brand: 'Fri-Sat', name: 'Midnight Pulse', price: '$50 Entry', rating: 5, reviewCount: '210', imageSrc: 'https://img.b2bpic.net/premium-photo/night-club-dance-floor-vibe_1062402-1212.jpg' }
]}
/>
</div>
@@ -88,6 +85,7 @@ export default function FerrozLounge() {
description="Reservations are highly recommended for weekend evenings. Contact us to book your spot."
buttons={[{ text: "Reservations", href: "#" }, { text: "Call Ferroz", href: "tel:5550123" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>