Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26943e46c2 | |||
| dec492f3aa |
@@ -42,13 +42,13 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
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"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Collection Premium"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
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,
|
||||
|
||||
@@ -4,21 +4,21 @@
|
||||
|
||||
/* --background: #ffffff;;
|
||||
--card: #f9f9f9;;
|
||||
--foreground: #001a33;;
|
||||
--primary-cta: #001a33;;
|
||||
--foreground: #000612e6;;
|
||||
--primary-cta: #15479c;;
|
||||
--secondary-cta: #f9f9f9;;
|
||||
--accent: #b8cce2;;
|
||||
--background-accent: #001a33;; */
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #c4c4c4;; */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #f9f9f9;;
|
||||
--foreground: #001a33;;
|
||||
--primary-cta: #001a33;;
|
||||
--foreground: #000612e6;;
|
||||
--primary-cta: #15479c;;
|
||||
--primary-cta-text: #ffffff;;
|
||||
--secondary-cta: #f9f9f9;;
|
||||
--secondary-cta-text: #000612e6;;
|
||||
--accent: #b8cce2;;
|
||||
--background-accent: #001a33;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #c4c4c4;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user