Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5b751e7ca | |||
| 7868ea2626 | |||
| 5db2879802 | |||
| 70a8f666d7 | |||
| 5f13f463dc | |||
| b8dc5459ff |
@@ -13,6 +13,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import { Sparkles, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -41,6 +42,8 @@ export default function LandingPage() {
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Produits", id: "#products"},
|
||||
{
|
||||
name: "Équipe", id: "#team"},
|
||||
{
|
||||
name: "Tarifs", id: "#pricing"},
|
||||
{
|
||||
@@ -59,7 +62,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Donnez Vie à Vos Idées avec une Qualité d'Impression Inégalée"
|
||||
description="De l'idée à la réalité, nous donnons vie à vos projets avec une qualité et un savoir-faire inégalés. Obtenez des résultats exceptionnels, à chaque fois."
|
||||
description="Nous transformons vos visions créatives en réalités tangibles grâce à des techniques d'impression de pointe et un engagement inébranlable envers l'excellence. Chaque projet est une œuvre d'art, méticuleusement conçue et exécutée pour captiver votre public et laisser une impression durable."
|
||||
tag="Impression sur Mesure"
|
||||
buttons={[
|
||||
{
|
||||
@@ -142,6 +145,25 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="Rencontrez Notre Équipe d'Experts"
|
||||
description="Une équipe passionnée et dévouée à l'excellence de vos projets d'impression."
|
||||
members={[
|
||||
{
|
||||
id: "m-1", name: "Marc Dubois", role: "Directeur Général", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-touching-chin-looking-front_176474-32530.jpg"},
|
||||
{
|
||||
id: "m-2", name: "Sophie Martin", role: "Directrice Artistique", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-pink-blouse-eyeglasses_176474-14283.jpg"},
|
||||
{
|
||||
id: "m-3", name: "David Laurent", role: "Chef de Production", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-glasses-casual-t-shirt_176474-14986.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user