diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cf5cd0..4b89e88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award } from "lucide-react"; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { Camera, Film, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -17,213 +17,97 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="small" + contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="blurBottom" + background="fluid" cardStyle="glass-depth" - primaryButtonStyle="gradient" - secondaryButtonStyle="radial-glow" - headingFontWeight="light" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);