Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0743120896 | |||
| c4f8b8cabe | |||
| c92787f6d4 | |||
| 2a5ec07969 | |||
| 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://images.unsplash.com/photo-1556742049-0cf1485c8d09?auto=format&fit=crop&q=80&w=800"},
|
||||
{
|
||||
id: "p2", name: "Business Loans", price: "Custom", imageSrc: "/icons/loan-icon.png"},
|
||||
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: "/icons/pos-icon.png"},
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user