Update src/app/page.tsx

This commit is contained in:
2026-03-16 02:59:36 +00:00
parent 6cfac0700a
commit 734386e17b

View File

@@ -11,7 +11,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Heart, Music, Phone, Sparkles, Star, Wine } from 'lucide-react';
import { Heart, Music, Phone, Sparkles, Star, Wine, Briefcase } from 'lucide-react';
export default function LandingPage() {
return (
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="plain"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -57,7 +57,7 @@ export default function LandingPage() {
imageAlt="High Note cocktail lounge interior with elegant lighting"
mediaAnimation="slide-up"
imagePosition="right"
background={{ variant: "plain" }}
background={{ variant: "animated-grid" }}
/>
</div>
@@ -211,7 +211,7 @@ export default function LandingPage() {
buttons: [{ text: "Inquire", href: "#contact" }]
},
{
id: "corporate", badge: "Corporate", badgeIcon: Star,
id: "corporate", badge: "Corporate", badgeIcon: Briefcase,
price: "Starting at $3,500", subtitle: "Corporate Event", features: [
"Private event space rental", "Full bar service", "Catering options available", "AV presentation setup", "Customizable bar packages"
],
@@ -235,7 +235,7 @@ export default function LandingPage() {
description="Have questions? Want to book a table or private event? Reach out and let us help create your perfect evening at High Note."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email"
buttonText="Send Message"