diff --git a/src/app/page.tsx b/src/app/page.tsx
index f4a605d..3373f5e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,51 +32,28 @@ export default function LandingPage() {
@@ -240,34 +153,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "pl1",
- tag: "Flex",
- price: "30% Advance",
- period: "70% After LC",
- description: "Standard trade security.",
- button: {
- text: "Contact Now",
- },
- featuresTitle: "Included",
- features: [
- "Bank verified",
- "LC Support",
- ],
+ id: "pl1", tag: "Flex", price: "30% Advance", period: "70% After LC", description: "Standard trade security.", button: {
+ text: "Contact Now"},
+ featuresTitle: "Included", features: [
+ "Bank verified", "LC Support"],
},
{
- id: "pl2",
- tag: "Premier",
- price: "100% Advance",
- period: "Locked",
- description: "Maximum security.",
- button: {
- text: "Inquire",
- },
- featuresTitle: "Included",
- features: [
- "Fast processing",
- "Priority status",
- ],
+ id: "pl2", tag: "Premier", price: "100% Advance", period: "Locked", description: "Maximum security.", button: {
+ text: "Inquire"},
+ featuresTitle: "Included", features: [
+ "Fast processing", "Priority status"],
},
]}
title="Flexible Payment Terms"
@@ -279,14 +174,11 @@ export default function LandingPage() {
@@ -295,42 +187,27 @@ export default function LandingPage() {