Update src/app/payment/page.tsx

This commit is contained in:
2026-05-08 05:18:02 +00:00
parent eb2098f82a
commit b91a68f526

View File

@@ -29,7 +29,6 @@ export default function PaymentPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "How it Works", id: "/#how-it-works" },
{ name: "Features", id: "/#features" },
{ name: "Pricing", id: "/#pricing" },
{ name: "FAQ", id: "/#faq" },
]}
@@ -61,8 +60,8 @@ export default function PaymentPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }, { label: "FAQ", href: "/#faq" }] },
{ title: "Company", items: [{ label: "About Us", href: "/#" }, { label: "Careers", href: "/#" }, { label: "Contact", href: "/#contact" }] },
{ title: "Product", items: [{ label: "Pricing", href: "/#pricing" }, { label: "FAQ", href: "/#faq" }] },
{ title: "Company", items: [{ label: "Contact", href: "/#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/#" }, { label: "Terms of Service", href: "/#" }] },
]}
logoText="Place2Page"