diff --git a/src/app/page.tsx b/src/app/page.tsx index 33e4518..59bcb54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import { Sparkles, BarChart3, Target, CheckCircle2 } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import MediaAbout from '@/components/sections/about/MediaAbout'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { @@ -39,41 +39,31 @@ export default function LandingPage() {
- console.log("Export") }], - listItems: [{ icon: CheckCircle2, title: "Funnel Optimization", status: "Complete" }], - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419486.jpg" - }} + imageSrc="http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419486.jpg" />
-
- ); -} +} \ No newline at end of file