Commit - 20250414-093002190
This commit is contained in:
parent
2a5aac5643
commit
745543a8f6
@ -65,7 +65,7 @@ const InventoryData = [
|
||||
|
||||
quantity: 150,
|
||||
|
||||
status: 'available',
|
||||
status: 'returned',
|
||||
|
||||
// type code here for "relation_one" field
|
||||
},
|
||||
@ -75,7 +75,7 @@ const InventoryData = [
|
||||
|
||||
quantity: 75,
|
||||
|
||||
status: 'returned',
|
||||
status: 'available',
|
||||
|
||||
// type code here for "relation_one" field
|
||||
},
|
||||
@ -85,7 +85,7 @@ const InventoryData = [
|
||||
|
||||
quantity: 200,
|
||||
|
||||
status: 'available',
|
||||
status: 'returned',
|
||||
|
||||
// type code here for "relation_one" field
|
||||
},
|
||||
@ -293,19 +293,19 @@ const StaffData = [
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
employee_name: 'Dmitri Mendeleev',
|
||||
employee_name: 'Karl Landsteiner',
|
||||
},
|
||||
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
employee_name: 'August Kekule',
|
||||
employee_name: 'Albert Einstein',
|
||||
},
|
||||
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
employee_name: 'Carl Linnaeus',
|
||||
employee_name: 'Hans Selye',
|
||||
},
|
||||
];
|
||||
|
||||
@ -313,7 +313,7 @@ const ClientsData = [
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
client_name: 'Louis Pasteur',
|
||||
client_name: 'Carl Gauss (Karl Friedrich Gauss)',
|
||||
|
||||
date_registered: new Date(Date.now()),
|
||||
|
||||
@ -323,7 +323,7 @@ const ClientsData = [
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
client_name: 'Robert Koch',
|
||||
client_name: 'Leonard Euler',
|
||||
|
||||
date_registered: new Date(Date.now()),
|
||||
|
||||
@ -333,7 +333,7 @@ const ClientsData = [
|
||||
{
|
||||
// type code here for "relation_one" field
|
||||
|
||||
client_name: 'Euclid',
|
||||
client_name: 'Charles Darwin',
|
||||
|
||||
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_PROJECT_NAME;
|
||||
const style = FooterStyle.WITH_PAGES;
|
||||
|
||||
const design = FooterDesigns.DEFAULT_DESIGN;
|
||||
|
||||
|
||||
@ -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_RIGHT;
|
||||
const style = HeaderStyle.PAGES_LEFT;
|
||||
|
||||
const design = HeaderDesigns.DEFAULT_DESIGN;
|
||||
const design = HeaderDesigns.DESIGN_DIVERSITY;
|
||||
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={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.`}
|
||||
|
||||
@ -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.`}
|
||||
|
||||
@ -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.`}
|
||||
|
||||
@ -151,7 +151,7 @@ export default function WebSite() {
|
||||
<FeaturesSection
|
||||
projectName={'Test Editor'}
|
||||
image={['ERP system interface on screen']}
|
||||
withBg={0}
|
||||
withBg={1}
|
||||
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