diff --git a/src/app/page.tsx b/src/app/page.tsx index 36269c5..e59f3c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} /> @@ -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"