Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 000038fe45 | |||
| d7b29a124c | |||
| 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 ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -119,11 +119,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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-1554224155-8d04cb21cd6c?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"
|
title="Built for Modern Merchants"
|
||||||
description="Our core solutions designed to scale with your business."
|
description="Our core solutions designed to scale with your business."
|
||||||
@@ -240,4 +240,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user