5 Commits

Author SHA1 Message Date
876a867e69 Update src/app/styles/variables.css 2026-03-25 17:31:42 +00:00
ac8748b045 Update src/app/styles/base.css 2026-03-25 17:31:41 +00:00
784462b5b9 Update src/app/page.tsx 2026-03-25 17:31:41 +00:00
448c4e206c Merge version_1 into main
Merge version_1 into main
2026-03-25 15:30:26 +00:00
322eb5e226 Merge version_1 into main
Merge version_1 into main
2026-03-25 15:29:55 +00:00
3 changed files with 21 additions and 21 deletions

View File

@@ -65,10 +65,10 @@ export default function LandingPage() {
description="Your trusted global partner in chemical import and export. Driving supply chain excellence with precision and reliability."
buttons={[
{
text: "Explore Products", href: "/products"
text: "Explore Products", href: "/#products"
},
{
text: "Contact Us", href: "/contact"
text: "Contact Us", href: "/#contact"
}
]}
layoutOrder="default"
@@ -83,10 +83,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Global Chemical Trade Experts"
description={[
"ADMT Chemicals Limited, based in Ikeja, Nigeria, is a leading buyer in the import and export business of essential chemical products, serving a diverse global clientele.", "We specialize in key compounds such as sodium hydrogencarbonate, sodium bicarbonate, and sorbitol, facilitating critical international trades with esteemed partners in India, China, and across various other regions. Our operations are built on a foundation of reliability and efficiency.", "Leveraging robust trade data and strategic logistics through pivotal ports like Kirikiri Lighter Terminal CMD and Apapa Port, we ensure seamless global operations. Our expertise empowers market trend analysis, competitor research, supply chain optimization, and international customer development, providing reliable support for cross-border trade decision-making."]}
"ADMT Chemicals Limited, based in Ikeja, Nigeria, is a leading buyer in the import and export business of essential chemical products, serving a diverse global clientele.", "We specialize in key compounds such as sodium hydrogencarbonate, sodium bicarbonate, and sorbitol, facilitating critical international trades with esteemed partners in India, China, and across various other regions. Our operations are built on a foundation of reliability and efficiency.", "Leveraging robust trade data and strategic logistics through pivotal ports like Kirikiri Lighter Terminal CMD and Apapa Port, we ensure seamless global operations. Our expertise empowers market trend analysis, competitor research, supply chain optimization, and international customer development, providing reliable support for cross-border trade decision-making." ]}
buttons={[
{
text: "Learn More About Us", href: "/about"
text: "Learn More About Us", href: "/#about"
}
]}
/>
@@ -217,26 +217,26 @@ export default function LandingPage() {
{
title: "Products", items: [
{
label: "Sodium Bicarbonate", href: "/products#sodium-bicarbonate"
label: "Sodium Bicarbonate", href: "/#products"
},
{
label: "Sodium Hydrogencarbonate", href: "/products#sodium-hydrogencarbonate"
label: "Sodium Hydrogencarbonate", href: "/#products"
},
{
label: "Sorbitol", href: "/products#sorbitol"
label: "Sorbitol", href: "/#products"
}
]
},
{
title: "Company", items: [
{
label: "About Us", href: "/about"
label: "About Us", href: "/#about"
},
{
label: "Services", href: "/services"
label: "Services", href: "/#services"
},
{
label: "Partners", href: "/partners"
label: "Partners", href: "/#partners"
}
]
},
@@ -253,7 +253,7 @@ export default function LandingPage() {
{
title: "Connect", items: [
{
label: "Contact", href: "/contact"
label: "Contact", href: "/#contact"
},
{
label: "Inquiries", href: "mailto:inquiry@admtchemicals.com"
@@ -268,4 +268,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-font-family: var(--font-raleway), sans-serif;), sans-serif;
font-family: var(--font-font-family: var(--font-archivo), sans-serif;), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-font-family: var(--font-raleway), sans-serif;), sans-serif;
font-family: var(--font-font-family: var(--font-archivo), sans-serif;), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--background: #332a42;
--card: #3A314B;
--foreground: #FFFFFF;
--primary-cta: #F9BF3D;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #5D5965;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #F9BF3D;
--background-accent: #4D4059;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);