Merge version_20_1782876548667 into main #21

Merged
bender merged 1 commits from version_20_1782876548667 into main 2026-07-01 03:32:50 +00:00

View File

@@ -1,22 +1,18 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "companies" section.
// Created by add_section_from_catalog (FeaturesRevealCards).
import React from 'react';
import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards';
export default function CompaniesSection(): React.JSX.Element {
return (
<div id="companies" data-section="companies">
<SectionErrorBoundary name="companies">
<FeaturesMediaCarousel
<div data-webild-section="companies" id="companies">
<FeaturesRevealCards
textAnimation="fade"
description="Diversified professional services across Australia and beyond."
tag="Our Companies"
title="Business Divisions"
description="Diversified professional services across Australia and beyond."
items={[{"description":"Professional workforce solutions, industrial to hospitality.","title":"VicForce Recruitment","buttonIcon":"ArrowRight","imageSrc":"http://img.b2bpic.net/free-photo/pregnant-manager-starts-interview-process_482257-120818.jpg","buttonHref":"#"},{"buttonIcon":"ArrowRight","description":"Global international trade experts for Australian produce.","title":"ABC Trading","imageSrc":"http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827264.jpg","buttonHref":"#"},{"buttonHref":"#","description":"Residential property, development and luxury renovations.","title":"Jag International","buttonIcon":"ArrowRight","imageSrc":"http://img.b2bpic.net/free-photo/beautiful-view-sea-from-window-diner_181624-8379.jpg"},{"description":"Personalised corporate and leisure travel management.","title":"Go Travel","buttonIcon":"ArrowRight","imageSrc":"http://img.b2bpic.net/free-photo/full-shot-woman-working-laptop_23-2149963928.jpg","buttonHref":"#"},{"buttonHref":"#","description":"Integrated management solutions.","title":"Services Management","buttonIcon":"ArrowRight","imageSrc":"http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-o_1139-971.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541951.jpg","buttonIcon":"ArrowRight","description":"Seamless export/import networks.","title":"Global Logistics","buttonHref":"#"}]}
textAnimation="fade"
items={[{"description":"Professional workforce solutions, industrial to hospitality.","title":"VicForce Recruitment","imageSrc":"http://img.b2bpic.net/free-photo/pregnant-manager-starts-interview-process_482257-120818.jpg"},{"title":"ABC Trading","imageSrc":"http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827264.jpg","description":"Global international trade experts for Australian produce."},{"description":"Residential property, development and luxury renovations.","imageSrc":"http://img.b2bpic.net/free-photo/beautiful-view-sea-from-window-diner_181624-8379.jpg","title":"Jag International"},{"title":"Go Travel","imageSrc":"http://img.b2bpic.net/free-photo/full-shot-woman-working-laptop_23-2149963928.jpg","description":"Personalised corporate and leisure travel management."},{"imageSrc":"http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-o_1139-971.jpg","title":"Services Management","description":"Integrated management solutions."},{"description":"Seamless export/import networks.","title":"Global Logistics","imageSrc":"http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541951.jpg"}]}
/>
</SectionErrorBoundary>
</div>
</div>
);
}