From b9c678333a2b13a2a84d3a9cffb562cbb2aa0bca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:33:41 +0000 Subject: [PATCH 1/2] Update src/app/export/page.tsx --- src/app/export/page.tsx | 261 +++++++++++++--------------------------- 1 file changed, 83 insertions(+), 178 deletions(-) diff --git a/src/app/export/page.tsx b/src/app/export/page.tsx index 49baa8b..bc89e28 100644 --- a/src/app/export/page.tsx +++ b/src/app/export/page.tsx @@ -4,10 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; -import { ShieldCheck, CheckCircle, Sparkles } from "lucide-react"; +import { ShieldCheck, CheckCircle } from "lucide-react"; export default function ExportPage() { return ( @@ -17,7 +16,7 @@ export default function ExportPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -33,125 +32,95 @@ export default function ExportPage() { { name: "Wholesale", id: "#wholesale" }, ]} button={{ - text: "Start Selling", - href: "/seller-register", - }} + text: "Start Selling", href: "/seller-register"}} animateOnLoad={true} />
-
+
-
- -
-