diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx
new file mode 100644
index 0000000..c1b6caa
--- /dev/null
+++ b/src/app/account/page.tsx
@@ -0,0 +1,44 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import TextBox from '@/components/Textbox';
+
+export default function AccountPage() {
+ return (
+
+
+
+
+
+
+
+
+
Profile Settings
+
Order History
+
Affiliate Links
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx
new file mode 100644
index 0000000..142ef21
--- /dev/null
+++ b/src/app/dashboard/page.tsx
@@ -0,0 +1,86 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
+import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import { LayoutDashboard, Link, TrendingUp, BarChart3, Settings } from "lucide-react";
+
+export default function AffiliateDashboard() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 04d1cc5..9a9ba59 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,11 @@ export default function LandingPage() {
@@ -47,56 +44,18 @@ export default function LandingPage() {
@@ -104,8 +63,7 @@ export default function LandingPage() {
@@ -115,45 +73,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Automated Tracking", description: "Precision tracking across all networks.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599363.jpg"},
- items: [
- {
- icon: Zap,
- text: "Real-time updates"},
- {
- icon: Shield,
- text: "Secure data"},
- ],
- reverse: false,
- },
- {
- title: "Bulk Automation", description: "Streamline product logistics efficiently.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/ai-robot-interacting-with-futuristic-data-interface_23-2152005489.jpg?_wi=1"},
- items: [
- {
- icon: Bot,
- text: "Reduce human error"},
- {
- icon: CheckCircle,
- text: "Instant fulfillment"},
- ],
- reverse: true,
- },
- {
- title: "Growth Analytics", description: "Powerful metrics to optimize ROI.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/minimalist-abstract-gradient-green-layers-paper_23-2148793009.jpg?_wi=1"},
- items: [
- {
- icon: BarChart,
- text: "Deep insights"},
- {
- icon: Award,
- text: "ROI-focused"},
- ],
- reverse: false,
- },
+ { title: "Automated Tracking", description: "Precision tracking across all networks.", media: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599363.jpg" }, items: [{ icon: Zap, text: "Real-time updates" }, { icon: Shield, text: "Secure data" }], reverse: false },
+ { title: "Bulk Automation", description: "Streamline product logistics efficiently.", media: { imageSrc: "http://img.b2bpic.net/free-photo/ai-robot-interacting-with-futuristic-data-interface_23-2152005489.jpg?_wi=1" }, items: [{ icon: Bot, text: "Reduce human error" }, { icon: CheckCircle, text: "Instant fulfillment" }], reverse: true },
+ { title: "Growth Analytics", description: "Powerful metrics to optimize ROI.", media: { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-abstract-gradient-green-layers-paper_23-2148793009.jpg?_wi=1" }, items: [{ icon: BarChart, text: "Deep insights" }, { icon: Award, text: "ROI-focused" }], reverse: false },
]}
title="Built for Scale"
description="Everything you need to run high-volume affiliate campaigns."
@@ -167,18 +89,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Tech Gadget Bundle", price: "$499", variant: "Electronics", imageSrc: "http://img.b2bpic.net/free-photo/purple-product-box_187299-46403.jpg?_wi=1"},
- {
- id: "p2", name: "Home Essentials Kit", price: "$299", variant: "Home", imageSrc: "http://img.b2bpic.net/free-photo/carton-box-sofa_23-2147801239.jpg?_wi=1"},
- {
- id: "p3", name: "Software Starter", price: "$149", variant: "Software", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072195.jpg?_wi=1"},
- {
- id: "p4", name: "Kitchen Ware Bulk", price: "$349", variant: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-event-sale-elements_23-2148675059.jpg"},
- {
- id: "p5", name: "Garden Tools Set", price: "$199", variant: "Garden", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-purple-tin-cans-with-copy-space_23-2148785262.jpg"},
- {
- id: "p6", name: "Office Furniture", price: "$899", variant: "Office", imageSrc: "http://img.b2bpic.net/free-photo/front-view-stacked-plastic-food-receptacles_23-2148487833.jpg"},
+ { id: "p1", name: "Tech Gadget Bundle", price: "$499", variant: "Electronics", imageSrc: "http://img.b2bpic.net/free-photo/purple-product-box_187299-46403.jpg?_wi=1" },
+ { id: "p2", name: "Home Essentials Kit", price: "$299", variant: "Home", imageSrc: "http://img.b2bpic.net/free-photo/carton-box-sofa_23-2147801239.jpg?_wi=1" },
+ { id: "p3", name: "Software Starter", price: "$149", variant: "Software", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072195.jpg?_wi=1" },
+ { id: "p4", name: "Kitchen Ware Bulk", price: "$349", variant: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-event-sale-elements_23-2148675059.jpg" },
+ { id: "p5", name: "Garden Tools Set", price: "$199", variant: "Garden", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-purple-tin-cans-with-copy-space_23-2148785262.jpg" },
+ { id: "p6", name: "Office Furniture", price: "$899", variant: "Office", imageSrc: "http://img.b2bpic.net/free-photo/front-view-stacked-plastic-food-receptacles_23-2148487833.jpg" },
]}
title="Featured Bulk Products"
description="Ready-to-sell bulk goods for your affiliate campaigns."
@@ -191,30 +107,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "basic", badge: "Entry", price: "$99", subtitle: "Perfect for starters.", buttons: [
- {
- text: "Get Started"},
- ],
- features: [
- "1k Monthly Sales", "Basic Support", "Real-time Tracking"],
- },
- {
- id: "pro", badge: "Pro", price: "$299", subtitle: "Best for growth teams.", buttons: [
- {
- text: "Get Started"},
- ],
- features: [
- "10k Monthly Sales", "Priority Support", "Advanced Analytics"],
- },
- {
- id: "enterprise", badge: "Enterprise", price: "$999", subtitle: "For large operations.", buttons: [
- {
- text: "Contact Sales"},
- ],
- features: [
- "Unlimited Sales", "24/7 Dedicated Support", "Custom Integrations"],
- },
+ { id: "basic", badge: "Entry", price: "$99", subtitle: "Perfect for starters.", buttons: [{ text: "Get Started" }], features: ["1k Monthly Sales", "Basic Support", "Real-time Tracking"] },
+ { id: "pro", badge: "Pro", price: "$299", subtitle: "Best for growth teams.", buttons: [{ text: "Get Started" }], features: ["10k Monthly Sales", "Priority Support", "Advanced Analytics"] },
+ { id: "enterprise", badge: "Enterprise", price: "$999", subtitle: "For large operations.", buttons: [{ text: "Contact Sales" }], features: ["Unlimited Sales", "24/7 Dedicated Support", "Custom Integrations"] },
]}
title="Scaling Plans"
description="Plans designed for teams and high-volume networks."
@@ -226,16 +121,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "John Doe", date: "Jan 2024", title: "CEO", quote: "The best platform for managing our networks.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ai-robot-interacting-with-futuristic-data-interface_23-2152005489.jpg?_wi=2", imageAlt: "automation icon tech"},
- {
- id: "2", name: "Jane Smith", date: "Feb 2024", title: "CMO", quote: "Bulk logistics made simple and efficient.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-abstract-gradient-green-layers-paper_23-2148793009.jpg?_wi=2", imageAlt: "growth chart concept"},
- {
- id: "3", name: "Robert P.", date: "Mar 2024", title: "Founder", quote: "Impressive performance even at scale.", tag: "Enterprise", avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", imageSrc: "http://img.b2bpic.net/free-photo/purple-product-box_187299-46403.jpg?_wi=2", imageAlt: "product mockup box"},
- {
- id: "4", name: "Anna W.", date: "Apr 2024", title: "Ops Manager", quote: "Automation is simply world-class here.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-work-big-business-project_482257-113916.jpg", imageSrc: "http://img.b2bpic.net/free-photo/carton-box-sofa_23-2147801239.jpg?_wi=2", imageAlt: "electronics packaging bundle"},
- {
- id: "5", name: "Chris B.", date: "May 2024", title: "Developer", quote: "Integrations are so clean and easy.", tag: "Enterprise", avatarSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072195.jpg?_wi=2", imageAlt: "software box package"},
+ { id: "1", name: "John Doe", date: "Jan 2024", title: "CEO", quote: "The best platform for managing our networks.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg" },
+ { id: "2", name: "Jane Smith", date: "Feb 2024", title: "CMO", quote: "Bulk logistics made simple and efficient.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg" },
]}
title="Client Success"
description="Hear from those growing with AffiliMarket."
@@ -247,12 +134,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Get Started Today"
description="Ready to scale your affiliate business? Talk to our experts."
- inputs={[
- {
- name: "name", type: "text", placeholder: "Name"},
- {
- name: "email", type: "email", placeholder: "Email"},
- ]}
+ inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
imageSrc="http://img.b2bpic.net/free-photo/empty-modern-office-with-focus-recruitment-process-hiring-new-personnel_482257-112386.jpg"
/>
@@ -260,10 +142,8 @@ export default function LandingPage() {
diff --git a/src/app/product-catalog/page.tsx b/src/app/product-catalog/page.tsx
new file mode 100644
index 0000000..7b66eeb
--- /dev/null
+++ b/src/app/product-catalog/page.tsx
@@ -0,0 +1,62 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import { useState } from "react";
+
+export default function ProductCatalogPage() {
+ const [search, setSearch] = useState("");
+
+ const products = [
+ { id: "1", name: "Tech Gadget Bundle", price: "$499", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/purple-product-box_187299-46403.jpg?_wi=1", category: "Electronics" },
+ { id: "2", name: "Home Essentials Kit", price: "$299", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/carton-box-sofa_23-2147801239.jpg?_wi=1", category: "Home" },
+ { id: "3", name: "Software Starter", price: "$149", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072195.jpg?_wi=1", category: "Software" },
+ ];
+
+ const filters = [
+ { label: "Category", options: ["All", "Electronics", "Home", "Software"], selected: "All", onChange: (v: string) => console.log(v) },
+ ];
+
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file