diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index ad24ee4..3e722d2 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -2,11 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import Link from "next/link"; import { Zap } from "lucide-react"; export default function ReviewsPage() { @@ -17,7 +16,7 @@ export default function ReviewsPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -33,70 +32,76 @@ export default function ReviewsPage() { { name: "About", id: "/about" }, ]} button={{ - text: "Call Now: (201) 555-0123", href: "tel:+12015550123"}} + text: "Call Now: (201) 555-0123", href: "tel:+12015550123" + }} animateOnLoad={true} /> -
- + +
+ +
+
-
- -
- -
+
@@ -110,4 +115,4 @@ export default function ReviewsPage() {
); -} \ No newline at end of file +}