Revert to version 4dbad9a
This commit is contained in:
parent
58214dad4d
commit
0dc1478d15
@ -65,7 +65,7 @@ const InventoryData = [
|
||||
|
||||
quantity: 150,
|
||||
|
||||
status: 'returned',
|
||||
status: 'available',
|
||||
|
||||
// type code here for "relation_one" field
|
||||
},
|
||||
@ -85,7 +85,7 @@ const InventoryData = [
|
||||
|
||||
quantity: 200,
|
||||
|
||||
status: 'returned',
|
||||
status: 'available',
|
||||
|
||||
// type code here for "relation_one" field
|
||||
},
|
||||
@ -155,7 +155,7 @@ const QualityControlsData = [
|
||||
|
||||
check_date: new Date('2023-10-12T16:00:00Z'),
|
||||
|
||||
passed: false,
|
||||
passed: true,
|
||||
|
||||
// type code here for "relation_one" field
|
||||
},
|
||||
@ -293,19 +293,19 @@ const StaffData = [
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
employee_name: 'Hans Bethe',
|
||||
employee_name: 'Albrecht von Haller',
|
||||
},
|
||||
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
employee_name: 'Alfred Kinsey',
|
||||
employee_name: 'Alfred Binet',
|
||||
},
|
||||
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
employee_name: 'Louis Pasteur',
|
||||
employee_name: 'Jonas Salk',
|
||||
},
|
||||
];
|
||||
|
||||
@ -313,7 +313,7 @@ const ClientsData = [
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
client_name: 'Christiaan Huygens',
|
||||
client_name: 'Alfred Binet',
|
||||
|
||||
date_registered: new Date(Date.now()),
|
||||
|
||||
@ -323,7 +323,7 @@ const ClientsData = [
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
client_name: 'Hermann von Helmholtz',
|
||||
client_name: 'Albert Einstein',
|
||||
|
||||
date_registered: new Date(Date.now()),
|
||||
|
||||
@ -333,7 +333,7 @@ const ClientsData = [
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
client_name: 'Antoine Laurent Lavoisier',
|
||||
client_name: 'Arthur Eddington',
|
||||
|
||||
date_registered: new Date(Date.now()),
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ export default function WebSiteFooter({
|
||||
const borders = useAppSelector((state) => state.style.borders);
|
||||
const websiteHeder = useAppSelector((state) => state.style.websiteHeder);
|
||||
|
||||
const style = FooterStyle.WITH_PAGES;
|
||||
const style = FooterStyle.WITH_PROJECT_NAME;
|
||||
|
||||
const design = FooterDesigns.DEFAULT_DESIGN;
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ export default function WebSiteHeader({
|
||||
const websiteHeder = useAppSelector((state) => state.style.websiteHeder);
|
||||
const borders = useAppSelector((state) => state.style.borders);
|
||||
|
||||
const style = HeaderStyle.PAGES_RIGHT;
|
||||
const style = HeaderStyle.PAGES_LEFT;
|
||||
|
||||
const design = HeaderDesigns.DESIGN_DIVERSITY;
|
||||
return (
|
||||
|
||||
@ -145,7 +145,7 @@ export default function WebSite() {
|
||||
<FeaturesSection
|
||||
projectName={'Test Editor'}
|
||||
image={['ERP dashboard on a screen']}
|
||||
withBg={0}
|
||||
withBg={1}
|
||||
features={features_points}
|
||||
mainText={`Explore ${projectName} Core Features`}
|
||||
subTitle={`Discover the powerful features of ${projectName} that streamline your manufacturing operations and drive success.`}
|
||||
|
||||
@ -151,7 +151,7 @@ export default function WebSite() {
|
||||
<FeaturesSection
|
||||
projectName={'Test Editor'}
|
||||
image={['ERP system interface on screen']}
|
||||
withBg={1}
|
||||
withBg={0}
|
||||
features={features_points}
|
||||
mainText={`Unleash the Power of ${projectName} Services`}
|
||||
subTitle={`Explore the key features of ${projectName} that are designed to optimize your manufacturing operations and drive success.`}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user