10 Commits

Author SHA1 Message Date
d746b7c703 Update theme colors 2026-05-13 13:03:55 +00:00
e17ad086ee Update theme colors 2026-05-13 13:03:42 +00:00
48879e5c1e Update theme colors 2026-05-13 13:03:26 +00:00
32b4939f58 Update theme colors 2026-05-13 13:03:13 +00:00
4fc52c83c2 Update theme colors 2026-05-13 13:02:57 +00:00
afa226f5ab Update theme colors 2026-05-13 13:02:33 +00:00
45a42569c4 Update theme colors 2026-05-13 13:02:14 +00:00
f98a7ff7c8 Update theme colors 2026-05-13 13:02:00 +00:00
a8ed4134ba Update src/app/page.tsx 2026-05-13 12:58:42 +00:00
f88d825cb3 Merge version_3 into main
Merge version_3 into main
2026-05-13 12:57:02 +00:00
2 changed files with 12 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -46,8 +46,8 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="Gloria Trading"
<HeroLogo
logoText="Gloria Trading"
description="Excellence in global commodities and financial trading. We bridge markets with integrity and precision."
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"
imageAlt="Global trading markets"
background={{ variant: "sparkles-gradient" }}
/>
</div>
@@ -240,4 +239,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);