4 Commits

Author SHA1 Message Date
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 13 additions and 14 deletions

View File

@@ -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>
@@ -240,4 +239,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -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);