Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2b69b9b37 | |||
| 426504d624 | |||
| 0ae8c43ec7 | |||
| 34a2a21e31 | |||
| 024c06c3f8 | |||
| 39a7f88c87 | |||
| 4efa0b3394 | |||
| 24f90eb672 | |||
| 89934cdb63 | |||
| d47c48b0e4 | |||
| e279ce1aa7 | |||
| d746b7c703 | |||
| f397a7313a | |||
| e17ad086ee | |||
| fb5e4afb6a | |||
| 48879e5c1e | |||
| 9f2e0a3900 | |||
| 32b4939f58 | |||
| c8e908fbfd | |||
| 4fc52c83c2 | |||
| 34d6433b8f | |||
| afa226f5ab | |||
| 2a5149c8e5 | |||
| 45a42569c4 | |||
| d8fc9d1fae | |||
| f98a7ff7c8 | |||
| 10ef00e4c8 | |||
| a8ed4134ba | |||
| f88d825cb3 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroLogo
|
||||||
title="Gloria Trading"
|
logoText="Gloria Trading"
|
||||||
description="Excellence in global commodities and financial trading. We bridge markets with integrity and precision."
|
description="Excellence in global commodities and financial trading. We bridge markets with integrity and precision."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/asian-woman-freelancer-working-from-home-business-app-home-business-laptop-computer-businesswoman-office-working-sitting-woman-work-communication-internet-people-online-happy-technology_482257-47239.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/asian-woman-freelancer-working-from-home-business-app-home-business-laptop-computer-businesswoman-office-working-sitting-woman-work-communication-internet-people-online-happy-technology_482257-47239.jpg"
|
||||||
imageAlt="Global trading markets"
|
imageAlt="Global trading markets"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #f7f6f7;
|
||||||
--card: #f9f9f9;
|
--card: #ffffff;
|
||||||
--foreground: #000612e6;
|
--foreground: #250c0d;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #b82b40;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #000612e6;
|
--secondary-cta-text: #250c0d;
|
||||||
--accent: #e2e2e2;
|
--accent: #b90941;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #e8a8b6;
|
||||||
|
|
||||||
/* 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