Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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/close-up-of-credit-card-terminal_1262-15967.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/modern-office-desk-with-financial-documents_1262-15743.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/point-of-sale-system-in-store_1262-15822.jpg"},
|
||||
]}
|
||||
title="Built for Modern Merchants"
|
||||
description="Our core solutions designed to scale with your business."
|
||||
|
||||
Reference in New Issue
Block a user