Merge version_2 into main #4
@@ -2,10 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
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 FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -135,10 +136,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Duniakran"
|
||||
copyrightText="© 2025 Duniakran. All rights reserved."
|
||||
/>
|
||||
<FooterLogoEmphasis
|
||||
logoText="Duniakran"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "📍 Lokasi Toko", href: "https://maps.app.goo.gl/Q8KbRWxRgDyX4qcTA" },
|
||||
{ label: "💬 WhatsApp", href: "https://wa.me/6281113487900" },
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "🛒 Tokopedia", href: "https://tokopedia.com/duniakran" },
|
||||
{ label: "🛍️ Shopee", href: "https://shopee.co.id/duniakran" },
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user