Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
|
||||||
|
|
||||||
@@ -274,22 +274,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactCTA
|
||||||
title="Hubungi Kami"
|
tag="Visit Us"
|
||||||
description="Kami senang mendengar dari Anda. Isi formulir di bawah ini atau hubungi kami langsung."
|
title="Come Experience Papadaan Coffee"
|
||||||
inputs={[
|
description="We invite you to relax, connect, and savor the flavors at our cozy spot in Martapura. Enjoy our unique brews and famous noodles. Open until 11 PM daily."
|
||||||
{ name: "name", type: "text", placeholder: "Nama Lengkap Anda", required: true },
|
buttons={[
|
||||||
{ name: "email", type: "email", placeholder: "Alamat Email Anda", required: true },
|
{ text: "Get Directions", href: "https://maps.app.goo.gl/3Q8Y3Y4Y3Y4Y3Y4Y3" },
|
||||||
{ name: "subject", type: "text", placeholder: "Subjek Pesan", required: true }
|
{ text: "Call Us", href: "tel:+628115175353" }
|
||||||
]}
|
]}
|
||||||
textarea={{
|
background={{
|
||||||
name: "message", placeholder: "Pesan Anda", rows: 5,
|
variant: "plain"
|
||||||
required: true
|
|
||||||
}}
|
}}
|
||||||
buttonText="Kirim Pesan"
|
|
||||||
imageSrc={getAssetUrl("faq-media")}
|
|
||||||
imageAlt={getAssetAlt("faq-media", "Seseorang memegang cangkir kopi di kafe")}
|
|
||||||
mediaPosition="right"
|
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -297,16 +292,16 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoSrc={getAssetUrl("footer-logo")}
|
logoSrc={getAssetUrl("footer-logo")}
|
||||||
logoAlt={getAssetAlt("footer-logo", "Logo Papadaan Coffee")}
|
logoAlt={getAssetAlt("footer-logo", "Papadaan Coffee Logo")}
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Beranda", href: "#hero" }, { label: "Tentang Kami", href: "#about" }, { label: "Menu Kami", href: "#menu" }] },
|
{ items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Our Menu", href: "#menu" }] },
|
||||||
{ items: [{ label: "Testimoni", href: "#testimonials" }, { label: "FAQ", href: "#faq" }, { label: "Blog", href: "#blog" }] },
|
{ items: [{ label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }, { label: "Blog", href: "#blog" }] },
|
||||||
{ items: [{ label: "Kontak", href: "#contact" }, { label: "Dapatkan Petunjuk Arah", href: "https://maps.app.goo.gl/3Q8Y3Y4Y3Y4Y3Y4Y3" }, { label: "Hubungi Kami", href: "tel:+628115175353" }] },
|
{ items: [{ label: "Contact", href: "#contact" }, { label: "Get Directions", href: "https://maps.app.goo.gl/3Q8Y3Y4Y3Y4Y3Y4Y3" }, { label: "Call Us", href: "tel:+628115175353" }] },
|
||||||
{ items: [{ label: "Kebijakan Privasi", href: "#" }, { label: "Syarat dan Ketentuan", href: "#" }] }
|
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
logoText="Papadaan Coffee - Favorit lokal Anda."
|
logoText="Papadaan Coffee - Your local favorite."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user