3 Commits

Author SHA1 Message Date
7c5dcfe9e5 Update src/app/page.tsx 2026-03-03 17:43:44 +00:00
f02e7c94e7 Update src/app/styles/variables.css 2026-03-03 17:32:00 +00:00
d30c0447f3 Merge version_1 into main
Merge version_1 into main
2026-03-03 17:22:21 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -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,

View File

@@ -4,21 +4,21 @@
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #15479c;;
--foreground: #001a33;;
--primary-cta: #001a33;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
--accent: #b8cce2;;
--background-accent: #001a33;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #15479c;;
--foreground: #001a33;;
--primary-cta: #001a33;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #000612e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--accent: #b8cce2;;
--background-accent: #001a33;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);