Compare commits

..

9 Commits

Author SHA1 Message Date
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: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e34400;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #737373;
--background-accent: #e34400;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);