From 7eb904fe54cfc286a85df7a4bf9fd1a22a0cf5e3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:56:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 282 +++++++++++++---------------------------------- 1 file changed, 77 insertions(+), 205 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3ee981..a27d8be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TimelineCardStack from '@/components/cardStack/layouts/timelines/TimelineCardStack'; export default function LandingPage() { return ( @@ -29,17 +30,13 @@ export default function LandingPage() { @@ -48,100 +45,57 @@ export default function LandingPage() {
@@ -153,32 +107,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Trend Scouting", - tags: [ - "Prediktif", - "Peluang", - ], - imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=1", - }, + id: "f1", title: "Trend Scouting", tags: [ + "Prediktif", "Peluang"], + imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=1"}, { - id: "f2", - title: "AI Copywriter", - tags: [ - "Pemasaran", - "Otomatis", - ], - imageSrc: "http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325450.jpg?_wi=1", - }, + id: "f2", title: "AI Copywriter", tags: [ + "Pemasaran", "Otomatis"], + imageSrc: "http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325450.jpg?_wi=1"}, { - id: "f3", - title: "StokCerdas AI", - tags: [ - "Inventaris", - "Efisiensi", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg?_wi=1", - }, + id: "f3", title: "StokCerdas AI", tags: [ + "Inventaris", "Efisiensi"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg?_wi=1"}, ]} title="Fitur Unggulan Kami" description="Solusi cerdas untuk setiap masalah bisnis Anda." @@ -192,31 +131,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "35%", - title: "Prediksi Lonjakan Permintaan", - items: [ - "Mingguan", - "Akurasi Tinggi", - ], + id: "m1", value: "35%", title: "Prediksi Lonjakan Permintaan", items: [ + "Mingguan", "Akurasi Tinggi"], }, { - id: "m2", - value: "2x", - title: "Efisiensi Operasional", - items: [ - "CS Cepat", - "Respon AI", - ], + id: "m2", value: "2x", title: "Efisiensi Operasional", items: [ + "CS Cepat", "Respon AI"], }, { - id: "m3", - value: "100%", - title: "Automasi Pemasaran", - items: [ - "Visual", - "Caption", - ], + id: "m3", value: "100%", title: "Automasi Pemasaran", items: [ + "Visual", "Caption"], }, ]} title="Analitik Proaktif" @@ -224,66 +148,35 @@ export default function LandingPage() { /> +
+ + {/* Content placeholder for sales trends visual component */} +
+

Grafik Tren Penjualan & Dashboard Insight akan muncul di sini.

+
+
+
+
@@ -324,42 +209,29 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg?_wi=3" columns={[ { - title: "Perusahaan", - items: [ + title: "Perusahaan", items: [ { - label: "Tentang", - href: "#", - }, + label: "Tentang", href: "#"}, { - label: "Karir", - href: "#", - }, + label: "Karir", href: "#"}, ], }, { - title: "Produk", - items: [ + title: "Produk", items: [ { - label: "Fitur", - href: "#fitur", - }, + label: "Fitur", href: "#fitur"}, { - label: "Analitik", - href: "#analitik", - }, + label: "Analitik", href: "#analitik"}, + { + label: "Tren Sales", href: "#tren-sales"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privasi", - href: "#", - }, + label: "Privasi", href: "#"}, { - label: "Ketentuan", - href: "#", - }, + label: "Ketentuan", href: "#"}, ], }, ]} @@ -368,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file