diff --git a/src/app/page.tsx b/src/app/page.tsx index acec434..438912e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,12 @@ export default function LandingPage() {
@@ -95,7 +78,8 @@ 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, Business Loans and Lines of Credit." + ]} /> @@ -106,12 +90,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", name: "Credit Card Processing", price: "Flagship", imageSrc: "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&q=80&w=800"}, - { - id: "p2", name: "Business Loans", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&q=80&w=800"}, - { - id: "p3", name: "POS Solutions", price: "Modern", imageSrc: "https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&q=80&w=800"}, + { id: "p1", name: "Credit Card Processing", price: "Flagship", imageSrc: "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&q=80&w=800"}, + { id: "p2", name: "Business Loans and Lines of Credit", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&q=80&w=800"}, + { id: "p3", name: "POS Solutions", price: "Modern", imageSrc: "https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&q=80&w=800"}, ]} title="Built for Modern Merchants" description="Our core solutions designed to scale with your business." @@ -123,14 +104,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "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"], - }} + negativeCard={{ items: ["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"]}} title="What Makes Us Different" description="We stand behind transparency and speed." /> @@ -142,18 +117,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", icon: Building2, - title: "Retail", value: "Serving"}, - { - id: "m2", icon: Utensils, - title: "Restaurants", value: "Serving"}, - { - id: "m3", icon: Globe, - title: "Ecommerce", value: "Serving"}, + { id: "m1", icon: Building2, title: "Retail", value: "Retail Solutions"}, + { id: "m2", icon: Utensils, title: "Restaurants", value: "Restaurant Solutions"}, + { id: "m3", icon: Globe, title: "Ecommerce", value: "Ecommerce Solutions"}, ]} title="Industries We Power" description="Trusted by businesses across various sectors." + metricTitleClassName="whitespace-nowrap" + valueClassName="whitespace-nowrap" /> @@ -162,7 +133,8 @@ 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." /> @@ -173,12 +145,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - 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: "s3", title: "Approved & Funded", content: "Get setup and funded within 12-24 hours."}, + { 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: "s3", title: "Approved & Funded", content: "Get setup and funded within 12-24 hours."}, ]} title="Three Steps to Better Processing" description="Simple, fast, and transparent." @@ -189,8 +158,7 @@ export default function LandingPage() {