Commit - 20250414-092931819
This commit is contained in:
parent
4dbad9aa04
commit
2a5aac5643
@ -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()),
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.`}
|
||||
|
||||
@ -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.`}
|
||||
|
||||
@ -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.`}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user