4 Commits

Author SHA1 Message Date
8b2960313a Update src/app/page.tsx 2026-04-01 12:05:25 +00:00
d119b53294 Merge version_3 into main
Merge version_3 into main
2026-04-01 12:01:52 +00:00
f163e56490 Update src/app/page.tsx 2026-04-01 12:01:49 +00:00
5512f2e0e2 Merge version_2 into main
Merge version_2 into main
2026-04-01 11:54:08 +00:00

View File

@@ -6,7 +6,7 @@ import { MessageCircle, MapPin, ShoppingBag, ShoppingBasket } from "lucide-react
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Duniakran"
description="Solusi Lengkap Kran & Plumbing — Murah, Lengkap, Terpercaya di Surabaya. Malas ke toko? Belanja online aja, cepat & praktis!"
description="Toko one-stop-shop untuk semua kebutuhan plumbing Anda. Solusi lengkap, terpercaya, dan harga terbaik bagi kontraktor maupun pemilik rumah di Surabaya."
buttons={[
{ text: "📍 Lihat Lokasi", href: "https://maps.app.goo.gl/Q8KbRWxRgDyX4qcTA" },
{ text: "💬 Chat WhatsApp", href: "https://wa.me/6281113487900" },
@@ -136,17 +136,18 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-68888.jpg"
logoText="Duniakran"
columns={[
{
items: [
title: "Kontak", items: [
{ label: "📍 Lokasi Toko", href: "https://maps.app.goo.gl/Q8KbRWxRgDyX4qcTA" },
{ label: "💬 WhatsApp", href: "https://wa.me/6281113487900" },
]
},
{
items: [
title: "Marketplace", items: [
{ label: "🛒 Tokopedia", href: "https://tokopedia.com/duniakran" },
{ label: "🛍️ Shopee", href: "https://shopee.co.id/duniakran" },
]