Update src/app/page.tsx

This commit is contained in:
2026-05-15 17:49:09 +00:00
parent 4500b76002
commit 56727d640d

View File

@@ -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>
);
}
}