2 Commits

Author SHA1 Message Date
d611480857 Merge version_2 into main
Merge version_2 into main
2026-05-31 02:16:26 +00:00
d4c979c2d5 Update src/app/page.tsx 2026-05-31 02:16:23 +00:00

View File

@@ -158,12 +158,12 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Furnish?"
title="Visit Us or Shop Online Today"
description="Explore our extensive collection of second-hand office furniture. Our team is ready to assist you in finding the perfect pieces for your workspace."
tag="Siap Melengkapi Furnitur?"
title="Kunjungi Kami atau Belanja Online Hari Ini"
description="Jelajahi koleksi luas furnitur kantor bekas berkualitas kami. Tim kami siap membantu Anda menemukan furnitur yang sempurna untuk ruang kerja Anda."
buttons={[
{ text: "Get Directions", href: "#" },
{ text: "Contact Our Sales Team", href: "#" }
{ text: "Dapatkan Petunjuk Arah", href: "#" },
{ text: "Hubungi Tim Penjualan Kami", href: "#" }
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
@@ -175,11 +175,11 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Jayyid Jiddan Furniture"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }, { label: "Our Story", href: "#" }] },
{ title: "Products", items: [{ label: "Office Tables", href: "#products" }, { label: "Office Chairs", href: "#products" }, { label: "Used Furniture", href: "#products" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Warranty", href: "#" }] }
{ title: "Perusahaan", items: [{ label: "Tentang Kami", href: "#about" }, { label: "Karir", href: "#" }, { label: "Kisah Kami", href: "#" }] },
{ title: "Produk", items: [{ label: "Meja Kantor", href: "#products" }, { label: "Kursi Kantor", href: "#products" }, { label: "Furnitur Bekas", href: "#products" }] },
{ title: "Dukungan", items: [{ label: "FAQ", href: "#faq" }, { label: "Hubungi Kami", href: "#contact" }, { label: "Garansi", href: "#" }] }
]}
copyrightText="© 2024 Jayyid Jiddan Furniture. All rights reserved."
copyrightText="© 2024 Jayyid Jiddan Furniture. Semua hak dilindungi undang-undang."
/>
</div>
</ThemeProvider>