Update src/app/products/page.tsx
This commit is contained in:
@@ -56,22 +56,22 @@ export default function ProductsPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "SMESolutions", name: "WorkFlow Pro", price: "$49/month", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Workflow Pro software screenshot"},
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2", imageAlt: "Workflow Pro software screenshot"},
|
||||
{
|
||||
id: "p2", brand: "SMESolutions", name: "Insight CRM", price: "$69/month", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/executive-workspace-features-digital-dashboard-with-financial-charts_482257-123845.jpg", imageAlt: "Insight CRM software screenshot"},
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/executive-workspace-features-digital-dashboard-with-financial-charts_482257-123845.jpg?_wi=2", imageAlt: "Insight CRM software screenshot"},
|
||||
{
|
||||
id: "p3", brand: "SMESolutions", name: "DataVault Secure", price: "$39/month", rating: 4,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/cloud-security-data-protection-illustration_23-2151998474.jpg", imageAlt: "DataVault Secure software screenshot"},
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/cloud-security-data-protection-illustration_23-2151998474.jpg?_wi=2", imageAlt: "DataVault Secure software screenshot"},
|
||||
{
|
||||
id: "p4", brand: "SMESolutions", name: "MarketPulse AI", price: "$79/month", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-with-transportation-vehicles_52683-99737.jpg", imageAlt: "MarketPulse AI software screenshot"},
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-with-transportation-vehicles_52683-99737.jpg?_wi=2", imageAlt: "MarketPulse AI software screenshot"},
|
||||
{
|
||||
id: "p5", brand: "SMESolutions", name: "FinAccel ERP", price: "$99/month", rating: 4,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg", imageAlt: "FinAccel ERP software screenshot"},
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg?_wi=2", imageAlt: "FinAccel ERP software screenshot"},
|
||||
{
|
||||
id: "p6", brand: "SMESolutions", name: "ConnectHR", price: "$59/month", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/person-typing-into-ai-chatbot-system-automate-her-workflow-home-office_482257-122978.jpg", imageAlt: "ConnectHR software screenshot"},
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/person-typing-into-ai-chatbot-system-automate-her-workflow-home-office_482257-122978.jpg?_wi=2", imageAlt: "ConnectHR software screenshot"},
|
||||
]}
|
||||
title="Explore Our Enterprise Software Suite"
|
||||
description="Browse our curated selection of powerful software tools, each designed to address specific business needs and boost productivity across your organization."
|
||||
@@ -80,7 +80,7 @@ export default function ProductsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-rise-buildings-modern-city_1359-899.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-rise-buildings-modern-city_1359-899.jpg?_wi=4"
|
||||
imageAlt="Panoramic cityscape at night"
|
||||
logoText="SMESolutions"
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user