diff --git a/src/app/tickets/page.tsx b/src/app/tickets/page.tsx index 2ab11b1..6ca73ef 100644 --- a/src/app/tickets/page.tsx +++ b/src/app/tickets/page.tsx @@ -4,10 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -export default function LandingPage() { +export default function TicketsPage() { return (
- -
- -
-
@@ -150,33 +57,16 @@ export default function LandingPage() {
); -} +} \ No newline at end of file