Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa9c6fca17 | |||
| ba1109dad3 | |||
| d4022d1f16 | |||
| f2c1f080f6 | |||
| 10bb4b0847 | |||
| 3a50a891d3 | |||
| 3a5b6a4a26 | |||
| 9d3e168a29 |
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
imagePosition="right"
|
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."
|
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={[
|
kpis={[
|
||||||
{
|
{
|
||||||
@@ -175,10 +175,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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"},
|
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"},
|
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,
|
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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5faff;
|
--background: #e3deea;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #001122;
|
--foreground: #1f2027;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #1f2027;
|
||||||
--primary-cta-text: #f5faff;
|
--primary-cta-text: #e3deea;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #001122;
|
--secondary-cta-text: #1f2027;
|
||||||
--accent: #a8cce8;
|
--accent: #627dc6;
|
||||||
--background-accent: #7ba3cf;
|
--background-accent: #627dc6;
|
||||||
|
|
||||||
/* 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