Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle } from "lucide-react";
|
||||
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle, Menu, X } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -39,6 +39,8 @@ export default function WebAgency2Page() {
|
||||
{ name: "Tarifs", id: "pricing" }
|
||||
]}
|
||||
button={{ text: "Démarrer", href: "/contact" }}
|
||||
openIcon={Menu}
|
||||
closeIcon={X}
|
||||
/>
|
||||
<HeroOverlayTestimonial
|
||||
title="Innovation Digitale & Excellence Créative"
|
||||
@@ -168,4 +170,4 @@ export default function WebAgency2Page() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user