diff --git a/src/app/page.tsx b/src/app/page.tsx index a6a4273..2a2de91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,22 +33,10 @@ export default function LandingPage() { @@ -111,49 +79,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Seamless Booking", - description: "Manage your entire schedule from our centralized platform.", - icon: Calendar, + title: "Seamless Booking", description: "Manage your entire schedule from our centralized platform.", icon: Calendar, 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", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/new-year-composition-with-party-letters_23-2147724131.jpg?_wi=2", - imageAlt: "party planning online booking concept", + { 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, + title: "Trusted Vendors", description: "Verified caterers, photographers, and equipment rentals.", icon: ShieldCheck, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-stand-table-before-restaurant_8353-9656.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-sitting-table-applauding_23-2147668908.jpg?_wi=2", - imageAlt: "party planning online booking concept", + { imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg" }, + { 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, + 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", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dancing_1098-13220.jpg?_wi=1", - imageAlt: "party planning online booking concept", + { 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" @@ -163,29 +107,18 @@ export default function LandingPage() {
@@ -336,21 +179,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "How do I book?", - content: "Simply choose a package and follow the booking flow.", - }, - { - id: "f2", - title: "Are vendors verified?", - content: "Yes, all our partners undergo a strict background check.", - }, - { - id: "f3", - title: "Can I cancel?", - content: "Cancellations are accepted up to 48 hours before the event.", - }, + { id: "f1", title: "How do I book?", content: "Simply choose a package and follow the booking flow." }, + { id: "f2", title: "Are vendors verified?", content: "Yes, all our partners undergo a strict background check." }, + { id: "f3", title: "Can I cancel?", content: "Cancellations are accepted up to 48 hours before the event." }, ]} title="Common Questions" description="Need more help? Here are some answers." @@ -361,16 +192,9 @@ export default function LandingPage() {
@@ -380,29 +204,15 @@ export default function LandingPage() { logoText="PartyFind" columns={[ { - title: "Services", - items: [ - { - label: "Venues", - href: "#", - }, - { - label: "Entertainment", - href: "#", - }, + title: "Services", items: [ + { label: "Venues", href: "#" }, + { label: "Entertainment", href: "#" }, ], }, { - title: "Company", - items: [ - { - label: "About Us", - href: "#", - }, - { - label: "Careers", - href: "#", - }, + title: "Company", items: [ + { label: "About Us", href: "#" }, + { label: "Careers", href: "#" }, ], }, ]}