Update src/app/page.tsx
This commit is contained in:
@@ -53,19 +53,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Amara Diallo", handle: "@amarad", testimonial: "Sokoni changed how I manage my inventory. Simply flawless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-wardrobe-transparent-screen_53876-105380.jpg", imageAlt: "tech dashboard ui"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-wardrobe-transparent-screen_53876-105380.jpg?_wi=1", imageAlt: "tech dashboard ui"},
|
||||
{
|
||||
name: "John Okafor", handle: "@jokafor", testimonial: "The transaction fees are the most competitive in the market.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-labels-with-discounts-shopping-cart_23-2147930877.jpg", imageAlt: "tech dashboard ui"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-labels-with-discounts-shopping-cart_23-2147930877.jpg?_wi=1", imageAlt: "tech dashboard ui"},
|
||||
{
|
||||
name: "Elena M.", handle: "@elena_m", testimonial: "Scaling my business has never been this intuitive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/credit-card-security-flat_78370-3588.jpg", imageAlt: "tech dashboard ui"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/credit-card-security-flat_78370-3588.jpg?_wi=1", imageAlt: "tech dashboard ui"},
|
||||
{
|
||||
name: "Kwame B.", handle: "@kwameb", testimonial: "The best platform for African e-commerce entrepreneurs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg", imageAlt: "tech dashboard ui"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg?_wi=1", imageAlt: "tech dashboard ui"},
|
||||
{
|
||||
name: "Sarah T.", handle: "@st_ventures", testimonial: "Incredible support and a robust technical foundation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg", imageAlt: "tech dashboard ui"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg?_wi=1", imageAlt: "tech dashboard ui"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Roadmap", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-wardrobe-transparent-screen_53876-105380.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-wardrobe-transparent-screen_53876-105380.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
@@ -110,13 +110,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Integrated Payments", description: "Seamless M-Pesa and card integration out of the box.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-labels-with-discounts-shopping-cart_23-2147930877.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-labels-with-discounts-shopping-cart_23-2147930877.jpg?_wi=2"},
|
||||
{
|
||||
title: "Secure Logistics", description: "Automated delivery tracking and partner notifications.", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/credit-card-security-flat_78370-3588.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/credit-card-security-flat_78370-3588.jpg?_wi=2"},
|
||||
{
|
||||
title: "Scalable Inventory", description: "Real-time updates to help you manage stock across channels.", buttonIcon: Layout,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg?_wi=2"},
|
||||
{
|
||||
title: "Vendor Analytics", description: "Deep insights into consumer behavior and sales performance.", buttonIcon: BarChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-discount-offer-paper-blanket_23-2147930807.jpg"},
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Wireless Audio Pro", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg"},
|
||||
id: "p1", name: "Wireless Audio Pro", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", name: "Smart Office Hub", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user