2 Commits

Author SHA1 Message Date
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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; 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 HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -136,17 +136,18 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <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" logoText="Duniakran"
columns={[ columns={[
{ {
items: [ title: "Kontak", items: [
{ label: "📍 Lokasi Toko", href: "https://maps.app.goo.gl/Q8KbRWxRgDyX4qcTA" }, { label: "📍 Lokasi Toko", href: "https://maps.app.goo.gl/Q8KbRWxRgDyX4qcTA" },
{ label: "💬 WhatsApp", href: "https://wa.me/6281113487900" }, { label: "💬 WhatsApp", href: "https://wa.me/6281113487900" },
] ]
}, },
{ {
items: [ title: "Marketplace", items: [
{ label: "🛒 Tokopedia", href: "https://tokopedia.com/duniakran" }, { label: "🛒 Tokopedia", href: "https://tokopedia.com/duniakran" },
{ label: "🛍️ Shopee", href: "https://shopee.co.id/duniakran" }, { label: "🛍️ Shopee", href: "https://shopee.co.id/duniakran" },
] ]