4 Commits

Author SHA1 Message Date
ba1109dad3 Update src/app/page.tsx 2026-06-12 07:01:01 +00:00
f2c1f080f6 Update src/app/page.tsx 2026-06-12 06:59:25 +00:00
3a50a891d3 Update theme colors 2026-06-12 06:57:36 +00:00
d41680c017 Update theme colors 2026-06-12 06:57:02 +00:00
2 changed files with 13 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
background={{
variant: "radial-gradient"}}
imagePosition="right"
title="Candi Gasindo: Your Trusted Partner in Gas Production & Supply"
title="CANDI GASINDO GROUP: Your Trusted Partner in Gas and Chemicals Production & Supply"
description="As a leading producer and supplier of various industrial and medical gases, Candi Gasindo proudly serves Surabaya and beyond with unparalleled reliability, quality, and dedicated service."
kpis={[
{
@@ -175,10 +175,10 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "oxygen", brand: "Candi Gasindo", name: "Medical Oxygen", price: "Rp 100.000 / Cylinder", rating: 5,
id: "oxygen", brand: "Candi Gasindo", name: "Medical Oxygen", price: "", rating: 5,
reviewCount: "29", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-holding-white-board-protective-suit_176474-23740.jpg", imageAlt: "Medical Oxygen Cylinder"},
{
id: "acetylene", brand: "Candi Gasindo", name: "Acetylene Gas", price: "Rp 150.000 / Cylinder", rating: 4,
id: "acetylene", brand: "Candi Gasindo", name: "Acetylene Gas", price: "", rating: 4,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/wildfire-sign-nature_23-2150789365.jpg", imageAlt: "Acetylene Gas Cylinder"},
{
id: "argon", brand: "Candi Gasindo", name: "Argon Gas", price: "Rp 120.000 / Cylinder", rating: 4,
@@ -330,7 +330,8 @@ export default function LandingPage() {
],
},
]}
logoText="Candi Gasindo"
logoText="CANDI GASINDO GROUP
"
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--background: #e3deea;
--card: #ffffff;
--foreground: #1f2027;
--primary-cta: #1f2027;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
--secondary-cta-text: #1f2027;
--accent: #627dc6;
--background-accent: #627dc6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);