diff --git a/src/app/page.tsx b/src/app/page.tsx index b098911..17c2d9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroOverlayBlock from '@/components/sections/hero/HeroOverlayBlock'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Clapperboard, Sparkles, Film, Zap, Star, TrendingUp, HelpCircle, Mail } from "lucide-react"; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Clapperboard, Sparkles, Film, Zap, Star, TrendingUp, HelpCircle, Mail, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -42,192 +42,168 @@ export default function LandingPage() {
-
-
-
-
-
-
-
- console.log("Email submitted:", email)} />