diff --git a/src/app/attractions/page.tsx b/src/app/attractions/page.tsx index ff4471d..ed70d19 100644 --- a/src/app/attractions/page.tsx +++ b/src/app/attractions/page.tsx @@ -3,9 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { ShieldCheck, Users, Info } from "lucide-react"; export default function AttractionsPage() { return ( @@ -32,25 +31,22 @@ export default function AttractionsPage() { /> -
- +