diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6256d9a..a71842b 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -2,11 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
-import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import TeamCardTen from '@/components/sections/team/TeamCardTen';
+import { Users, Target, Handshake } from "lucide-react";
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
+
+
+
+
+
);
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 21db4f1..6159c2a 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -2,11 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
-export default function LandingPage() {
+export default function ContactPage() {
return (
-
-
-
+
+
+
-
-
-
+
+ console.log("Form submitted:", data)}
+ />
+
-
+
);
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 925abcf..ba92ed1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,87 +48,50 @@ export default function LandingPage() {
-
-
-
+
+
+
-
+
+
+
+ Discover Authentic B2B Products
+
+
+ Explore our extensive catalog of wholesale products from Rajasthan. Use filters and search to find exactly what your business needs.
+
+
-
+ {/* Filters and Search Section */}
+
+ {/* Search Bar */}
+
+
+
+
+
+ {/* Filters */}
+
+
+
+
+
+
+
+
+
+
+
);
diff --git a/src/app/suppliers/register/page.tsx b/src/app/suppliers/register/page.tsx
index 7f9e281..7050ecc 100644
--- a/src/app/suppliers/register/page.tsx
+++ b/src/app/suppliers/register/page.tsx
@@ -2,11 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import { Scale, CheckCircle, Factory, Handshake, Box, Globe, Earth, UsersRound, MessageSquareText, Megaphone, Plane } from 'lucide-react';
-export default function LandingPage() {
+export default function SupplierRegistrationPage() {
return (
-
-
-
+
+
+
-
-
-
+
+ {
+ console.log("Supplier Registration Data:", data);
+ alert("Registration submitted successfully!");
+ }}
+ />
+
-
+
+
+
+
+
+
+
+
+
);