diff --git a/src/app/page.tsx b/src/app/page.tsx index c1a9eb4..3788b64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { Scale } from "lucide-react"; export default function LandingPage() { return ( @@ -19,186 +20,130 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="rounded" - contentWidth="smallMedium" - sizing="largeSmallSizeMediumTitles" + contentWidth="medium" + sizing="largeSizeMediumTitles" background="aurora" - cardStyle="solid" + cardStyle="glass-elevated" primaryButtonStyle="gradient" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + secondaryButtonStyle="glass" + headingFontWeight="semibold" >
-
-
-
-
-
-
-
-
); -} +} \ No newline at end of file