diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index 139fbcf..ad754cc 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -3,9 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroOverlay from "@/components/sections/hero/HeroOverlay"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterBase"; +import { Star, Sparkles } from "lucide-react"; export default function BrowsePage() { const navItems = [ @@ -18,8 +23,7 @@ export default function BrowsePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Browse Products", href: "/browse" }, { label: "Become a Seller", href: "/sell" }, { label: "Pricing", href: "#pricing" }, @@ -27,8 +31,7 @@ export default function BrowsePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -36,8 +39,7 @@ export default function BrowsePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "Help Center", href: "#" }, { label: "Safety Tips", href: "#" }, @@ -69,17 +71,17 @@ export default function BrowsePage() {
@@ -87,43 +89,23 @@ export default function BrowsePage() { + +
+
+
+ +
+ +
+ +
+