diff --git a/src/app/page.tsx b/src/app/page.tsx index f297886..5ce6552 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,8 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Scissors } from "lucide-react"; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Zap, Scissors, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -17,7 +17,7 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="pill" - contentWidth="mediumLarge" + contentWidth="mediumSmall" sizing="largeSizeMediumTitles" background="noiseDiagonalGradient" cardStyle="glass-depth" @@ -29,91 +29,81 @@ export default function LandingPage() {