Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f163e56490 | |||
| 5512f2e0e2 | |||
| 0a1bec5fb5 | |||
| a3606c8a55 | |||
| a498d9ac06 | |||
| de453e7b13 |
@@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
|
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 FooterCard from '@/components/sections/footer/FooterCard';
|
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';
|
||||||
@@ -135,10 +136,24 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterMedia
|
||||||
logoText="Duniakran"
|
imageSrc="http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-68888.jpg"
|
||||||
copyrightText="© 2025 Duniakran. All rights reserved."
|
logoText="Duniakran"
|
||||||
/>
|
columns={[
|
||||||
|
{
|
||||||
|
title: "Kontak", items: [
|
||||||
|
{ label: "📍 Lokasi Toko", href: "https://maps.app.goo.gl/Q8KbRWxRgDyX4qcTA" },
|
||||||
|
{ label: "💬 WhatsApp", href: "https://wa.me/6281113487900" },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Marketplace", items: [
|
||||||
|
{ label: "🛒 Tokopedia", href: "https://tokopedia.com/duniakran" },
|
||||||
|
{ label: "🛍️ Shopee", href: "https://shopee.co.id/duniakran" },
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user