Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -7,7 +7,6 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import Link from "next/link";
|
||||
import { TrendingUp, ShoppingCart, Wallet, DollarSign } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -74,10 +73,10 @@ export default function HomePage() {
|
||||
title="Ringkasan Kinerja Voucher"
|
||||
description="Lihat statistik kunci distribusi dan penjualan voucher WiFi Anda secara real-time."
|
||||
metrics={[
|
||||
{ value: "15,000", description: "Voucher Dibagikan", icon: TrendingUp },
|
||||
{ value: "12,500", description: "Voucher Terjual", icon: ShoppingCart },
|
||||
{ value: "2,500", description: "Voucher Tersisa", icon: Wallet },
|
||||
{ value: "Rp 62,500,000", description: "Total Keuntungan (Bersih)", icon: DollarSign }
|
||||
{ value: "15,000", description: "Voucher Dibagikan" },
|
||||
{ value: "12,500", description: "Voucher Terjual" },
|
||||
{ value: "2,500", description: "Voucher Tersisa" },
|
||||
{ value: "Rp 62,500,000", description: "Total Keuntungan (Bersih)" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -114,7 +113,6 @@ export default function HomePage() {
|
||||
<div id="about-home" data-section="about-home">
|
||||
<TextAbout
|
||||
title="Tentang SINGARQ"
|
||||
description="SINGARQ adalah solusi manajemen voucher WiFi terdepan yang dirancang untuk efisiensi maksimal. Kami menyediakan alat yang Anda butuhkan untuk mengelola distribusi, penjualan, dan pelaporan keuangan dengan mudah."
|
||||
buttons={[{text: "Pelajari Lebih Lanjut", href: "/"}]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user