Compare commits
26 Commits
version_25
...
version_49
| Author | SHA1 | Date | |
|---|---|---|---|
| 9270fe5383 | |||
| 806a01e211 | |||
| 68568fac26 | |||
| f4696e5616 | |||
| 6df9317355 | |||
| 5b8b039ca2 | |||
| 3766137c59 | |||
| e8e2015e82 | |||
| 0920d60a87 | |||
| 4c5ca6727b | |||
| e46a318252 | |||
| 914ef9f013 | |||
| dd3d53fa85 | |||
| 9d79da4a3f | |||
| 0ba10454d1 | |||
| 60958f91be | |||
| 120ab61875 | |||
| 6e5240cd6c | |||
| 08b780cf99 | |||
| 6e437748ea | |||
| 8a012769d8 | |||
| 3f2c6ac4d6 | |||
| 477094b543 | |||
| 4646df47f7 | |||
| fa9fc66bb8 | |||
| e77630861a |
@@ -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>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #2ac162;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #fffafa;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #fcfcfc;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
--secondary-cta-text: #f67208;
|
||||
--accent: #ee8919;
|
||||
--background-accent: #a8cce8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user