Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
251
src/app/page.tsx
251
src/app/page.tsx
@@ -19,31 +19,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="NYC Party House"
|
||||
/>
|
||||
@@ -55,35 +47,21 @@ export default function LandingPage() {
|
||||
description="The premier venue for your most exclusive events in the heart of New York City."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Tour",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Tour", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/layered-glasses-with-shampagne_8353-9952.jpg",
|
||||
imageAlt: "Luxurious event space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/layered-glasses-with-shampagne_8353-9952.jpg", imageAlt: "Luxurious event space"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771511.jpg",
|
||||
imageAlt: "Party house interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771511.jpg", imageAlt: "Party house interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg",
|
||||
imageAlt: "Dance floor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg", imageAlt: "Dance floor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-traffic-light-city_23-2148242228.jpg",
|
||||
imageAlt: "Event setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-traffic-light-city_23-2148242228.jpg", imageAlt: "Event setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg",
|
||||
imageAlt: "Bar area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg", imageAlt: "Bar area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg",
|
||||
imageAlt: "Outdoor deck",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg", imageAlt: "Outdoor deck"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,29 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Venue",
|
||||
title: "Modern Sound & Lighting",
|
||||
subtitle: "Cutting-edge AV",
|
||||
description: "High-fidelity audio and customizable mood lighting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dj-equipment-stage-electronic-music-live-performance-nightclub-musician-controller-sound-mixing-speakers-spotlights-party-discotheque-club-with-no-people_482257-67177.jpg",
|
||||
imageAlt: "Sound system",
|
||||
},
|
||||
tag: "Venue", title: "Modern Sound & Lighting", subtitle: "Cutting-edge AV", description: "High-fidelity audio and customizable mood lighting.", imageSrc: "http://img.b2bpic.net/free-photo/dj-equipment-stage-electronic-music-live-performance-nightclub-musician-controller-sound-mixing-speakers-spotlights-party-discotheque-club-with-no-people_482257-67177.jpg", imageAlt: "Sound system"},
|
||||
{
|
||||
tag: "Services",
|
||||
title: "Gourmet Catering",
|
||||
subtitle: "In-house culinary",
|
||||
description: "Tailored menus crafted by expert local chefs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-cocktail-with-shaker_23-2149093609.jpg",
|
||||
imageAlt: "Catering",
|
||||
},
|
||||
tag: "Services", title: "Gourmet Catering", subtitle: "In-house culinary", description: "Tailored menus crafted by expert local chefs.", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-cocktail-with-shaker_23-2149093609.jpg", imageAlt: "Catering"},
|
||||
{
|
||||
tag: "Support",
|
||||
title: "Event Coordination",
|
||||
subtitle: "Full planning support",
|
||||
description: "Professional team to manage every detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights-keyboardist-play_627829-10075.jpg",
|
||||
imageAlt: "Planner",
|
||||
},
|
||||
tag: "Support", title: "Event Coordination", subtitle: "Full planning support", description: "Professional team to manage every detail.", imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights-keyboardist-play_627829-10075.jpg", imageAlt: "Planner"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Everything you need for an exceptional event experience."
|
||||
@@ -141,41 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cocktail Parties",
|
||||
price: "From $5,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg",
|
||||
},
|
||||
id: "p1", name: "Cocktail Parties", price: "From $5,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gala Dinners",
|
||||
price: "From $8,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-martini-green-olives-stand-mirror-tray_8353-685.jpg",
|
||||
},
|
||||
id: "p2", name: "Gala Dinners", price: "From $8,000", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-martini-green-olives-stand-mirror-tray_8353-685.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Private Parties",
|
||||
price: "From $3,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481522.jpg",
|
||||
},
|
||||
id: "p3", name: "Private Parties", price: "From $3,000", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481522.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Corporate Galas",
|
||||
price: "From $10,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg",
|
||||
},
|
||||
id: "p4", name: "Corporate Galas", price: "From $10,000", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Birthday Celebrations",
|
||||
price: "From $2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg",
|
||||
},
|
||||
id: "p5", name: "Birthday Celebrations", price: "From $2,500", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Night Parties",
|
||||
price: "From $4,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-with-pink-balloons-desk_23-2148092559.jpg",
|
||||
},
|
||||
id: "p6", name: "Night Parties", price: "From $4,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-with-pink-balloons-desk_23-2148092559.jpg"},
|
||||
]}
|
||||
title="Event Experiences"
|
||||
description="Explore the different styles of events we host."
|
||||
@@ -189,38 +125,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Standard",
|
||||
price: "$3,000",
|
||||
period: "day",
|
||||
description: "Essential space hire for smaller gatherings.",
|
||||
button: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"Venue access",
|
||||
"Basic lighting",
|
||||
"Wifi",
|
||||
],
|
||||
id: "basic", tag: "Standard", price: "$3,000", period: "day", description: "Essential space hire for smaller gatherings.", button: {
|
||||
text: "Inquire", href: "#contact"},
|
||||
featuresTitle: "Included", features: [
|
||||
"Venue access", "Basic lighting", "Wifi"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Premier",
|
||||
price: "$6,000",
|
||||
period: "event",
|
||||
description: "Comprehensive package for seamless celebrations.",
|
||||
button: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Basic, plus:",
|
||||
features: [
|
||||
"Sound & Light tech",
|
||||
"Staff support",
|
||||
"Catering access",
|
||||
],
|
||||
id: "pro", tag: "Premier", price: "$6,000", period: "event", description: "Comprehensive package for seamless celebrations.", button: {
|
||||
text: "Inquire", href: "#contact"},
|
||||
featuresTitle: "Everything in Basic, plus:", features: [
|
||||
"Sound & Light tech", "Staff support", "Catering access"],
|
||||
},
|
||||
]}
|
||||
title="Event Packages"
|
||||
@@ -235,45 +149,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahnyc",
|
||||
testimonial: "The best venue in New York. Flawless execution.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-with-glass-sitting-party-morning_651396-784.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@sarahnyc", testimonial: "The best venue in New York. Flawless execution.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-with-glass-sitting-party-morning_651396-784.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "Incredible space, staff, and atmosphere. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-talking-with-each-other_23-2148395400.jpg",
|
||||
},
|
||||
id: "2", name: "John Doe", handle: "@johndoe", testimonial: "Incredible space, staff, and atmosphere. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-talking-with-each-other_23-2148395400.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Wilson",
|
||||
handle: "@emmaw",
|
||||
testimonial: "Everything was perfect for my birthday party.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-with-cake-surprise-birthday-party_23-2149749143.jpg",
|
||||
},
|
||||
id: "3", name: "Emma Wilson", handle: "@emmaw", testimonial: "Everything was perfect for my birthday party.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-with-cake-surprise-birthday-party_23-2149749143.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Smith",
|
||||
handle: "@dsmith",
|
||||
testimonial: "A truly sophisticated venue for any large gathering.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-make-up-elegant-outfit-preparing-birthday-party_291650-582.jpg",
|
||||
},
|
||||
id: "4", name: "David Smith", handle: "@dsmith", testimonial: "A truly sophisticated venue for any large gathering.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-make-up-elegant-outfit-preparing-birthday-party_291650-582.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Lee",
|
||||
handle: "@annalee",
|
||||
testimonial: "The team made our corporate event easy and memorable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-man-attractive-woman-with-glasses-drinks-confetti_23-2147989313.jpg",
|
||||
},
|
||||
id: "5", name: "Anna Lee", handle: "@annalee", testimonial: "The team made our corporate event easy and memorable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-man-attractive-woman-with-glasses-drinks-confetti_23-2147989313.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
@@ -287,20 +176,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the capacity?",
|
||||
content: "Our venue accommodates up to 200 guests comfortably.",
|
||||
},
|
||||
id: "1", title: "What is the capacity?", content: "Our venue accommodates up to 200 guests comfortably."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is catering included?",
|
||||
content: "We offer in-house catering and allow external vendors.",
|
||||
},
|
||||
id: "2", title: "Is catering included?", content: "We offer in-house catering and allow external vendors."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How far in advance should I book?",
|
||||
content: "We recommend booking 6-12 months in advance.",
|
||||
},
|
||||
id: "3", title: "How far in advance should I book?", content: "We recommend booking 6-12 months in advance."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers."
|
||||
@@ -312,14 +192,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Ready to book your New York event? Get in touch with our team today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@nycpartyhouse.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:info@nycpartyhouse.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -329,33 +206,21 @@ export default function LandingPage() {
|
||||
logoText="NYC Party House"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user