Merge version_1 into main #6
@@ -2,9 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardFour from '@/components/sections/feature/FeatureCardFour';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { DollarSign, Factory, Building2 } from "lucide-react";
|
||||
@@ -56,7 +56,7 @@ export default function BusinessDetailPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "animated-grid"
|
||||
}}
|
||||
@@ -78,22 +78,22 @@ export default function BusinessDetailPage() {
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardFour
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Business Information", description: "Name, address, contact, and primary category.", icon: Factory
|
||||
id: "1", title: "Business Information", description: "Name, address, contact, and primary category.", tag: "Information"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Website Analysis", description: "SEO score, mobile responsiveness, contact forms.", icon: DollarSign
|
||||
id: "2", title: "Website Analysis", description: "SEO score, mobile responsiveness, contact forms.", tag: "Analysis"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Lead Score & Opportunities", description: "Automated score, identified growth areas.", icon: DollarSign
|
||||
id: "3", title: "Lead Score & Opportunities", description: "Automated score, identified growth areas.", tag: "Opportunities"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Contact History", description: "Past interactions and team assignments.", icon: DollarSign
|
||||
id: "4", title: "Contact History", description: "Past interactions and team assignments.", tag: "History"
|
||||
}
|
||||
]}
|
||||
title="Key Details at a Glance"
|
||||
|
||||
Reference in New Issue
Block a user