From 1a9ac651fb487a3bdbabf50ced823a7d88b92c6f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 00:58:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5410359..c5c01e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -22,7 +22,7 @@ export default function LandingPage() { contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" background="noiseDiagonalGradient" - cardStyle="gradient-bordered" + cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" headingFontWeight="bold" @@ -90,21 +90,17 @@ export default function LandingPage() {
-
@@ -158,4 +154,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file