From 17d9e83c10e15b1695d277363ba5ec1d32ec057a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:13:03 +0000 Subject: [PATCH] Update src/app/attractions/page.tsx --- src/app/attractions/page.tsx | 62 +++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 25 deletions(-) diff --git a/src/app/attractions/page.tsx b/src/app/attractions/page.tsx index bf4a389..ff4471d 100644 --- a/src/app/attractions/page.tsx +++ b/src/app/attractions/page.tsx @@ -9,18 +9,28 @@ import { ShieldCheck, Users, Info } from "lucide-react"; export default function AttractionsPage() { return ( - + - +
- +
); -- 2.49.1