Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 16:56:00 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -96,10 +96,10 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "AI-Powered Personalization", description: "Craft real-time, personalized customer journeys from onboarding to upselling", imageSrc: "http://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg", imageAlt: "AI Personalization Engine", buttonIcon: Zap
title: "AI-Powered Personalization", description: "Craft real-time, personalized customer journeys from onboarding to upselling", imageSrc: "http://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg?_wi=1", imageAlt: "AI Personalization Engine", buttonIcon: Zap
},
{
title: "Loyalty Programs", description: "Digital stamp cards, points systems, and rewards management all in one platform", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-mobile-app-banner_23-2148108189.jpg", imageAlt: "Loyalty Rewards Program", buttonIcon: Award
title: "Loyalty Programs", description: "Digital stamp cards, points systems, and rewards management all in one platform", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-mobile-app-banner_23-2148108189.jpg?_wi=1", imageAlt: "Loyalty Rewards Program", buttonIcon: Award
},
{
title: "Marketing Automation", description: "Run targeted campaigns and customer segmentation with intelligent automation", imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038409.jpg", imageAlt: "Marketing Automation Workflow", buttonIcon: Rocket
@@ -108,10 +108,10 @@ export default function LandingPage() {
title: "Advanced Analytics", description: "Real-time dashboards, customer insights, and ROI tracking for data-driven decisions", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148359902.jpg", imageAlt: "Business Analytics Dashboard", buttonIcon: BarChart3
},
{
title: "eWallet Integration", description: "Apple Pay, Google Pay, and mobile wallet solutions for seamless payments", imageSrc: "http://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg", imageAlt: "Mobile Wallet Integration", buttonIcon: Smartphone
title: "eWallet Integration", description: "Apple Pay, Google Pay, and mobile wallet solutions for seamless payments", imageSrc: "http://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg?_wi=2", imageAlt: "Mobile Wallet Integration", buttonIcon: Smartphone
},
{
title: "White-Label Solutions", description: "Fully customizable platform branded to your company standards and identity", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-mobile-app-banner_23-2148108189.jpg", imageAlt: "White Label Platform", buttonIcon: Palette
title: "White-Label Solutions", description: "Fully customizable platform branded to your company standards and identity", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-mobile-app-banner_23-2148108189.jpg?_wi=2", imageAlt: "White Label Platform", buttonIcon: Palette
}
]}
buttonAnimation="slide-up"
@@ -125,10 +125,10 @@ export default function LandingPage() {
cardTitle="From higher redemption rates to 3x repeat purchase frequency, our clients experience measurable growth"
testimonials={[
{
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/professional-broker_1098-14468.jpg", imageAlt: "Sarah Chen, Beauty Brand CEO"
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/professional-broker_1098-14468.jpg?_wi=1", imageAlt: "Sarah Chen, Beauty Brand CEO"
},
{
id: "2", name: "Marcus Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", imageAlt: "Marcus Rodriguez, Retail Director"
id: "2", name: "Marcus Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg?_wi=1", imageAlt: "Marcus Rodriguez, Retail Director"
},
{
id: "3", name: "Priya Patel", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg", imageAlt: "Priya Patel, F&B Founder"
@@ -137,10 +137,10 @@ export default function LandingPage() {
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", imageAlt: "James Wilson, Enterprise VP"
},
{
id: "5", name: "Lisa Zhang", imageSrc: "http://img.b2bpic.net/free-photo/professional-broker_1098-14468.jpg", imageAlt: "Lisa Zhang, Fashion Brand Owner"
id: "5", name: "Lisa Zhang", imageSrc: "http://img.b2bpic.net/free-photo/professional-broker_1098-14468.jpg?_wi=2", imageAlt: "Lisa Zhang, Fashion Brand Owner"
},
{
id: "6", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", imageAlt: "David Kim, Hospitality Manager"
id: "6", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg?_wi=2", imageAlt: "David Kim, Hospitality Manager"
}
]}
useInvertedBackground={false}