diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..33dcd51
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,38 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ContactSplit from '@/components/sections/contact/ContactSplit';
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FooterBase from '@/components/sections/footer/FooterBase';
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx
new file mode 100644
index 0000000..47d802b
--- /dev/null
+++ b/src/app/faq/page.tsx
@@ -0,0 +1,41 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import FaqDouble from '@/components/sections/faq/FaqDouble';
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FooterBase from '@/components/sections/footer/FooterBase';
+
+export default function FaqPage() {
+ return (
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx
new file mode 100644
index 0000000..8b2a88a
--- /dev/null
+++ b/src/app/how-it-works/page.tsx
@@ -0,0 +1,67 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView';
+import FooterBase from '@/components/sections/footer/FooterBase';
+import { Zap, Package, ShoppingBag } from "lucide-react";
+
+export default function HowItWorksPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6021c10..2db69d1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,9 +29,11 @@ export default function LandingPage() {
@@ -42,7 +44,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
title="Timeless Pieces. Curated for You."
description="Handpicked vintage that never goes out of style. Discover one-of-one gems from eras past, carefully restored for your modern wardrobe."
- buttons={[{ text: "Shop the Drop", href: "#products" }]}
+ buttons={[{ text: "Shop the Drop", href: "/products" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C374B1YD0AKUmGNpzIynXP84Ag/uploaded-1775602334039-leqsugjz.png?_wi=1"
imageAlt="Everthread Vintage collection hero"
mediaAnimation="blur-reveal"
@@ -107,7 +109,7 @@ export default function LandingPage() {
@@ -115,9 +117,9 @@ export default function LandingPage() {