diff --git a/src/app/custom-hampers/page.tsx b/src/app/custom-hampers/page.tsx
new file mode 100644
index 0000000..d447140
--- /dev/null
+++ b/src/app/custom-hampers/page.tsx
@@ -0,0 +1,13 @@
+"use client";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ProductCardOne from '@/components/sections/product/ProductCardOne';
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+
+export default function CustomHampersPage() {
+ return (
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/mandala-sets/page.tsx b/src/app/mandala-sets/page.tsx
new file mode 100644
index 0000000..091f1b0
--- /dev/null
+++ b/src/app/mandala-sets/page.tsx
@@ -0,0 +1,13 @@
+"use client";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ProductCardOne from '@/components/sections/product/ProductCardOne';
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+
+export default function MandalaSetsPage() {
+ return (
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2ea3557..76ebb0d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,11 @@ export default function LandingPage() {
@@ -46,158 +43,11 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -206,28 +56,12 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923301.jpg?_wi=3"
logoText="AAROS"
columns={[
- {
- title: "Navigation", items: [
- {
- label: "Hampers", href: "#products"},
- {
- label: "About Us", href: "#about"},
- {
- label: "Testimonials", href: "#testimonials"},
- ],
- },
- {
- title: "Legal", items: [
- {
- label: "Privacy Policy", href: "#"},
- {
- label: "Terms of Service", href: "#"},
- ],
- },
+ { title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Premium Hampers", href: "/premium-hampers" }, { label: "Custom Hampers", href: "/custom-hampers" }, { label: "Mandala Sets", href: "/mandala-sets" }] },
+ { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/premium-hampers/page.tsx b/src/app/premium-hampers/page.tsx
new file mode 100644
index 0000000..f9f2b5b
--- /dev/null
+++ b/src/app/premium-hampers/page.tsx
@@ -0,0 +1,13 @@
+"use client";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ProductCardOne from '@/components/sections/product/ProductCardOne';
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+
+export default function PremiumHampersPage() {
+ return (
+