Merge version_3 into main #3
@@ -10,7 +10,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { Ticket, Star, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -61,7 +60,9 @@ export default function LandingPage() {
|
||||
<PricingCardEight
|
||||
animationType="blur-reveal"
|
||||
title="Select Your Experience"
|
||||
description="Choose from our tiered packages for the best viewing experience."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "ga", badge: "General Admission", price: "€150", subtitle: "Main Floor", buttons: [{ text: "Select", href: "#" }], features: ["Access to floor", "Dedicated entry"] },
|
||||
{ id: "gc", badge: "Golden Circle", price: "€350", subtitle: "Premium View", buttons: [{ text: "Select", href: "#" }], features: ["Front row access", "Exclusive bar", "Priority lane"] },
|
||||
@@ -76,6 +77,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Press Quotes"
|
||||
description="What the world says about the legend."
|
||||
textboxLayout="default"
|
||||
kpiItems={[{ value: "100%", label: "Pure Talent" }, { value: "50K", label: "Fans" }, { value: "10+", label: "Awards" }]}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Le Monde", role: "Critics", company: "Press", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/news-concept-concept_23-2148281660.jpg" }
|
||||
@@ -90,8 +92,10 @@ export default function LandingPage() {
|
||||
{ id: "2", title: "Parking?", content: "Available at Accor Arena underground parking." }
|
||||
]}
|
||||
title="Event Details"
|
||||
description="Answers to common questions about the event."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,6 +105,8 @@ export default function LandingPage() {
|
||||
title="Join the Waitlist"
|
||||
description="Receive updates about future tours and exclusive content."
|
||||
buttons={[{ text: "Subscribe" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user