8 Commits

Author SHA1 Message Date
000038fe45 Update src/app/page.tsx 2026-05-18 18:10:48 +00:00
d7b29a124c Merge version_6 into main
Merge version_6 into main
2026-05-18 18:08:05 +00:00
0743120896 Update src/app/page.tsx 2026-05-18 18:08:02 +00:00
c4f8b8cabe Merge version_5 into main
Merge version_5 into main
2026-05-18 18:05:46 +00:00
c92787f6d4 Update src/app/page.tsx 2026-05-18 18:05:43 +00:00
2a5ec07969 Merge version_4 into main
Merge version_4 into main
2026-05-18 18:04:13 +00:00
fe05f5efe3 Update src/app/page.tsx 2026-05-18 18:04:10 +00:00
b844446f64 Merge version_3 into main
Merge version_3 into main
2026-05-18 18:02:56 +00:00

View File

@@ -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-1554224155-8d04cb21cd6c?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>
);
}
}