diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ade6e2..530ab4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBase from "@/components/sections/footer/FooterBase"; @@ -15,6 +16,12 @@ export default function LandingPage() { defaultTextAnimation="entrance-slide" borderRadius="soft" contentWidth="mediumSmall" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > +
+ +
+