Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5cf53a8ac | |||
| 23de752ac8 | |||
| a14fc7e709 | |||
| 8f8557145d | |||
| 000038fe45 | |||
| d7b29a124c | |||
| 0743120896 | |||
| c4f8b8cabe | |||
| c92787f6d4 | |||
| 2a5ec07969 |
@@ -75,18 +75,6 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167304.jpg?_wi=1"
|
||||
imageAlt="Professional payment processing dashboard"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", alt: "Client 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Transparent Pricing"},
|
||||
@@ -119,11 +107,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Credit Card Processing", price: "Flagship", imageSrc: "https://img.b2bpic.net/free-photo/hand-holding-credit-card-over-payment-terminal_1262-18451.jpg"},
|
||||
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://img.b2bpic.net/free-photo/credit-card-terminal-processing-payment-digital-receipt_1262-18456.jpg"},
|
||||
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://img.b2bpic.net/free-photo/close-up-of-contactless-payment-being-processed_1262-18460.jpg"},
|
||||
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."
|
||||
@@ -214,7 +202,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779127012413-b6g19ocl.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779128537596-ac8jibq5.png"
|
||||
imageAlt="MCG Merchant Services Logo"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779128537596-ac8jibq5.png"
|
||||
logoAlt="MCG Merchant Services Logo"
|
||||
logoText="MCG Merchant Services"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user