diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..f34dca1
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,140 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
+import AboutMetric from "@/components/sections/about/AboutMetric";
+import FeatureProcessSteps from "@/components/sections/feature/FeatureProcessSteps";
+import FooterBase from "@/components/sections/footer/FooterBase";
+import { Award, Users, Globe, Heart, Zap } from "lucide-react";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 7af14b7..ada4210 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -28,14 +28,13 @@ export default function BlogPage() {
@@ -64,16 +63,16 @@ export default function BlogPage() {
columns={[
{
title: "About", items: [
- { label: "Our Story", href: "about" },
+ { label: "Our Story", href: "/about" },
{ label: "Awards", href: "#" },
{ label: "Careers", href: "#" }
]
},
{
title: "Services", items: [
- { label: "Rooms", href: "rooms" },
+ { label: "Rooms", href: "#rooms" },
{ label: "Dining", href: "#" },
- { label: "Spa", href: "amenities" },
+ { label: "Spa", href: "#amenities" },
{ label: "Events", href: "#" }
]
},
@@ -92,4 +91,4 @@ export default function BlogPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 09f29f7..b497137 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1269,4 +1269,4 @@ export default function RootLayout({