Commit - 20250414-092931819

This commit is contained in:
Flatlogic Bot 2025-04-14 09:29:49 +00:00
parent 4dbad9aa04
commit 2a5aac5643
5 changed files with 13 additions and 13 deletions

View File

@ -75,7 +75,7 @@ const InventoryData = [
quantity: 75,
status: 'reserved',
status: 'returned',
// type code here for "relation_one" field
},
@ -155,7 +155,7 @@ const QualityControlsData = [
check_date: new Date('2023-10-12T16:00:00Z'),
passed: true,
passed: false,
// type code here for "relation_one" field
},
@ -293,19 +293,19 @@ const StaffData = [
{
// type code here for "relation_one" field
employee_name: 'Albrecht von Haller',
employee_name: 'Dmitri Mendeleev',
},
{
// type code here for "relation_one" field
employee_name: 'Alfred Binet',
employee_name: 'August Kekule',
},
{
// type code here for "relation_one" field
employee_name: 'Jonas Salk',
employee_name: 'Carl Linnaeus',
},
];
@ -313,7 +313,7 @@ const ClientsData = [
{
// type code here for "relation_one" field
client_name: 'Alfred Binet',
client_name: 'Louis Pasteur',
date_registered: new Date(Date.now()),
@ -323,7 +323,7 @@ const ClientsData = [
{
// type code here for "relation_one" field
client_name: 'Albert Einstein',
client_name: 'Robert Koch',
date_registered: new Date(Date.now()),
@ -333,7 +333,7 @@ const ClientsData = [
{
// type code here for "relation_one" field
client_name: 'Arthur Eddington',
client_name: 'Euclid',
date_registered: new Date(Date.now()),

View File

@ -19,9 +19,9 @@ export default function WebSiteHeader({
const websiteHeder = useAppSelector((state) => state.style.websiteHeder);
const borders = useAppSelector((state) => state.style.borders);
const style = HeaderStyle.PAGES_LEFT;
const style = HeaderStyle.PAGES_RIGHT;
const design = HeaderDesigns.DESIGN_DIVERSITY;
const design = HeaderDesigns.DEFAULT_DESIGN;
return (
<header id='websiteHeader' className='overflow-hidden'>
<div

View File

@ -139,7 +139,7 @@ export default function WebSite() {
<FeaturesSection
projectName={'Test Editor'}
image={['Dashboard showing ERP metrics']}
withBg={1}
withBg={0}
features={features_points}
mainText={`Unlock Efficiency with ${projectName} Features`}
subTitle={`Explore the powerful features of ${projectName} designed to streamline your manufacturing operations and boost productivity.`}

View File

@ -145,7 +145,7 @@ export default function WebSite() {
<FeaturesSection
projectName={'Test Editor'}
image={['ERP dashboard on a screen']}
withBg={1}
withBg={0}
features={features_points}
mainText={`Explore ${projectName} Core Features`}
subTitle={`Discover the powerful features of ${projectName} that streamline your manufacturing operations and drive success.`}

View File

@ -139,7 +139,7 @@ export default function WebSite() {
<FeaturesSection
projectName={'Test Editor'}
image={['Dashboard showing ERP metrics']}
withBg={0}
withBg={1}
features={features_points}
mainText={`Unlock Efficiency with ${projectName} Features`}
subTitle={`Explore the powerful features of ${projectName} designed to streamline your manufacturing operations and boost productivity.`}