diff --git a/src/app/page.tsx b/src/app/page.tsx index fce9aba..098e023 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Building2, Globe, Utensils } from "lucide-react"; +import { Building2, Globe, Utensils, CreditCard, Landmark, LayoutGrid } from "lucide-react"; export default function LandingPage() { return ( @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -150,9 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Consultative Approach to Your Payment Ecosystem." description={[ - "With over 15 years' experience in the payment processing industry, MCG Merchant Services brings a genuine, consultative approach to your business's payment ecosystem.", - "We're a full-scale merchant solutions company specializing in Credit Card Processing, Small Business Loans & Lines of Credit.", - ]} + "With over 15 years' experience in the payment processing industry, MCG Merchant Services brings a genuine, consultative approach to your business's payment ecosystem.", "We're a full-scale merchant solutions company specializing in Credit Card Processing, Small Business Loans & Lines of Credit."]} /> @@ -164,23 +119,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Credit Card Processing", - price: "Flagship", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779127012413-b6g19ocl.png?_wi=1", - }, + id: "p1", name: "Credit Card Processing", price: "Flagship", imageSrc: "/icons/credit-card-icon.png"}, { - id: "p2", - name: "Business Loans", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167304.jpg?_wi=2", - }, + id: "p2", name: "Business Loans", price: "Custom", imageSrc: "/icons/loan-icon.png"}, { - id: "p3", - name: "POS Solutions", - price: "Modern", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", - }, + id: "p3", name: "POS Solutions", price: "Modern", imageSrc: "/icons/pos-icon.png"}, ]} title="Built for Modern Merchants" description="Our core solutions designed to scale with your business." @@ -194,22 +137,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Hidden fees", - "Complex contracts", - "Delayed support", - "High rates", - "Limited transparency", - ], + "Hidden fees", "Complex contracts", "Delayed support", "High rates", "Limited transparency"], }} positiveCard={{ items: [ - "Total Transparency", - "12-24h Funding", - "Consultative Service", - "PCI Compliant", - "Low Rates", - "24/7 Support", - ], + "Total Transparency", "12-24h Funding", "Consultative Service", "PCI Compliant", "Low Rates", "24/7 Support"], }} title="What Makes Us Different" description="We stand behind transparency and speed." @@ -223,23 +155,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Building2, - title: "Retail", - value: "Serving", - }, + id: "m1", icon: Building2, + title: "Retail", value: "Serving"}, { - id: "m2", - icon: Utensils, - title: "Restaurants", - value: "Serving", - }, + id: "m2", icon: Utensils, + title: "Restaurants", value: "Serving"}, { - id: "m3", - icon: Globe, - title: "Ecommerce", - value: "Serving", - }, + id: "m3", icon: Globe, + title: "Ecommerce", value: "Serving"}, ]} title="Industries We Power" description="Trusted by businesses across various sectors." @@ -251,12 +174,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Brookhaven Coalition of Chambers", - "Center Moriches Chamber of Commerce", - "Regional Business Council", - "National Merchant Alliance", - "Merchant Services Trust", - ]} + "Brookhaven Coalition of Chambers", "Center Moriches Chamber of Commerce", "Regional Business Council", "National Merchant Alliance", "Merchant Services Trust"]} title="Trusted Leadership" description="Active members of our business community." /> @@ -268,20 +186,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "s1", - title: "Free Statement Analysis", - content: "We review your current rates to identify savings.", - }, + id: "s1", title: "Free Statement Analysis", content: "We review your current rates to identify savings."}, { - id: "s2", - title: "Custom Solution Design", - content: "We tailor a solution that fits your business needs.", - }, + id: "s2", title: "Custom Solution Design", content: "We tailor a solution that fits your business needs."}, { - id: "s3", - title: "Approved & Funded", - content: "Get setup and funded within 12-24 hours.", - }, + id: "s3", title: "Approved & Funded", content: "Get setup and funded within 12-24 hours."}, ]} title="Three Steps to Better Processing" description="Simple, fast, and transparent." @@ -293,8 +202,7 @@ export default function LandingPage() {