Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03d1322680 | |||
| 1e589f8dac | |||
| 43a2508f6e | |||
| 092114b678 | |||
| 579b93623b |
@@ -3,10 +3,10 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -250,47 +250,22 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="meeting" data-section="meeting">
|
<div id="meeting" data-section="meeting">
|
||||||
<ContactCenter
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
background={{
|
|
||||||
variant: "plain"}}
|
|
||||||
tag="Availability"
|
tag="Availability"
|
||||||
title="Let's Talk Design"
|
title="Let's Talk Design"
|
||||||
description="Schedule a strategy session to discuss your next project."
|
description="Schedule a strategy session to discuss your next project."
|
||||||
inputPlaceholder="Your email address"
|
inputPlaceholder="Your email address"
|
||||||
buttonText="Schedule Call"
|
buttonText="Schedule Call"
|
||||||
|
background={{ variant: 'canvas-reveal' }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterLogoReveal
|
||||||
logoText="EB GLOBAL"
|
logoText="EB GLOBAL"
|
||||||
columns={[
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
{
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
title: "Portfolio", items: [
|
|
||||||
{
|
|
||||||
label: "Selected Work", href: "#gallery"},
|
|
||||||
{
|
|
||||||
label: "About Studio", href: "#about"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Engagement", items: [
|
|
||||||
{
|
|
||||||
label: "Pricing", href: "#pricing"},
|
|
||||||
{
|
|
||||||
label: "Membership F3", href: "#membership"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Contact", items: [
|
|
||||||
{
|
|
||||||
label: "Schedule Call", href: "#meeting"},
|
|
||||||
{
|
|
||||||
label: "FAQ", href: "#faq"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #ffffff;
|
||||||
--card: #1a2f1d;
|
--card: #f9f9f9;
|
||||||
--foreground: #ffffff;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #ffffff;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #0a1a0c;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #0d200f;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #d4f6d8;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #1a3d1f;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #355e3b;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user