diff --git a/src/app/business-detail/page.tsx b/src/app/business-detail/page.tsx index ea0b833..10354f5 100644 --- a/src/app/business-detail/page.tsx +++ b/src/app/business-detail/page.tsx @@ -2,274 +2,181 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; +import FeatureCardFour from '@/components/sections/feature/FeatureCardFour'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { DollarSign, Factory, Building2 } from "lucide-react"; -export default function LandingPage() { +export default function BusinessDetailPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); diff --git a/src/app/businesses/page.tsx b/src/app/businesses/page.tsx index 6bca0ae..78e162d 100644 --- a/src/app/businesses/page.tsx +++ b/src/app/businesses/page.tsx @@ -2,317 +2,224 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { Bookmark, Building2, CheckCircle2, Database, Filter, History, MapPin, Users } from "lucide-react"; +import { Search, Factory } from "lucide-react"; -export default function LandingPage() { +export default function BusinessesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
);