4 Commits

Author SHA1 Message Date
3a4672af77 Update src/app/styles/variables.css 2026-03-03 11:56:13 +00:00
bd21288d0a Update src/app/page.tsx 2026-03-03 11:56:12 +00:00
dc0e175637 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:53:40 +00:00
f4dc9cb491 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:58:46 +00:00
2 changed files with 11 additions and 10 deletions

View File

@@ -70,7 +70,8 @@ export default function LandingPage() {
<TextSplitAbout
title="About Lumina Studio"
description={[
"We believe everyone deserves beautiful, functional spaces that tell their story. At Lumina Studio, we've been transforming interiors for over a decade, combining timeless design principles with modern sensibilities.", "Our mission is simple: deliver premium interior design and furnishing solutions that are genuinely accessible. We work within your budget without compromising on quality, creativity, or attention to detail. Every project is a collaboration where your vision becomes our priority."]}
"We believe everyone deserves beautiful, functional spaces that tell their story. At Lumina Studio, we've been transforming interiors for over a decade, combining timeless design principles with modern sensibilities.", "Our mission is simple: deliver premium interior design and furnishing solutions that are genuinely accessible. We work within your budget without compromising on quality, creativity, or attention to detail. Every project is a collaboration where your vision becomes our priority."
]}
buttons={[{ text: "Learn Our Process", href: "#services" }]}
useInvertedBackground={false}
/>

View File

@@ -10,15 +10,15 @@
--accent: #485E22;;;
--background-accent: #A53E4E;;; */
--background: #BA866F;;;
--card: #ffffff;;;
--foreground: #1a1a1a;;;
--primary-cta: #5C2F29;;;
--primary-cta-text: #f5f4f0;;;
--secondary-cta: #f5f4f0;;;
--secondary-cta-text: #1a1a1a;;;
--accent: #485E22;;;
--background-accent: #A53E4E;;;
--background: #BA866F;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #5C2F29;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #485E22;
--background-accent: #A53E4E;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);