diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..4ead83d
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,43 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import AboutMetric from '@/components/sections/about/AboutMetric';
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import { Award, Shield, Zap } from "lucide-react";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..dbcc6ff
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,49 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx
new file mode 100644
index 0000000..fef65ab
--- /dev/null
+++ b/src/app/features/page.tsx
@@ -0,0 +1,46 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import { ArrowRight } from "lucide-react";
+
+export default function FeaturesPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 122094e..a1fc542 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,13 +32,13 @@ export default function LandingPage() {
@@ -48,7 +48,7 @@ export default function LandingPage() {
title="Elite Printing Solutions for Your Business"
description="Professional printing from business cards to large-scale banners. We handle your social media designs and custom packaging with precision."
tag="Quality Marketing & Printing"
- buttons={[{ text: "Request Free Quote", href: "#contact" }]}
+ buttons={[{ text: "Request Free Quote", href: "/contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-color-palette_23-2149345284.jpg", imageAlt: "Elite Printing Studio" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-cmyk-toners-assortment_23-2149120697.jpg", imageAlt: "Print machine expertise" }
@@ -87,87 +87,14 @@ export default function LandingPage() {
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-