From eccaae66b6477d8261f88063945f55b4c80627fe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 11:31:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 +++++------------------------------------------ 1 file changed, 26 insertions(+), 270 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22aaf71..58cf078 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -22,7 +22,7 @@ export default function LandingPage() { contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" background="aurora" - cardStyle="layered-gradient" + cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" headingFontWeight="extrabold" @@ -31,22 +31,10 @@ export default function LandingPage() { -
- -
-
- -
- -
- -
- -
-
- - ); -} +} \ No newline at end of file