diff --git a/src/app/attractions/page.tsx b/src/app/attractions/page.tsx
new file mode 100644
index 0000000..bf4a389
--- /dev/null
+++ b/src/app/attractions/page.tsx
@@ -0,0 +1,60 @@
+"use client";
+
+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 FooterSimple from '@/components/sections/footer/FooterSimple';
+import { ShieldCheck, Users, Info } from "lucide-react";
+
+export default function AttractionsPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 82f8414..7058b3f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -55,20 +40,12 @@ export default function LandingPage() {
@@ -193,33 +120,18 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index f97c261..f6e42a7 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #010912;
- --card: #152840;
- --foreground: #e6f0ff;
- --primary-cta: #cee7ff;
+ --background: #020617;
+ --card: #0f172a;
+ --foreground: #e2e8f0;
+ --primary-cta: #c4d8f9;
--primary-cta-text: #010912;
- --secondary-cta: #0e1a29;
+ --secondary-cta: #041633;
--secondary-cta-text: #e6f0ff;
- --accent: #3f5c79;
- --background-accent: #004a93;
+ --accent: #2d30f3;
+ --background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx
new file mode 100644
index 0000000..f17c8c9
--- /dev/null
+++ b/src/app/visit/page.tsx
@@ -0,0 +1,80 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+
+export default function VisitPage() {
+ return (
+
+
+
+
+
+
Visit Information
+
+
+
Opening Hours
+
Daily: 10:00 AM - 7:00 PM
+
+
Location
+
Creek Park, Gate 1, Dubai, UAE
+
+
+
Guidelines
+
+ - No flash photography allowed during shows.
+ - Please respect the marine animals.
+ - Tickets are required for entry.
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file