Update src/app/pricing-highlighted-cards/page.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
import { CheckCircle, Menu, X } from "lucide-react";
|
||||
|
||||
export default function PricingHighlightedCardsPage() {
|
||||
return (
|
||||
@@ -33,6 +33,8 @@ export default function PricingHighlightedCardsPage() {
|
||||
{ name: "Pricing", id: "pricing" }
|
||||
]}
|
||||
button={{ text: "Démarrer", href: "#contact" }}
|
||||
openIcon={Menu}
|
||||
closeIcon={X}
|
||||
/>
|
||||
<div id="pricing-highlighted-cards" className="pt-32 pb-20">
|
||||
<PricingCardTwo
|
||||
|
||||
Reference in New Issue
Block a user