From 66127125c3ace9aadda1d3144640dd28c054cbe5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:14:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 238 +++++++---------------------------------------- 1 file changed, 33 insertions(+), 205 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 404c77d..6991005 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,69 +31,30 @@ export default function LandingPage() {
@@ -116,42 +77,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Sofa Premium", - description: "Desain modern dengan material kain berkualitas tinggi.", - imageSrc: "http://img.b2bpic.net/free-photo/grey-sofa-with-pillows-rug-curtains_23-2152020457.jpg", - imageAlt: "Sofa", - }, - { - title: "Tempat Tidur", - description: "Rangka kayu solid dengan estetika elegan.", - imageSrc: "http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160190.jpg", - imageAlt: "Bed", - }, - { - title: "Lemari & Kabinet", - description: "Solusi penyimpanan minimalis dan fungsional.", - imageSrc: "http://img.b2bpic.net/free-photo/living-room-items_23-2148848668.jpg", - imageAlt: "Cabinet", - }, - { - title: "Meja Makan", - description: "Set meja makan berkualitas untuk momen keluarga.", - imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg", - imageAlt: "Table", - }, - { - title: "Furniture Custom", - description: "Desain furnitur sesuai kebutuhan ruangan Anda.", - imageSrc: "http://img.b2bpic.net/free-photo/house-lamp-lounge-sofa-modern_1203-6321.jpg", - imageAlt: "Custom", - }, - { - title: "Furniture Aksen", - description: "Pilihan furnitur pendukung yang estetik.", - imageSrc: "http://img.b2bpic.net/free-photo/dry-peony-flower-glass-jug-wooden-stool-white-room_53876-96683.jpg", - imageAlt: "Accent", - }, + { title: "Sofa Premium", description: "Desain modern dengan material kain berkualitas tinggi.", imageSrc: "http://img.b2bpic.net/free-photo/grey-sofa-with-pillows-rug-curtains_23-2152020457.jpg", imageAlt: "Sofa" }, + { title: "Tempat Tidur", description: "Rangka kayu solid dengan estetika elegan.", imageSrc: "http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160190.jpg", imageAlt: "Bed" }, + { title: "Lemari & Kabinet", description: "Solusi penyimpanan minimalis dan fungsional.", imageSrc: "http://img.b2bpic.net/free-photo/living-room-items_23-2148848668.jpg", imageAlt: "Cabinet" }, ]} title="Koleksi Furniture Unggulan" description="Pilihan furniture premium untuk melengkapi keindahan rumah Anda." @@ -165,48 +93,9 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Sofa Modern Minimalis", - price: "Rp 4.500.000", - variant: "Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg", - }, - { - id: "p2", - name: "Tempat Tidur Solid Oak", - price: "Rp 6.200.000", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199315.jpg", - }, - { - id: "p3", - name: "Lemari Pakaian 3 Pintu", - price: "Rp 3.800.000", - variant: "Storage", - imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695793.jpg", - }, - { - id: "p4", - name: "Set Meja Makan 4 Kursi", - price: "Rp 5.100.000", - variant: "Dining", - imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821329.jpg", - }, - { - id: "p5", - name: "Meja Kerja Minimalis", - price: "Rp 1.500.000", - variant: "Office", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1203-3709.jpg", - }, - { - id: "p6", - name: "Sofa L-Shape", - price: "Rp 7.500.000", - variant: "Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-flower-vase_23-2151113111.jpg", - }, + { id: "p1", name: "Sofa Modern Minimalis", price: "Rp 4.500.000", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg" }, + { id: "p2", name: "Tempat Tidur Solid Oak", price: "Rp 6.200.000", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199315.jpg" }, + { id: "p3", name: "Lemari Pakaian 3 Pintu", price: "Rp 3.800.000", variant: "Storage", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695793.jpg" }, ]} title="Best Seller Kami" description="Produk terlaris pilihan pelanggan kami tahun ini." @@ -219,24 +108,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - title: "Kualitas Terjamin", - value: "100%", - icon: Shield, - }, - { - id: "m2", - title: "Model Modern", - value: "500+", - icon: Sparkles, - }, - { - id: "m3", - title: "Pelanggan Puas", - value: "99%", - icon: Award, - }, + { id: "m1", title: "Kualitas Terjamin", value: "100%", icon: Shield }, + { id: "m2", title: "Model Modern", value: "500+", icon: Sparkles }, + { id: "m3", title: "Pelanggan Puas", value: "99%", icon: Award }, ]} title="Mengapa Memilih Kami?" description="Keunggulan kami dalam memberikan pelayanan dan kualitas terbaik untuk pelanggan." @@ -247,31 +121,9 @@ export default function LandingPage() {
@@ -300,37 +148,17 @@ export default function LandingPage() { logoText="Cahaya Berkah Furniture" columns={[ { - title: "Navigasi", - items: [ - { - label: "Beranda", - href: "#hero", - }, - { - label: "Produk", - href: "#products", - }, - { - label: "Tentang", - href: "#about", - }, - { - label: "Kontak", - href: "#contact", - }, + title: "Navigasi", items: [ + { label: "Beranda", href: "#hero" }, + { label: "Produk", href: "#products" }, + { label: "Tentang", href: "#about" }, + { label: "Kontak", href: "#contact" }, ], }, { - title: "Kontak", - items: [ - { - label: "WhatsApp", - href: "https://wa.me/6285624000042", - }, - { - label: "Lokasi", - href: "https://maps.app.goo.gl/", - }, + title: "Kontak", items: [ + { label: "WhatsApp", href: "https://wa.me/6285624000042" }, + { label: "Lokasi", href: "https://maps.app.goo.gl/" }, ], }, ]} -- 2.49.1