Compare commits
4 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| d117db4dbc | |||
| a4c07dc4f4 | |||
| eb1b809619 | |||
| 50f34104d3 |
@@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import { Sparkles, Star } from "lucide-react";
|
||||
|
||||
@@ -78,17 +78,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="À Propos de Notre Imprimerie"
|
||||
description={[
|
||||
"Depuis plus de 20 ans, Maison d'Imprimeur est le leader de l'impression sur mesure. Nous combinons tradition et innovation pour des résultats exceptionnels.", "Notre équipe d'experts est dédiée à la réalisation de vos visions, avec un service client personnalisé et une attention méticuleuse aux détails. Nous nous engageons à offrir des solutions d'impression écologiques et durables."]}
|
||||
buttons={[
|
||||
description="Depuis plus de 20 ans, Maison d'Imprimeur est le leader de l'impression sur mesure. Nous combinons tradition et innovation pour des résultats exceptionnels. Notre équipe d'experts est dédiée à la réalisation de vos visions, avec un service client personnalisé et une attention méticuleuse aux détails. Nous nous engageons à offrir des solutions d'impression écologiques et durables."
|
||||
metrics={[
|
||||
{
|
||||
text: "Notre Histoire", href: "#"},
|
||||
value: "20+", title: "Années d'Expérience"},
|
||||
{
|
||||
text: "Nos Valeurs", href: "#"},
|
||||
value: "10K+", title: "Projets Réalisés"},
|
||||
{
|
||||
value: "98%", title: "Satisfaction Client"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-printing-machine_23-2151675276.jpg"
|
||||
imageAlt="Machine d'impression industrielle"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,17 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1", name: "Cartes de Visite Premium", price: "À partir de 29€", imageSrc: "http://img.b2bpic.net/free-psd/opulence-business-card-template-design_23-2152016131.jpg"},
|
||||
id: "p-1", name: "Cartes de Visite Premium", price: "À partir de 29€", imageSrc: "http://img.b2bpic.net/free-psd/opulence-business-card-template-design_23-2152016131.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-2", name: "Flyers Publicitaires", price: "À partir de 49€", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-blurs-heaps-different-bright-dry-colors_23-2148016427.jpg"},
|
||||
id: "p-2", name: "Flyers Publicitaires", price: "À partir de 49€", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-blurs-heaps-different-bright-dry-colors_23-2148016427.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-3", name: "Brochures Pliantes", price: "À partir de 89€", imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-brochure-blue-tones_23-2147599337.jpg"},
|
||||
id: "p-3", name: "Brochures Pliantes", price: "À partir de 89€", imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-brochure-blue-tones_23-2147599337.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-4", name: "Affiches Grand Format", price: "À partir de 129€", imageSrc: "http://img.b2bpic.net/free-photo/blank-white-advertisement-panel-city_23-2147845889.jpg"},
|
||||
id: "p-4", name: "Affiches Grand Format", price: "À partir de 129€", imageSrc: "http://img.b2bpic.net/free-photo/blank-white-advertisement-panel-city_23-2147845889.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-5", name: "Bannières et Roll-ups", price: "À partir de 149€", imageSrc: "http://img.b2bpic.net/free-psd/business-corporation-template-design_23-2151405481.jpg"},
|
||||
id: "p-5", name: "Bannières et Roll-ups", price: "À partir de 149€", imageSrc: "http://img.b2bpic.net/free-psd/business-corporation-template-design_23-2151405481.jpg", priceButtonProps: { text: "Commander", href: "#contact" }},
|
||||
{
|
||||
id: "p-6", name: "Emballages Personnalisés", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-preparing-cyber-monday-package_23-2148675033.jpg"},
|
||||
id: "p-6", name: "Emballages Personnalisés", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-preparing-cyber-monday-package_23-2148675033.jpg", priceButtonProps: { text: "Demander un Devis", href: "#contact" }},
|
||||
]}
|
||||
title="Explorez Notre Gamme de Produits Imprimés"
|
||||
description="Des cartes de visite élégantes aux brochures percutantes, trouvez le support idéal pour communiquer votre message."
|
||||
@@ -296,7 +301,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Produits", href: "#products"},
|
||||
{
|
||||
label: "Témoignages", href: "#testimonials-section"},
|
||||
"label": "Témoignages", "href": "#testimonials-section"
|
||||
},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user