Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c92787f6d4 | |||
| 2a5ec07969 | |||
| fe05f5efe3 | |||
| b844446f64 |
@@ -119,11 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Credit Card Processing", price: "Flagship", imageSrc: "https://img.b2bpic.net/free-photo/close-up-of-credit-card-terminal_1262-15967.jpg"},
|
||||
id: "p1", name: "Credit Card Processing", price: "Flagship", imageSrc: "https://images.unsplash.com/photo-1556742049-0cf1485c8d09?auto=format&fit=crop&q=80&w=800"},
|
||||
{
|
||||
id: "p2", name: "Business Loans", price: "Custom", imageSrc: "https://img.b2bpic.net/free-photo/modern-office-desk-with-financial-documents_1262-15743.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/point-of-sale-system-in-store_1262-15822.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."
|
||||
@@ -240,4 +240,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user