9 Commits

Author SHA1 Message Date
7a7951a3eb Update src/app/styles/variables.css 2026-06-02 20:39:24 +00:00
4667e16104 Update src/app/styles/base.css 2026-06-02 20:39:23 +00:00
9d1cbe72ee Update src/app/page.tsx 2026-06-02 20:39:23 +00:00
5e273e58fc Update src/app/layout.tsx 2026-06-02 20:39:22 +00:00
6bbcc0e390 Merge version_1 into main
Merge version_1 into main
2026-06-02 20:33:59 +00:00
c292a8bfb5 Merge version_1 into main
Merge version_1 into main
2026-06-02 20:33:35 +00:00
92b3447a62 Merge version_1 into main
Merge version_1 into main
2026-06-02 20:32:40 +00:00
43fa926759 Merge version_1 into main
Merge version_1 into main
2026-06-02 20:31:39 +00:00
e582f974e0 Merge version_1 into main
Merge version_1 into main
2026-06-02 20:30:50 +00:00
4 changed files with 18 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Libre_Baskerville } from "next/font/google";
import { DM_Sans } from "next/font/google";
@@ -15,9 +16,9 @@ export const metadata: Metadata = {
description: "Generated by create next app",
};
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
@@ -31,7 +32,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -46,8 +46,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Design Beyond Time"
description="Crafting iconic Italian furniture for contemporary living."
title="Unveiling the Art of Living"
description="Where timeless Italian design meets the future of luxury. Experience unparalleled craftsmanship and sophisticated elegance."
background={{"variant":"rotated-rays-animated"}}
carouselItems={[
{ id: "hero-carousel-1", videoSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-elegant-decor-generated-by-ai_188544-21520.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-elegant-decor-generated-by-ai_188544-21520.jpg?_wi=2", imageAlt: "Luxury living room with Cattelan Italia furniture", videoAriaLabel: "Cinematic video of luxury interior" },
@@ -220,4 +220,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--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;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);