diff --git a/src/app/page.tsx b/src/app/page.tsx index 42992c3..c93caff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; @@ -11,7 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactForm from '@/components/form/ContactForm'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -22,11 +22,11 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" - cardStyle="glass-elevated" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="glass" - headingFontWeight="extrabold" + background="noise" + cardStyle="subtle-shadow" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="semibold" >