diff --git a/src/app/page.tsx b/src/app/page.tsx index a245791..a4fb989 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Lightbulb, Zap } from "lucide-react"; export default function LandingPage() { @@ -68,7 +68,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139306.jpg" imageAlt="Abstract electrical energy graphic" - mediaAnimation="slide-up" + mediaAnimation="opacity" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg", alt: "Satisfied client avatar"}, @@ -100,22 +100,23 @@ export default function LandingPage() {