Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c5dcfe9e5 |
@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, Users, Globe, Leaf, CheckCircle, Sparkles, Star, Heart, Phone } from 'lucide-react';
|
||||
import { Award, Users, Globe, Leaf, CheckCircle, Sparkles, Star, Heart, Mail } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -40,7 +40,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Papeterie de Luxe Française"
|
||||
description="Découvrez notre collection exclusive de produits de papeterie haut de gamme, conçus pour inspirer votre créativité et élégance"
|
||||
tag="Collection Premium"
|
||||
@@ -49,6 +48,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-vector/elegant-business-stationery_1195-107.jpg"
|
||||
imageAlt="Papeterie de luxe"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marie Dupont", handle: "Designer, Paris", testimonial: "La qualité et l'élégance de leurs produits transforment ma créativité quotidienne.", rating: 5,
|
||||
@@ -176,8 +176,8 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
ctaTitle="Contactez Notre Équipe"
|
||||
ctaDescription="Des questions sur nos produits ou services ? Notre équipe est disponible pour vous aider."
|
||||
ctaButton={{ text: "Appeler Maintenant", href: "tel:+33123456789" }}
|
||||
ctaIcon={Phone}
|
||||
ctaButton={{ text: "Envoyer un Message", href: "mailto:contact@papeterie.fr" }}
|
||||
ctaIcon={Mail}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Quels sont les délais de livraison ?", content: "Les commandes sont traitées sous 2 jours ouvrables. La livraison en France métropolitaine prend 3 à 5 jours. Des délais express sont disponibles sur demande."
|
||||
|
||||
Reference in New Issue
Block a user