diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e169b8..d6123eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; -import TextAbout from "@/components/sections/about/TextAbout"; -import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Sparkles, Zap } from "lucide-react"; export default function LandingPage() { @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -43,7 +43,7 @@ export default function LandingPage() {