Merge version_55 into main
Merge version_55 into main
This commit was merged in pull request #83.
This commit is contained in:
@@ -4,6 +4,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
|
import { Menu, X } from "lucide-react";
|
||||||
|
|
||||||
export default function ComparisonPage() {
|
export default function ComparisonPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,6 +32,8 @@ export default function ComparisonPage() {
|
|||||||
{ name: "Pricing", id: "pricing" }
|
{ name: "Pricing", id: "pricing" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Démarrer", href: "#contact" }}
|
button={{ text: "Démarrer", href: "#contact" }}
|
||||||
|
openIcon={Menu}
|
||||||
|
closeIcon={X}
|
||||||
/>
|
/>
|
||||||
<div className="pt-32 pb-20 text-center">
|
<div className="pt-32 pb-20 text-center">
|
||||||
<h1 className="text-4xl font-medium">Page vide</h1>
|
<h1 className="text-4xl font-medium">Page vide</h1>
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
|
import { Menu, X } from "lucide-react";
|
||||||
|
|
||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,6 +33,8 @@ export default function ContactPage() {
|
|||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
{ name: "Tarifs", id: "pricing" }
|
{ name: "Tarifs", id: "pricing" }
|
||||||
]}
|
]}
|
||||||
|
openIcon={Menu}
|
||||||
|
closeIcon={X}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="pt-32 pb-20">
|
<div className="pt-32 pb-20">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import FooterBase from "@/components/sections/footer/FooterBase";
|
|||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
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() {
|
export default function WebAgency2Page() {
|
||||||
return (
|
return (
|
||||||
@@ -39,6 +39,8 @@ export default function WebAgency2Page() {
|
|||||||
{ name: "Tarifs", id: "pricing" }
|
{ name: "Tarifs", id: "pricing" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Démarrer", href: "/contact" }}
|
button={{ text: "Démarrer", href: "/contact" }}
|
||||||
|
openIcon={Menu}
|
||||||
|
closeIcon={X}
|
||||||
/>
|
/>
|
||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
title="Innovation Digitale & Excellence Créative"
|
title="Innovation Digitale & Excellence Créative"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||||
import { CheckCircle } from "lucide-react";
|
import { CheckCircle, Menu, X } from "lucide-react";
|
||||||
|
|
||||||
export default function PricingHighlightedCardsPage() {
|
export default function PricingHighlightedCardsPage() {
|
||||||
return (
|
return (
|
||||||
@@ -33,6 +33,8 @@ export default function PricingHighlightedCardsPage() {
|
|||||||
{ name: "Pricing", id: "pricing" }
|
{ name: "Pricing", id: "pricing" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Démarrer", href: "#contact" }}
|
button={{ text: "Démarrer", href: "#contact" }}
|
||||||
|
openIcon={Menu}
|
||||||
|
closeIcon={X}
|
||||||
/>
|
/>
|
||||||
<div id="pricing-highlighted-cards" className="pt-32 pb-20">
|
<div id="pricing-highlighted-cards" className="pt-32 pb-20">
|
||||||
<PricingCardTwo
|
<PricingCardTwo
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||||
import { CheckCircle } from "lucide-react";
|
import { CheckCircle, Menu, X } from "lucide-react";
|
||||||
|
|
||||||
export default function PricingHighlightedPage() {
|
export default function PricingHighlightedPage() {
|
||||||
return (
|
return (
|
||||||
@@ -33,6 +33,8 @@ export default function PricingHighlightedPage() {
|
|||||||
{ name: "Pricing", id: "pricing" }
|
{ name: "Pricing", id: "pricing" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Démarrer", href: "#contact" }}
|
button={{ text: "Démarrer", href: "#contact" }}
|
||||||
|
openIcon={Menu}
|
||||||
|
closeIcon={X}
|
||||||
/>
|
/>
|
||||||
<div id="pricing-highlighted" className="pt-32 pb-20">
|
<div id="pricing-highlighted" className="pt-32 pb-20">
|
||||||
<PricingCardOne
|
<PricingCardOne
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||||
|
import { Menu, X } from "lucide-react";
|
||||||
|
|
||||||
export default function PricingPage() {
|
export default function PricingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,6 +33,8 @@ export default function PricingPage() {
|
|||||||
{ name: "Pricing", id: "pricing" }
|
{ name: "Pricing", id: "pricing" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Démarrer", href: "/contact" }}
|
button={{ text: "Démarrer", href: "/contact" }}
|
||||||
|
openIcon={Menu}
|
||||||
|
closeIcon={X}
|
||||||
/>
|
/>
|
||||||
<div id="pricing" className="pt-32 pb-20">
|
<div id="pricing" className="pt-32 pb-20">
|
||||||
<PricingCardThree
|
<PricingCardThree
|
||||||
|
|||||||
Reference in New Issue
Block a user