Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c5dcfe9e5 | |||
| f02e7c94e7 | |||
| d30c0447f3 |
@@ -48,6 +48,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-vector/elegant-business-stationery_1195-107.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/elegant-business-stationery_1195-107.jpg"
|
||||||
imageAlt="Papeterie de luxe"
|
imageAlt="Papeterie de luxe"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
background={{ variant: "plain" }}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Marie Dupont", handle: "Designer, Paris", testimonial: "La qualité et l'élégance de leurs produits transforment ma créativité quotidienne.", rating: 5,
|
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;;
|
/* --background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #000612e6;;
|
--foreground: #001a33;;
|
||||||
--primary-cta: #15479c;;
|
--primary-cta: #001a33;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #b8cce2;;
|
||||||
--background-accent: #c4c4c4;; */
|
--background-accent: #001a33;; */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #000612e6;;
|
--foreground: #001a33;;
|
||||||
--primary-cta: #15479c;;
|
--primary-cta: #001a33;;
|
||||||
--primary-cta-text: #ffffff;;
|
--primary-cta-text: #ffffff;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--secondary-cta-text: #000612e6;;
|
--secondary-cta-text: #000612e6;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #b8cce2;;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #001a33;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user