Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 13:51:21 +00:00

View File

@@ -53,13 +53,13 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg", imageAlt: "Professional office workspace"},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3521.jpg", imageAlt: "Administrative support services"},
imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3521.jpg?_wi=1", imageAlt: "Administrative support services"},
{
imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "Email and calendar management"},
imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=1", imageAlt: "Email and calendar management"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-call-center-agent-using-computer-while-communicating-with-clients-working-office_637285-6165.jpg", imageAlt: "Customer communication services"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-call-center-agent-using-computer-while-communicating-with-clients-working-office_637285-6165.jpg?_wi=1", imageAlt: "Customer communication services"},
{
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-computer-typing-keyboard_1098-1004.jpg", imageAlt: "Data entry and research services"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-computer-typing-keyboard_1098-1004.jpg?_wi=1", imageAlt: "Data entry and research services"},
]}
/>
</div>
@@ -75,17 +75,17 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
features={[
{
id: "01", title: "Administrative Support", description: "Handle your day-to-day administrative tasks with precision and efficiency. From scheduling to document management, we've got you covered.", imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3521.jpg", imageAlt: "Administrative support"},
id: "01", title: "Administrative Support", description: "Handle your day-to-day administrative tasks with precision and efficiency. From scheduling to document management, we've got you covered.", imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3521.jpg?_wi=2", imageAlt: "Administrative support"},
{
id: "02", title: "Email & Calendar Management", description: "Never miss an important email or meeting again. We manage your communications and calendar with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "Email and calendar management"},
id: "02", title: "Email & Calendar Management", description: "Never miss an important email or meeting again. We manage your communications and calendar with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=2", imageAlt: "Email and calendar management"},
{
id: "03", title: "Customer Communication", description: "Provide responsive, professional communication with your clients and customers. We represent your business with excellence.", imageSrc: "http://img.b2bpic.net/free-photo/happy-call-center-agent-using-computer-while-communicating-with-clients-working-office_637285-6165.jpg", imageAlt: "Customer communication"},
id: "03", title: "Customer Communication", description: "Provide responsive, professional communication with your clients and customers. We represent your business with excellence.", imageSrc: "http://img.b2bpic.net/free-photo/happy-call-center-agent-using-computer-while-communicating-with-clients-working-office_637285-6165.jpg?_wi=2", imageAlt: "Customer communication"},
{
id: "04", title: "Data Entry & Research", description: "Accurate data entry and thorough research services to support your business intelligence and decision-making processes.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-computer-typing-keyboard_1098-1004.jpg", imageAlt: "Data entry and research"},
id: "04", title: "Data Entry & Research", description: "Accurate data entry and thorough research services to support your business intelligence and decision-making processes.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-computer-typing-keyboard_1098-1004.jpg?_wi=2", imageAlt: "Data entry and research"},
{
id: "05", title: "Document Preparation", description: "Professional preparation and organization of business documents, reports, and presentations tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3521.jpg", imageAlt: "Document preparation"},
id: "05", title: "Document Preparation", description: "Professional preparation and organization of business documents, reports, and presentations tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3521.jpg?_wi=3", imageAlt: "Document preparation"},
{
id: "06", title: "Business Support Services", description: "Full-spectrum back-office support to keep your business running smoothly while you focus on growth and strategy.", imageSrc: "http://img.b2bpic.net/free-photo/happy-call-center-agent-using-computer-while-communicating-with-clients-working-office_637285-6165.jpg", imageAlt: "Business support"},
id: "06", title: "Business Support Services", description: "Full-spectrum back-office support to keep your business running smoothly while you focus on growth and strategy.", imageSrc: "http://img.b2bpic.net/free-photo/happy-call-center-agent-using-computer-while-communicating-with-clients-working-office_637285-6165.jpg?_wi=3", imageAlt: "Business support"},
]}
buttons={[{ text: "Request Info", href: "#contact" }]}
/>