Merge version_1 into main #2
127
src/app/page.tsx
127
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Movies",
|
||||
id: "products",
|
||||
},
|
||||
name: "Movies", id: "products"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "features",
|
||||
},
|
||||
name: "Events", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="IndiTicket"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Ticket to Magic"
|
||||
description="Experience movies and live events across India with our seamless, real-time booking platform."
|
||||
tag="India's #1 Ticketing App"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-cyber-monday-horizontal-sale-banners-set_23-2149120116.jpg?_wi=1",
|
||||
imageAlt: "Cinema Experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-cyber-monday-horizontal-sale-banners-set_23-2149120116.jpg", imageAlt: "Cinema Experience"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-cyber-monday-horizontal-sale-banners-set_23-2149120116.jpg?_wi=2",
|
||||
imageAlt: "Event Crowd",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-cyber-monday-horizontal-sale-banners-set_23-2149120116.jpg?_wi=3",
|
||||
imageAlt: "Digital Ticketing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-cyber-monday-horizontal-sale-banners-set_23-2149120116.jpg?_wi=4",
|
||||
imageAlt: "Seamless Booking",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-cyber-monday-horizontal-sale-banners-set_23-2149120116.jpg?_wi=5",
|
||||
imageAlt: "Premium Entertainment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-cyber-monday-horizontal-sale-banners-set_23-2149120116.jpg", imageAlt: "Event Crowd"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -95,19 +70,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Instant Confirmation",
|
||||
description: "Get your tickets in your inbox immediately after booking.",
|
||||
},
|
||||
title: "Instant Confirmation", description: "Get your tickets in your inbox immediately after booking."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Real-time Availability",
|
||||
description: "Always stay updated with the latest seat status at your favorite venues.",
|
||||
},
|
||||
title: "Real-time Availability", description: "Always stay updated with the latest seat status at your favorite venues."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Secure Payments",
|
||||
description: "Advanced encryption for safe and quick financial transactions.",
|
||||
},
|
||||
title: "Secure Payments", description: "Advanced encryption for safe and quick financial transactions."},
|
||||
]}
|
||||
title="Why Book With Us?"
|
||||
description="Premium features to make your entertainment experience effortless."
|
||||
@@ -122,23 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Action Blockbuster",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-documenting-war-conflict-zone-through-photography_23-2151671707.jpg",
|
||||
},
|
||||
id: "1", name: "Action Blockbuster", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/person-documenting-war-conflict-zone-through-photography_23-2151671707.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Global Music Festival",
|
||||
price: "₹1500",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-music-festival-poster_23-2147558179.jpg",
|
||||
},
|
||||
id: "2", name: "Global Music Festival", price: "₹1500", imageSrc: "http://img.b2bpic.net/free-vector/modern-music-festival-poster_23-2147558179.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tech Conference 2025",
|
||||
price: "₹5000",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-flyer-template-with-photo_23-2148274516.jpg",
|
||||
},
|
||||
id: "3", name: "Tech Conference 2025", price: "₹5000", imageSrc: "http://img.b2bpic.net/free-vector/business-flyer-template-with-photo_23-2148274516.jpg"},
|
||||
]}
|
||||
title="Trending Now"
|
||||
description="Don't miss the biggest blockbusters and events happening near you."
|
||||
@@ -151,45 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best app ever",
|
||||
quote: "Booking tickets has never been this easy. Seamless experience every single time.",
|
||||
name: "Aarav Sharma",
|
||||
role: "Film Buff",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-smartphone_23-2149005348.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Best app ever", quote: "Booking tickets has never been this easy. Seamless experience every single time.", name: "Aarav Sharma", role: "Film Buff", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-smartphone_23-2149005348.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Reliable & Fast",
|
||||
quote: "I use IndiTicket for all major music concerts. Their support is world-class.",
|
||||
name: "Priya Iyer",
|
||||
role: "Concert Goer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-grandstands-side-view_23-2149867396.jpg",
|
||||
},
|
||||
id: "2", title: "Reliable & Fast", quote: "I use IndiTicket for all major music concerts. Their support is world-class.", name: "Priya Iyer", role: "Concert Goer", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-grandstands-side-view_23-2149867396.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Smooth UI",
|
||||
quote: "The seat selection process is incredibly intuitive. Saved me so much time.",
|
||||
name: "Rahul Mehta",
|
||||
role: "Corporate Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-web-design-elements-green-color_23-2147542335.jpg",
|
||||
},
|
||||
id: "3", title: "Smooth UI", quote: "The seat selection process is incredibly intuitive. Saved me so much time.", name: "Rahul Mehta", role: "Corporate Professional", imageSrc: "http://img.b2bpic.net/free-vector/flat-web-design-elements-green-color_23-2147542335.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great Discounts",
|
||||
quote: "Always finding the best deals on movie tickets here. Highly recommended!",
|
||||
name: "Ananya Rao",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat-using-laptop_273609-13389.jpg",
|
||||
},
|
||||
id: "4", title: "Great Discounts", quote: "Always finding the best deals on movie tickets here. Highly recommended!", name: "Ananya Rao", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat-using-laptop_273609-13389.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Excellent Service",
|
||||
quote: "Customer support helped me rebook a show quickly. Top-notch service.",
|
||||
name: "Vikram Singh",
|
||||
role: "Frequent Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-smartphone_23-2149005348.jpg?_wi=2",
|
||||
},
|
||||
id: "5", title: "Excellent Service", quote: "Customer support helped me rebook a show quickly. Top-notch service.", name: "Vikram Singh", role: "Frequent Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-smartphone_23-2149005348.jpg"},
|
||||
]}
|
||||
title="Loved by Millions"
|
||||
description="Hear what our users say about the IndiTicket experience."
|
||||
@@ -201,20 +128,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I cancel my ticket?",
|
||||
content: "You can manage cancellations directly from the 'My Bookings' section in your profile.",
|
||||
},
|
||||
id: "1", title: "How do I cancel my ticket?", content: "You can manage cancellations directly from the 'My Bookings' section in your profile."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is my payment information safe?",
|
||||
content: "Yes, we use industry-standard encryption for all your financial transactions.",
|
||||
},
|
||||
id: "2", title: "Is my payment information safe?", content: "Yes, we use industry-standard encryption for all your financial transactions."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I book for others?",
|
||||
content: "Absolutely! Just enter the attendee details at the checkout page.",
|
||||
},
|
||||
id: "3", title: "Can I book for others?", content: "Absolutely! Just enter the attendee details at the checkout page."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to all your common queries about booking tickets."
|
||||
@@ -226,8 +144,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Keep in Touch"
|
||||
title="Stay Updated"
|
||||
description="Subscribe to our newsletter for exclusive offers and upcoming show alerts."
|
||||
|
||||
Reference in New Issue
Block a user