diff --git a/src/app/business-detail/page.tsx b/src/app/business-detail/page.tsx index 52bbcd1..cbda258 100644 --- a/src/app/business-detail/page.tsx +++ b/src/app/business-detail/page.tsx @@ -2,11 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import { DollarSign, Factory, Building2 } from "lucide-react"; export default function BusinessDetailPage() { diff --git a/src/app/businesses/page.tsx b/src/app/businesses/page.tsx index 546d202..179d478 100644 --- a/src/app/businesses/page.tsx +++ b/src/app/businesses/page.tsx @@ -61,8 +61,6 @@ export default function BusinessesPage() { }} title="Discover & Manage Businesses" description="Explore a curated list of local businesses in Oregon, filter by category, city, and lead potential. Empower your outreach with relevant data." - tag="Businesses" - tagIcon={Search} tagAnimation="slide-up" buttons={[ { @@ -99,7 +97,8 @@ export default function BusinessesPage() { icon: Factory, text: "Tech Startups" } - ] + ], + reverse: false }, { id: "2", title: "Growth Opportunities in Eugene", description: "Businesses with high lead scores and identified needs.", media: { @@ -118,7 +117,8 @@ export default function BusinessesPage() { icon: Factory, text: "Social Media Strategy" } - ] + ], + reverse: false }, { id: "3", title: "Filter by Category", description: "Easily narrow down businesses by industry, size, or lead status.", media: { @@ -137,7 +137,8 @@ export default function BusinessesPage() { icon: Factory, text: "Marketing" } - ] + ], + reverse: false }, { id: "4", title: "Sort by Lead Score", description: "Prioritize leads with the highest conversion potential.", media: {