Compare commits

..

15 Commits

Author SHA1 Message Date
914ef9f013 Update theme colors 2026-06-02 21:09:16 +00:00
dd3d53fa85 Update theme colors 2026-06-02 21:09:10 +00:00
9d79da4a3f Update theme colors 2026-06-02 21:09:05 +00:00
0ba10454d1 Update theme colors 2026-06-02 21:09:01 +00:00
60958f91be Update theme colors 2026-06-02 21:08:56 +00:00
120ab61875 Update theme colors 2026-06-02 21:08:53 +00:00
6e5240cd6c Update theme colors 2026-06-02 21:08:47 +00:00
08b780cf99 Update theme colors 2026-06-02 21:08:43 +00:00
6e437748ea Update theme colors 2026-06-02 21:08:32 +00:00
8a012769d8 Update theme colors 2026-06-02 21:08:27 +00:00
3f2c6ac4d6 Update theme colors 2026-06-02 21:08:16 +00:00
477094b543 Update theme colors 2026-06-02 21:08:05 +00:00
4646df47f7 Update src/app/page.tsx 2026-06-02 21:02:17 +00:00
fa9fc66bb8 Update src/app/page.tsx 2026-06-02 21:01:30 +00:00
e77630861a Merge version_25 into main
Merge version_25 into main
2026-06-02 20:53:20 +00:00
2 changed files with 13 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -56,7 +56,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
<HeroBillboardScroll
background={{
variant: "animated-grid"}}
title="ReelEstate"
@@ -67,9 +67,8 @@ export default function LandingPage() {
{
text: "See the work", href: "#portfolio"},
]}
imageSrc="http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624872.jpg"
imageAlt="ReelEstate AI marketing dashboard"
mediaAnimation="blur-reveal"
videoSrc="https://videos.pexels.com/video-files/5586617/5586617-hd_1920_1080_25fps.mp4"
videoAriaLabel="Real estate 3D tour video"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #2ac162;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
--background: #000000;
--card: #1f4035;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #051a12;
--secondary-cta: #0d2b1f;
--secondary-cta-text: #d4f6e8;
--accent: #0d5238;
--background-accent: #10b981;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);