4 Commits

Author SHA1 Message Date
ae8ec875bb Merge version_4 into main
Merge version_4 into main
2026-05-17 20:52:22 +00:00
dc33a932d0 Update src/app/page.tsx 2026-05-17 20:52:19 +00:00
95609764ad Merge version_3 into main
Merge version_3 into main
2026-05-17 20:49:10 +00:00
ae4bf97d2c Merge version_3 into main
Merge version_3 into main
2026-05-17 20:48:44 +00:00

View File

@@ -10,8 +10,9 @@ 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 { Star } from "lucide-react";
export default function LandingPage() {
export default function ArtistPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -31,6 +32,7 @@ export default function LandingPage() {
navItems={[
{ name: "Biography", id: "about" },
{ name: "Tickets", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" }
]}
brandName="Céline Dion"
@@ -41,8 +43,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "glowing-orb" }}
title="Céline Dion: Live in Paris"
description="An evening of timeless elegance at the legendary Accor Arena. Join us for a once-in-a-lifetime performance."
title="Céline Dion: Live at Accor Arena"
description="Experience a night of unmatched artistry and emotion in the heart of Paris."
buttons={[{ text: "Get Tickets", href: "#pricing" }]}
leftCarouselItems={[{ imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-woman-singing-microphone_1157-19069.jpg" }]}
rightCarouselItems={[{ imageSrc: "https://img.b2bpic.net/free-photo/people-cheering-concert_1157-19080.jpg" }]}
@@ -51,7 +53,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "The Voice of a Generation" }]}
heading={[{ type: "text", content: "The Voice of a Legend" }]}
useInvertedBackground={true}
/>
</div>
@@ -59,14 +61,14 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="blur-reveal"
title="Select Your Experience"
description="Choose from our tiered packages for the best viewing experience."
title="Concert Tiers"
description="Choose your premium seating for this exclusive Paris performance."
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"] },
{ id: "vip", badge: "VIP Diamond Package", price: "€850", subtitle: "Luxury Experience", buttons: [{ text: "Select", href: "#" }], features: ["Private suite", "Gourmet dinner", "Meet & Greet access"] }
{ id: "ga", badge: "General Admission", badgeIcon: Star, price: "€180", subtitle: "Main Floor Access", buttons: [{ text: "Book Now", href: "#" }], features: ["Standard floor access", "Priority entry", "Digital souvenir"] },
{ id: "gc", badge: "Golden Circle", badgeIcon: Star, price: "€450", subtitle: "Premium View", buttons: [{ text: "Book Now", href: "#" }], features: ["Front row stage view", "Dedicated private bar", "Priority lane access"] },
{ id: "vip", badge: "VIP Diamond Package", badgeIcon: Star, price: "€1200", subtitle: "Ultra Luxury", buttons: [{ text: "Book Now", href: "#" }], features: ["VIP Private Suite", "Gourmet dinner and wine", "Meet & Greet access", "Luxury gift bag"] }
]}
/>
</div>
@@ -75,12 +77,12 @@ export default function LandingPage() {
<TestimonialCardSixteen
animationType="slide-up"
useInvertedBackground={true}
title="Press Quotes"
description="What the world says about the legend."
title="Fan Experiences"
description="Read what audiences around the globe say about her live performance."
textboxLayout="default"
kpiItems={[{ value: "100%", label: "Pure Talent" }, { value: "50K", label: "Fans" }, { value: "10+", label: "Awards" }]}
kpiItems={[{ value: "1M+", label: "Tickets Sold" }, { value: "50K", label: "Stellar Reviews" }, { value: "100%", label: "Pure Emotion" }]}
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" }
{ id: "1", name: "Sophie L.", role: "Concert-goer", company: "Paris Fan Club", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/woman-smiling-concert_1157-19090.jpg" }
]}
/>
</div>
@@ -88,35 +90,25 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
faqs={[
{ id: "1", title: "Show Time?", content: "Doors open at 19:00, show starts at 20:30." },
{ id: "2", title: "Parking?", content: "Available at Accor Arena underground parking." }
{ id: "1", title: "Doors Open Time?", content: "Doors open at 18:00 for VIP, 19:00 for General Admission." },
{ id: "2", title: "Where is the Venue?", content: "Located at Accor Arena, 8 Boulevard de Bercy, 75012 Paris, France." },
{ id: "3", title: "Is there a Dress Code?", content: "Smart-elegant attire is recommended for our VIP guests." }
]}
title="Event Details"
description="Answers to common questions about the event."
title="Common Questions"
description="Get all the information you need for the big night."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Newsletter"
title="Join the Waitlist"
description="Receive updates about future tours and exclusive content."
buttons={[{ text: "Subscribe" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[{ title: "Legal", items: [{ label: "Privacy", href: "#" }] }]}
logoText="Céline Dion"
columns={[{ title: "Company", items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] }, { title: "Help", items: [{ label: "Support", href: "#" }, { label: "Contact", href: "#" }] }]}
logoText="Céline Dion Paris 2025"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}