Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-06-02 20:47:53 +00:00
3 changed files with 15 additions and 14 deletions

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
{ title: "Architectural Accents", description: "Hallways and entryways elevated by sculptural elements and design details.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407585.jpg", imageAlt: "Architectural interior" }
]}
gridVariant="three-columns-all-equal-width"
animationType="opacity"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -181,9 +181,10 @@ export default function LandingPage() {
title="The Journal: Insights into Design & Lifestyle"
description="Explore our curated articles on interior design trends, architectural marvels, luxury lifestyle, and the artistry behind Italian furniture. Stay inspired with Cattelan Italia's perspective on contemporary living."
blogs={[
{ id: "blog-1", category: "Interior Design", title: "Decoding the Latest Luxury Interior Trends", excerpt: "A deep dive into the elements defining modern high-end living spaces and how to integrate them seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-sofa-jacket-suit-new-feminity-concept_23-2148951030.jpg", imageAlt: "Luxury interior design trends", authorName: "Alice White", authorAvatar: "http://img.b2bpic.net/free-photo/gen-stock-rsv-147.jpg", date: "2024-03-10" },
{ id: "blog-2", category: "Craftsmanship", title: "The Art of Italian Furniture Making: A Behind-the-Scenes Look", excerpt: "Discover the meticulous processes and dedication that transform raw materials into iconic Cattelan Italia pieces.", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-sketching-paper-workshop_23-2147889789.jpg", imageAlt: "Italian craftsmanship", authorName: "Roberto Bianchi", authorAvatar: "http://img.b2bpic.net/free-photo/gen-stock-rsv-173.jpg", date: "2024-02-28" },
{ id: "blog-3", category: "Lifestyle", title: "Creating a Bespoke Luxury Lifestyle: More Than Just Furniture", excerpt: "How to curate an environment that reflects personal style, comfort, and the highest standards of living.", imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149130.jpg", imageAlt: "Luxury lifestyle", authorName: "Sophia Loren", authorAvatar: "http://img.b2bpic.net/free-photo/gen-stock-rsv-43.jpg", date: "2024-02-15" }
{ id: "blog-1", category: "Design", title: "Decoding the Latest Luxury Interior Trends", excerpt: "A deep dive into the elements defining modern high-end living spaces and how to integrate them seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-sofa-jacket-suit-new-feminity-concept_23-2148951030.jpg", imageAlt: "Luxury interior design trends", authorName: "Alice White", authorAvatar: "http://img.b2bpic.net/free-photo/gen-stock-rsv-147.jpg", date: "2024-03-10" },
{ id: "blog-2", category: "Architecture", title: "Architectural Marvels & Italian Interiors", excerpt: "Explore the seamless integration of Cattelan Italia furniture within groundbreaking architectural designs worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/shot-panoramic-composition-living-room_23-2150315621.jpg?_wi=1", imageAlt: "Italian craftsmanship and architecture", authorName: "Roberto Bianchi", authorAvatar: "http://img.b2bpic.net/free-photo/gen-stock-rsv-173.jpg", date: "2024-02-28" },
{ id: "blog-3", category: "Lifestyle", title: "Creating a Bespoke Luxury Lifestyle: More Than Just Furniture", excerpt: "How to curate an environment that reflects personal style, comfort, and the highest standards of living.", imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149130.jpg", imageAlt: "Luxury lifestyle", authorName: "Sophia Loren", authorAvatar: "http://img.b2bpic.net/free-photo/gen-stock-rsv-43.jpg", date: "2024-02-15" },
{ id: "blog-4", category: "Luxury Living", title: "The Pinnacle of Elegance: Redefining Luxury Living", excerpt: "Insights into creating opulent and refined environments that elevate everyday experiences into extraordinary moments.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-elegant-decor-generated-by-ai_188544-21520.jpg?_wi=1", imageAlt: "Redefining luxury living", authorName: "Isabella Conti", authorAvatar: "http://img.b2bpic.net/free-photo/gen-stock-rsv-11.jpg", date: "2024-03-20" }
]}
animationType="slide-up"
textboxLayout="default"

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #020617;
--secondary-cta: #041633;
--secondary-cta-text: #e2e8f0;
--accent: #2d30f3;
--background-accent: #1d4ed8;
--background: #181512;
--card: #2a2520;
--foreground: #e8e5e3;
--primary-cta: #b08860;
--primary-cta-text: #181512;
--secondary-cta: #4a423a;
--secondary-cta-text: #e8e5e3;
--accent: #8c807a;
--background-accent: #3a3530;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);