Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe05f5efe3 | |||
| b844446f64 | |||
| e08ab1d55a | |||
| 946dd998bf |
@@ -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, CreditCard, Landmark, LayoutGrid } from "lucide-react";
|
||||
import { Building2, Globe, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -119,11 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Credit Card Processing", price: "Flagship", imageSrc: "/icons/credit-card-icon.png"},
|
||||
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: "p2", name: "Business Loans", price: "Custom", imageSrc: "/icons/loan-icon.png"},
|
||||
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: "p3", name: "POS Solutions", price: "Modern", imageSrc: "/icons/pos-icon.png"},
|
||||
id: "p3", name: "POS Solutions", price: "Modern", imageSrc: "https://img.b2bpic.net/free-photo/close-up-of-contactless-payment-being-processed_1262-18460.jpg"},
|
||||
]}
|
||||
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