diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index f45dd3a..8d9c40d 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -3,8 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroSplit from "@/components/sections/hero/HeroSplit"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import BlogCardOne from "@/components/sections/blog/BlogCardOne"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -18,7 +18,7 @@ export default function ReviewsPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function ReviewsPage() {
-
-