Update src/app/page.tsx
This commit is contained in:
@@ -13,7 +13,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Calendar, Music, ShieldCheck, Users } from "lucide-react";
|
||||
import { Calendar, Music, ShieldCheck, Users, Ticket } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Community", id: "testimonials" },
|
||||
{ name: "Feed", id: "/feed" },
|
||||
{ name: "Tickets", id: "/ticketing" },
|
||||
{ name: "Support", id: "contact" },
|
||||
]}
|
||||
brandName="PartyFind"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Unforgettable Parties, Simplified."
|
||||
description="Discover the best party venues, caterers, and entertainers in your neighborhood. Book everything you need for your perfect event in minutes."
|
||||
buttons={[{ text: "Start Planning", href: "#features" }]}
|
||||
buttons={[{ text: "Start Planning", href: "#features" }, { text: "Get Tickets", href: "/ticketing" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/new-year-composition-with-party-letters_23-2147724131.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/colorful-bunting-flags-with-bright-background_9975-24665.jpg", alt: "User avatar 1" },
|
||||
@@ -86,6 +86,13 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-laptop_23-2149426574.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Digital Ticketing", description: "Instant ticket generation, secure payment, and QR validation for your guests.", icon: Ticket,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-with-laptop_23-2149426566.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-laptop_23-2149426574.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Trusted Vendors", description: "Verified caterers, photographers, and equipment rentals.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
@@ -93,13 +100,6 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-stand-table-before-restaurant_8353-9656.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Entertainment Hub", description: "Find the best DJs, live bands, and performers.", icon: Music,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-musicians-concert_23-2149162975.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/musician-playing-electronic-music-live-performance-nightclub-dj-headphones-mixing-sound-controller-panel-stage-while-crowd-partying-discotheque-club_482257-67146.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Event Solutions"
|
||||
description="From local venues to top-rated entertainers, we provide everything needed for success."
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
id: "m1", value: "5,000+", title: "Events Organized", description: "Successfully completed parties.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dancing_1098-13220.jpg"
|
||||
},
|
||||
{
|
||||
id: "m2", value: "200+", title: "Local Vendors", description: "Verified partners near you.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-2019-shaped-candles-confetti-stack_23-2147992647.jpg"
|
||||
id: "m2", value: "12k+", title: "Tickets Issued", description: "Verified guest passes generated.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-2019-shaped-candles-confetti-stack_23-2147992647.jpg"
|
||||
},
|
||||
{
|
||||
id: "m3", value: "4.9/5", title: "Avg. Rating", description: "Loved by the community.", imageSrc: "http://img.b2bpic.net/free-photo/2019-candles-multicolored-confetti_23-2147992618.jpg"
|
||||
@@ -138,8 +138,6 @@ export default function LandingPage() {
|
||||
{ id: "p2", brand: "Standard", name: "Wedding Reception Kit", price: "$899", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg" },
|
||||
{ id: "p3", brand: "Standard", name: "Corporate Gala Bundle", price: "$1200", rating: 4.8, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-arrangement-with-bouquets_23-2149436396.jpg" },
|
||||
{ id: "p4", brand: "Standard", name: "Graduation Bash", price: "$299", rating: 4.7, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg" },
|
||||
{ id: "p5", brand: "Standard", name: "Anniversary Dinner Setup", price: "$350", rating: 4.9, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fairy-glowing-light-dark-background_23-2148055634.jpg" },
|
||||
{ id: "p6", brand: "Standard", name: "Holiday Event Decor", price: "$450", rating: 4.6, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-celebration-table-with-guests-seats-outdoors-gardens-with-mountain-view_8353-10887.jpg" },
|
||||
]}
|
||||
title="Popular Party Packages"
|
||||
description="Pre-configured bundles for effortless planning."
|
||||
@@ -177,12 +175,12 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{ id: "f1", title: "How is my data protected?", content: "We utilize end-to-end encryption to secure your event details." },
|
||||
{ id: "f2", title: "Are vendors vetted?", content: "Yes, all vendors pass mandatory privacy and security checks." },
|
||||
{ id: "f3", title: "Is my planning private?", content: "Your event details are strictly confidential and shared only with selected providers." },
|
||||
{ id: "f1", title: "How do I validate tickets?", content: "Our app provides a built-in QR scanner that verifies tickets in real-time." },
|
||||
{ id: "f2", title: "Can I customize tickets?", content: "Yes, you can add event details and branding to all generated tickets." },
|
||||
{ id: "f3", title: "Are tickets secure?", content: "Each ticket features a unique encrypted ID, preventing unauthorized duplication." },
|
||||
]}
|
||||
sideTitle="FAQs & Privacy"
|
||||
sideDescription="Answers about our commitment to user security."
|
||||
sideTitle="FAQs & Ticketing"
|
||||
sideDescription="Answers about our secure ticketing system."
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -206,7 +204,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Explore", items: [
|
||||
{ label: "Our Community", href: "#testimonials" },
|
||||
{ label: "Security & Privacy", href: "#faq" },
|
||||
{ label: "Ticketing System", href: "/ticketing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user